Shades of Frost #E0E0BE
Tints of Frost #E0E0BE
RGB
CMYK
RGB Variations
Color information
#E0E0BE (or 0xE0E0BE) is known color: Frost. HEX triplet: E0, E0 and BE. RGB value is (224,224,190). Sum of RGB (Red+Green+Blue) = 224+224+190=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E0BE is #1F1F41. Grayscale: #DCDCDC. Windows color (decimal): -2039618 or 12509408. OLE color: 12509408.
HSL color Cylindrical-coordinate representation of color #E0E0BE: hue angle of 60º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0E0BE is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 224 | 190 | - |
| CMYK | 0 | 0 | 0.15 | 0.12 |
| HSL | 60º | 0.35% | 0.81% | - |
| HSV(B) | 60º | 0.15% | 0.88% | - |
| XYZ | 66.69 | 72.88 | 59.27 | - |
| YUV | 220.12 | 111 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 224 | 190 | 0 | 0 | 0.15 | 0.12 | 60 | 0.35 | 0.81 |
| Hex | E0 | E0 | BE | 0 | 0 | F | C | 3C | 23 | 51 |
| Octal | 340 | 340 | 276 | 0 | 0 | 17 | 14 | 74 | 43 | 121 |
| Binary | 11100000 | 11100000 | 10111110 | 0 | 0 | 1111 | 1100 | 111100 | 100011 | 1010001 |
Color Harmonies of #E0E0BE
Complementary color
Monochromatic Colors of #E0E0BE
Black with #E0E0BE
Text Example
Text Example
White with #E0E0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E0BE; }
p { color: rgb(224,224,190); }
H1.HeaderClassName
{
color: #E0E0BE;
}
.AnyTagClassName
{
color: #E0E0BE;
}
</style>
background-color css
<style>
a { background-color: #E0E0BE; }
a { background-color: rgb(224,224,190); }
div.DivClassName
{
background-color: #E0E0BE;
}
.BgClassName
{
background-color: #E0E0BE;
}
</style>
border-color css
<style>
span { border-color: #E0E0BE; }
span { border-color: rgb(224,224,190); }
td.TdClassName
{
border-color: #E0E0BE;
}
.TagClassName
{
border-color: #E0E0BE;
}
</style>