Shades of Frost #E6EAC9
Tints of Frost #E6EAC9
RGB
CMYK
RGB Variations
Color information
#E6EAC9 (or 0xE6EAC9) is known color: Frost. HEX triplet: E6, EA and C9. RGB value is (230,234,201). Sum of RGB (Red+Green+Blue) = 230+234+201=665 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.59% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 201 (78.91% from 255 or 30.23% from 665); Max value from RGB is 234 - color contains mainly: green. Hex color #E6EAC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EAC9 is #191536. Grayscale: #E5E5E5. Windows color (decimal): -1643831 or 13232870. OLE color: 13232870.
HSL color Cylindrical-coordinate representation of color #E6EAC9: hue angle of 67.27º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6EAC9 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 234 | 201 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.08 |
| HSL | 67.27º | 0.44% | 0.85% | - |
| HSV(B) | 67.27º | 0.14% | 0.92% | - |
| XYZ | 72.6 | 79.89 | 66.85 | - |
| YUV | 229.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 234 | 201 | 0.02 | 0 | 0.14 | 0.08 | 67.27 | 0.44 | 0.85 |
| Hex | E6 | EA | C9 | 2 | 0 | E | 8 | 43 | 2C | 55 |
| Octal | 346 | 352 | 311 | 2 | 0 | 16 | 10 | 103 | 54 | 125 |
| Binary | 11100110 | 11101010 | 11001001 | 10 | 0 | 1110 | 1000 | 1000011 | 101100 | 1010101 |
Color Harmonies of #E6EAC9
Complementary color
Monochromatic Colors of #E6EAC9
Black with #E6EAC9
Text Example
Text Example
White with #E6EAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EAC9; }
p { color: rgb(230,234,201); }
H1.HeaderClassName
{
color: #E6EAC9;
}
.AnyTagClassName
{
color: #E6EAC9;
}
</style>
background-color css
<style>
a { background-color: #E6EAC9; }
a { background-color: rgb(230,234,201); }
div.DivClassName
{
background-color: #E6EAC9;
}
.BgClassName
{
background-color: #E6EAC9;
}
</style>
border-color css
<style>
span { border-color: #E6EAC9; }
span { border-color: rgb(230,234,201); }
td.TdClassName
{
border-color: #E6EAC9;
}
.TagClassName
{
border-color: #E6EAC9;
}
</style>