Shades of Frost #E5E4C3
Tints of Frost #E5E4C3
RGB
CMYK
RGB Variations
Color information
#E5E4C3 (or 0xE5E4C3) is known color: Frost. HEX triplet: E5, E4 and C3. RGB value is (229,228,195). Sum of RGB (Red+Green+Blue) = 229+228+195=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 195 (76.56% from 255 or 29.91% from 652); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E4C3 is #1A1B3C. Grayscale: #E0E0E0. Windows color (decimal): -1710909 or 12838117. OLE color: 12838117.
HSL color Cylindrical-coordinate representation of color #E5E4C3: hue angle of 58.24º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5E4C3 is Cyan = 0, Magento = 0.00, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 228 | 195 | - |
| CMYK | 0 | 0.00 | 0.15 | 0.10 |
| HSL | 58.24º | 0.4% | 0.83% | - |
| HSV(B) | 58.24º | 0.15% | 0.9% | - |
| XYZ | 69.91 | 76.08 | 62.63 | - |
| YUV | 224.54 | 111.33 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 195 | 0 | 0.00 | 0.15 | 0.10 | 58.24 | 0.4 | 0.83 |
| Hex | E5 | E4 | C3 | 0 | 0 | F | A | 3A | 28 | 53 |
| Octal | 345 | 344 | 303 | 0 | 0 | 17 | 12 | 72 | 50 | 123 |
| Binary | 11100101 | 11100100 | 11000011 | 0 | 0 | 1111 | 1010 | 111010 | 101000 | 1010011 |
Color Harmonies of #E5E4C3
Complementary color
Monochromatic Colors of #E5E4C3
Black with #E5E4C3
Text Example
Text Example
White with #E5E4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E4C3; }
p { color: rgb(229,228,195); }
H1.HeaderClassName
{
color: #E5E4C3;
}
.AnyTagClassName
{
color: #E5E4C3;
}
</style>
background-color css
<style>
a { background-color: #E5E4C3; }
a { background-color: rgb(229,228,195); }
div.DivClassName
{
background-color: #E5E4C3;
}
.BgClassName
{
background-color: #E5E4C3;
}
</style>
border-color css
<style>
span { border-color: #E5E4C3; }
span { border-color: rgb(229,228,195); }
td.TdClassName
{
border-color: #E5E4C3;
}
.TagClassName
{
border-color: #E5E4C3;
}
</style>