Shades of Clear Day #E0F5EF
Tints of Clear Day #E0F5EF
RGB
CMYK
RGB Variations
Color information
#E0F5EF (or 0xE0F5EF) is known color: Clear Day. HEX triplet: E0, F5 and EF. RGB value is (224,245,239). Sum of RGB (Red+Green+Blue) = 224+245+239=708 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.64% from 708); Green value is 245 (96.09% from 255 or 34.60% from 708); Blue value is 239 (93.75% from 255 or 33.76% from 708); Max value from RGB is 245 - color contains mainly: green. Hex color #E0F5EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F5EF is #1F0A10. Grayscale: #EEEEEE. Windows color (decimal): -2034193 or 15726048. OLE color: 15726048.
HSL color Cylindrical-coordinate representation of color #E0F5EF: hue angle of 162.86º degrees, saturation: 0.51, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0F5EF is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 245 | 239 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.04 |
| HSL | 162.86º | 0.51% | 0.92% | - |
| HSV(B) | 162.86º | 0.09% | 0.96% | - |
| XYZ | 78.97 | 87.38 | 94.37 | - |
| YUV | 238.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 245 | 239 | 0.09 | 0 | 0.02 | 0.04 | 162.86 | 0.51 | 0.92 |
| Hex | E0 | F5 | EF | 9 | 0 | 2 | 4 | A3 | 33 | 5C |
| Octal | 340 | 365 | 357 | 11 | 0 | 2 | 4 | 243 | 63 | 134 |
| Binary | 11100000 | 11110101 | 11101111 | 1001 | 0 | 10 | 100 | 10100011 | 110011 | 1011100 |
Color Harmonies of #E0F5EF
Complementary color
Monochromatic Colors of #E0F5EF
Black with #E0F5EF
Text Example
Text Example
White with #E0F5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F5EF; }
p { color: rgb(224,245,239); }
H1.HeaderClassName
{
color: #E0F5EF;
}
.AnyTagClassName
{
color: #E0F5EF;
}
</style>
background-color css
<style>
a { background-color: #E0F5EF; }
a { background-color: rgb(224,245,239); }
div.DivClassName
{
background-color: #E0F5EF;
}
.BgClassName
{
background-color: #E0F5EF;
}
</style>
border-color css
<style>
span { border-color: #E0F5EF; }
span { border-color: rgb(224,245,239); }
td.TdClassName
{
border-color: #E0F5EF;
}
.TagClassName
{
border-color: #E0F5EF;
}
</style>