Shades of Frost #E0E1BE
Tints of Frost #E0E1BE
RGB
CMYK
RGB Variations
Color information
#E0E1BE (or 0xE0E1BE) is known color: Frost. HEX triplet: E0, E1 and BE. RGB value is (224,225,190). Sum of RGB (Red+Green+Blue) = 224+225+190=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E1BE is #1F1E41. Grayscale: #DCDCDC. Windows color (decimal): -2039362 or 12509664. OLE color: 12509664.
HSL color Cylindrical-coordinate representation of color #E0E1BE: hue angle of 61.71º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0E1BE is Cyan = 0.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 225 | 190 | - |
| CMYK | 0.00 | 0 | 0.16 | 0.12 |
| HSL | 61.71º | 0.37% | 0.81% | - |
| HSV(B) | 61.71º | 0.16% | 0.88% | - |
| XYZ | 66.96 | 73.42 | 59.36 | - |
| YUV | 220.71 | 110.67 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 225 | 190 | 0.00 | 0 | 0.16 | 0.12 | 61.71 | 0.37 | 0.81 |
| Hex | E0 | E1 | BE | 0 | 0 | 10 | C | 3E | 25 | 51 |
| Octal | 340 | 341 | 276 | 0 | 0 | 20 | 14 | 76 | 45 | 121 |
| Binary | 11100000 | 11100001 | 10111110 | 0 | 0 | 10000 | 1100 | 111110 | 100101 | 1010001 |
Color Harmonies of #E0E1BE
Complementary color
Monochromatic Colors of #E0E1BE
Black with #E0E1BE
Text Example
Text Example
White with #E0E1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E1BE; }
p { color: rgb(224,225,190); }
H1.HeaderClassName
{
color: #E0E1BE;
}
.AnyTagClassName
{
color: #E0E1BE;
}
</style>
background-color css
<style>
a { background-color: #E0E1BE; }
a { background-color: rgb(224,225,190); }
div.DivClassName
{
background-color: #E0E1BE;
}
.BgClassName
{
background-color: #E0E1BE;
}
</style>
border-color css
<style>
span { border-color: #E0E1BE; }
span { border-color: rgb(224,225,190); }
td.TdClassName
{
border-color: #E0E1BE;
}
.TagClassName
{
border-color: #E0E1BE;
}
</style>