Shades of Frost #E0ECBA
Tints of Frost #E0ECBA
RGB
CMYK
RGB Variations
Color information
#E0ECBA (or 0xE0ECBA) is known color: Frost. HEX triplet: E0, EC and BA. RGB value is (224,236,186). Sum of RGB (Red+Green+Blue) = 224+236+186=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #E0ECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0ECBA is #1F1345. Grayscale: #E2E2E2. Windows color (decimal): -2036550 or 12250336. OLE color: 12250336.
HSL color Cylindrical-coordinate representation of color #E0ECBA: hue angle of 74.4º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0ECBA is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 186 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.07 |
| HSL | 74.4º | 0.57% | 0.83% | - |
| HSV(B) | 74.4º | 0.21% | 0.93% | - |
| XYZ | 69.6 | 79.38 | 58.11 | - |
| YUV | 226.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 186 | 0.05 | 0 | 0.21 | 0.07 | 74.4 | 0.57 | 0.83 |
| Hex | E0 | EC | BA | 5 | 0 | 15 | 7 | 4A | 39 | 53 |
| Octal | 340 | 354 | 272 | 5 | 0 | 25 | 7 | 112 | 71 | 123 |
| Binary | 11100000 | 11101100 | 10111010 | 101 | 0 | 10101 | 111 | 1001010 | 111001 | 1010011 |
Color Harmonies of #E0ECBA
Complementary color
Monochromatic Colors of #E0ECBA
Black with #E0ECBA
Text Example
Text Example
White with #E0ECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ECBA; }
p { color: rgb(224,236,186); }
H1.HeaderClassName
{
color: #E0ECBA;
}
.AnyTagClassName
{
color: #E0ECBA;
}
</style>
background-color css
<style>
a { background-color: #E0ECBA; }
a { background-color: rgb(224,236,186); }
div.DivClassName
{
background-color: #E0ECBA;
}
.BgClassName
{
background-color: #E0ECBA;
}
</style>
border-color css
<style>
span { border-color: #E0ECBA; }
span { border-color: rgb(224,236,186); }
td.TdClassName
{
border-color: #E0ECBA;
}
.TagClassName
{
border-color: #E0ECBA;
}
</style>