Shades of Frost #E0E9BA
Tints of Frost #E0E9BA
RGB
CMYK
RGB Variations
Color information
#E0E9BA (or 0xE0E9BA) is known color: Frost. HEX triplet: E0, E9 and BA. RGB value is (224,233,186). Sum of RGB (Red+Green+Blue) = 224+233+186=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 233 (91.41% from 255 or 36.24% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 233 - color contains mainly: green. Hex color #E0E9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0E9BA is #1F1645. Grayscale: #E1E1E1. Windows color (decimal): -2037318 or 12249568. OLE color: 12249568.
HSL color Cylindrical-coordinate representation of color #E0E9BA: hue angle of 71.49º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0E9BA is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 233 | 186 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.09 |
| HSL | 71.49º | 0.52% | 0.82% | - |
| HSV(B) | 71.49º | 0.2% | 0.91% | - |
| XYZ | 68.74 | 77.67 | 57.82 | - |
| YUV | 224.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 233 | 186 | 0.04 | 0 | 0.20 | 0.09 | 71.49 | 0.52 | 0.82 |
| Hex | E0 | E9 | BA | 4 | 0 | 14 | 9 | 47 | 34 | 52 |
| Octal | 340 | 351 | 272 | 4 | 0 | 24 | 11 | 107 | 64 | 122 |
| Binary | 11100000 | 11101001 | 10111010 | 100 | 0 | 10100 | 1001 | 1000111 | 110100 | 1010010 |
Color Harmonies of #E0E9BA
Complementary color
Monochromatic Colors of #E0E9BA
Black with #E0E9BA
Text Example
Text Example
White with #E0E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E9BA; }
p { color: rgb(224,233,186); }
H1.HeaderClassName
{
color: #E0E9BA;
}
.AnyTagClassName
{
color: #E0E9BA;
}
</style>
background-color css
<style>
a { background-color: #E0E9BA; }
a { background-color: rgb(224,233,186); }
div.DivClassName
{
background-color: #E0E9BA;
}
.BgClassName
{
background-color: #E0E9BA;
}
</style>
border-color css
<style>
span { border-color: #E0E9BA; }
span { border-color: rgb(224,233,186); }
td.TdClassName
{
border-color: #E0E9BA;
}
.TagClassName
{
border-color: #E0E9BA;
}
</style>