Shades of Clear Day #EAF8F4
Tints of Clear Day #EAF8F4
RGB
CMYK
RGB Variations
Color information
#EAF8F4 (or 0xEAF8F4) is known color: Clear Day. HEX triplet: EA, F8 and F4. RGB value is (234,248,244). Sum of RGB (Red+Green+Blue) = 234+248+244=726 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.23% from 726); Green value is 248 (97.27% from 255 or 34.16% from 726); Blue value is 244 (95.70% from 255 or 33.61% from 726); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF8F4 is #15070B. Grayscale: #F3F3F3. Windows color (decimal): -1378060 or 16054506. OLE color: 16054506.
HSL color Cylindrical-coordinate representation of color #EAF8F4: hue angle of 162.86º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAF8F4 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
RGB | 234 | 248 | 244 | - |
CMYK | 0.06 | 0 | 0.02 | 0.03 |
HSL | 162.86º | 0.5% | 0.95% | - |
HSV(B) | 162.86º | 0.06% | 0.97% | - |
XYZ | 83.83 | 91.16 | 98.77 | - |
YUV | 243.36 | 128.36 | 121.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 248 | 244 | 0.06 | 0 | 0.02 | 0.03 | 162.86 | 0.5 | 0.95 |
Hex | EA | F8 | F4 | 6 | 0 | 2 | 3 | A3 | 32 | 5F |
Octal | 352 | 370 | 364 | 6 | 0 | 2 | 3 | 243 | 62 | 137 |
Binary | 11101010 | 11111000 | 11110100 | 110 | 0 | 10 | 11 | 10100011 | 110010 | 1011111 |
Color Harmonies of #EAF8F4
Complementary color
Monochromatic Colors of #EAF8F4
Black with #EAF8F4
Text Example
Text Example
White with #EAF8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF8F4; }
p { color: rgb(234,248,244); }
H1.HeaderClassName
{
color: #EAF8F4;
}
.AnyTagClassName
{
color: #EAF8F4;
}
</style>
background-color css
<style>
a { background-color: #EAF8F4; }
a { background-color: rgb(234,248,244); }
div.DivClassName
{
background-color: #EAF8F4;
}
.BgClassName
{
background-color: #EAF8F4;
}
</style>
border-color css
<style>
span { border-color: #EAF8F4; }
span { border-color: rgb(234,248,244); }
td.TdClassName
{
border-color: #EAF8F4;
}
.TagClassName
{
border-color: #EAF8F4;
}
</style>