Shades of Frost #E4E6BC
Tints of Frost #E4E6BC
RGB
CMYK
RGB Variations
Color information
#E4E6BC (or 0xE4E6BC) is known color: Frost. HEX triplet: E4, E6 and BC. RGB value is (228,230,188). Sum of RGB (Red+Green+Blue) = 228+230+188=646 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.29% from 646); Green value is 230 (90.23% from 255 or 35.60% from 646); Blue value is 188 (73.83% from 255 or 29.10% from 646); Max value from RGB is 230 - color contains mainly: green. Hex color #E4E6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4E6BC is #1B1943. Grayscale: #E0E0E0. Windows color (decimal): -1775940 or 12379876. OLE color: 12379876.
HSL color Cylindrical-coordinate representation of color #E4E6BC: hue angle of 62.86º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4E6BC is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 230 | 188 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.10 |
| HSL | 62.86º | 0.46% | 0.82% | - |
| HSV(B) | 62.86º | 0.18% | 0.9% | - |
| XYZ | 69.37 | 76.72 | 58.73 | - |
| YUV | 224.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 230 | 188 | 0.01 | 0 | 0.18 | 0.10 | 62.86 | 0.46 | 0.82 |
| Hex | E4 | E6 | BC | 1 | 0 | 12 | A | 3F | 2E | 52 |
| Octal | 344 | 346 | 274 | 1 | 0 | 22 | 12 | 77 | 56 | 122 |
| Binary | 11100100 | 11100110 | 10111100 | 1 | 0 | 10010 | 1010 | 111111 | 101110 | 1010010 |
Color Harmonies of #E4E6BC
Complementary color
Monochromatic Colors of #E4E6BC
Black with #E4E6BC
Text Example
Text Example
White with #E4E6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E6BC; }
p { color: rgb(228,230,188); }
H1.HeaderClassName
{
color: #E4E6BC;
}
.AnyTagClassName
{
color: #E4E6BC;
}
</style>
background-color css
<style>
a { background-color: #E4E6BC; }
a { background-color: rgb(228,230,188); }
div.DivClassName
{
background-color: #E4E6BC;
}
.BgClassName
{
background-color: #E4E6BC;
}
</style>
border-color css
<style>
span { border-color: #E4E6BC; }
span { border-color: rgb(228,230,188); }
td.TdClassName
{
border-color: #E4E6BC;
}
.TagClassName
{
border-color: #E4E6BC;
}
</style>