Shades of Clear Day #EAF0EE
Tints of Clear Day #EAF0EE
RGB
CMYK
RGB Variations
Color information
#EAF0EE (or 0xEAF0EE) is known color: Clear Day. HEX triplet: EA, F0 and EE. RGB value is (234,240,238). Sum of RGB (Red+Green+Blue) = 234+240+238=712 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.87% from 712); Green value is 240 (94.14% from 255 or 33.71% from 712); Blue value is 238 (93.36% from 255 or 33.43% from 712); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF0EE is #150F11. Grayscale: #EDEDED. Windows color (decimal): -1380114 or 15659242. OLE color: 15659242.
HSL color Cylindrical-coordinate representation of color #EAF0EE: hue angle of 160º degrees, saturation: 0.17, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EAF0EE is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 234 | 240 | 238 | - |
CMYK | 0.02 | 0 | 0.01 | 0.06 |
HSL | 160º | 0.17% | 0.93% | - |
HSV(B) | 160º | 0.02% | 0.94% | - |
XYZ | 80.52 | 85.99 | 93.24 | - |
YUV | 237.98 | 128.01 | 125.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 240 | 238 | 0.02 | 0 | 0.01 | 0.06 | 160 | 0.17 | 0.93 |
Hex | EA | F0 | EE | 2 | 0 | 1 | 6 | A0 | 11 | 5D |
Octal | 352 | 360 | 356 | 2 | 0 | 1 | 6 | 240 | 21 | 135 |
Binary | 11101010 | 11110000 | 11101110 | 10 | 0 | 1 | 110 | 10100000 | 10001 | 1011101 |
Color Harmonies of #EAF0EE
Complementary color
Monochromatic Colors of #EAF0EE
Black with #EAF0EE
Text Example
Text Example
White with #EAF0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF0EE; }
p { color: rgb(234,240,238); }
H1.HeaderClassName
{
color: #EAF0EE;
}
.AnyTagClassName
{
color: #EAF0EE;
}
</style>
background-color css
<style>
a { background-color: #EAF0EE; }
a { background-color: rgb(234,240,238); }
div.DivClassName
{
background-color: #EAF0EE;
}
.BgClassName
{
background-color: #EAF0EE;
}
</style>
border-color css
<style>
span { border-color: #EAF0EE; }
span { border-color: rgb(234,240,238); }
td.TdClassName
{
border-color: #EAF0EE;
}
.TagClassName
{
border-color: #EAF0EE;
}
</style>