In the RGB color space, #EFF0F0 is composed of 93.7255% red, 94.1176% green, and 94.1176% blue.
In the CMYK color space, #EFF0F0 is composed of 0.41% cyan, 0% magenta, 0% yellow, and 5.88% black,
It has a hue angle of 180 degrees, a saturation of 3.21%, and a lightness of 93.92%.
The closest websafe color is #FFFFFF.
The hexadecimal color #EFF0F0 has RGB values of R:239, G:240, B:240 and CMYK values of C:0.41, M:0, Y:0, K:5.88. It has a decimal value of 15724784.
Hexadecimal | #EFF0F0 | #EFF0F0 |
RGB Decimal | 239, 240, 240 | rgb(239, 240, 240) |
RGB Percent | 93.7255, 94.1176, 94.1176 | rgb(93.7255%, 94.1176%, 94.1176%) |
RGB Proportion | 0.9373, 0.9412, 0.9412 | rgb(0.9373, 0.9412, 0.9412) |
CMYK | 0.41, 0, 0, 5.88 | |
HSL | 180ยบ, 3.21, 93.92 | hsl(180, 3.21%, 93.92%) |
Websafe | FFFFFF | #FFFFFF |
XYZ | 82.491, 86.968, 94.881 | |
Yxy | 86.968, 0.312, 0.329 | |
CIE-LAB | 94.725, -0.326, -0.126 | |
CIE-LCH | 94.725, 0.35, 201.132 | |
CIE-LUV | 94.725, -0.557, -0.136 | |
Hunter-Lab | 93.257, -5.305, 4.957 |
Colors that go well with #EFF0F0.
Common HTML and CSS shortcodes for #EFF0F0.
<div style="color: #EFF0F0;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #EFF0F0;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #EFF0F0;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #EFF0F0 to transparent.
<div style="background: linear-gradient(#EFF0F0, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #EFF0F0 to transparent.
<div style="background: radial-gradient(#EFF0F0, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #EFF0F0 to #100F0F.
<div style="background: linear-gradient(#EFF0F0, #100F0F);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #EFF0F0 to #100F0F.
<div style="background: radial-gradient(#EFF0F0, #100F0F);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #EFF0F0; }
.background { background-color: #EFF0F0; }
.border { border: 1px solid #EFF0F0; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #040404 while the lightest tint is #FEFEFE.