Html Css Color HEX #ECE4C0 Half Colonial White
📋 copy color: '#ECE4C0'red 236 ◦ green 228 ◦ blue 192
Shades of Half Colonial White #ECE4C0
Tints of Half Colonial White #ECE4C0
RGB
CMYK
RGB Variations
Color information
#ECE4C0 (or 0xECE4C0) is known color: Half Colonial White. HEX triplet: EC, E4 and C0. RGB value is (236,228,192). Sum of RGB (Red+Green+Blue) = 236+228+192=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 228 (89.45% from 255 or 34.76% from 656); Blue value is 192 (75.39% from 255 or 29.27% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4C0 is #131B3F. Grayscale: #E2E2E2. Windows color (decimal): -1252160 or 12641516. OLE color: 12641516.
HSL color Cylindrical-coordinate representation of color #ECE4C0: hue angle of 49.09º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECE4C0 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 192 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.07 |
| HSL | 49.09º | 0.54% | 0.84% | - |
| HSV(B) | 49.09º | 0.19% | 0.93% | - |
| XYZ | 71.85 | 77.13 | 60.97 | - |
| YUV | 226.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 192 | 0 | 0.03 | 0.19 | 0.07 | 49.09 | 0.54 | 0.84 |
| Hex | EC | E4 | C0 | 0 | 3 | 13 | 7 | 31 | 36 | 54 |
| Octal | 354 | 344 | 300 | 0 | 3 | 23 | 7 | 61 | 66 | 124 |
| Binary | 11101100 | 11100100 | 11000000 | 0 | 11 | 10011 | 111 | 110001 | 110110 | 1010100 |
Color Harmonies of #ECE4C0
Complementary color
Monochromatic Colors of #ECE4C0
Black with #ECE4C0
Text Example
Text Example
White with #ECE4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4C0; }
p { color: rgb(236,228,192); }
H1.HeaderClassName
{
color: #ECE4C0;
}
.AnyTagClassName
{
color: #ECE4C0;
}
</style>
background-color css
<style>
a { background-color: #ECE4C0; }
a { background-color: rgb(236,228,192); }
div.DivClassName
{
background-color: #ECE4C0;
}
.BgClassName
{
background-color: #ECE4C0;
}
</style>
border-color css
<style>
span { border-color: #ECE4C0; }
span { border-color: rgb(236,228,192); }
td.TdClassName
{
border-color: #ECE4C0;
}
.TagClassName
{
border-color: #ECE4C0;
}
</style>