Html Css Color HEX #ECE3C0 Half Colonial White
📋 copy color: '#ECE3C0'red 236 ◦ green 227 ◦ blue 192
Shades of Half Colonial White #ECE3C0
Tints of Half Colonial White #ECE3C0
RGB
CMYK
RGB Variations
Color information
#ECE3C0 (or 0xECE3C0) is known color: Half Colonial White. HEX triplet: EC, E3 and C0. RGB value is (236,227,192). Sum of RGB (Red+Green+Blue) = 236+227+192=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 192 (75.39% from 255 or 29.31% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE3C0 is #131C3F. Grayscale: #E1E1E1. Windows color (decimal): -1252416 or 12641260. OLE color: 12641260.
HSL color Cylindrical-coordinate representation of color #ECE3C0: hue angle of 47.73º 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 #ECE3C0 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 192 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.07 |
| HSL | 47.73º | 0.54% | 0.84% | - |
| HSV(B) | 47.73º | 0.19% | 0.93% | - |
| XYZ | 71.58 | 76.58 | 60.88 | - |
| YUV | 225.7 | 108.98 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 192 | 0 | 0.04 | 0.19 | 0.07 | 47.73 | 0.54 | 0.84 |
| Hex | EC | E3 | C0 | 0 | 4 | 13 | 7 | 30 | 36 | 54 |
| Octal | 354 | 343 | 300 | 0 | 4 | 23 | 7 | 60 | 66 | 124 |
| Binary | 11101100 | 11100011 | 11000000 | 0 | 100 | 10011 | 111 | 110000 | 110110 | 1010100 |
Color Harmonies of #ECE3C0
Complementary color
Monochromatic Colors of #ECE3C0
Black with #ECE3C0
Text Example
Text Example
White with #ECE3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE3C0; }
p { color: rgb(236,227,192); }
H1.HeaderClassName
{
color: #ECE3C0;
}
.AnyTagClassName
{
color: #ECE3C0;
}
</style>
background-color css
<style>
a { background-color: #ECE3C0; }
a { background-color: rgb(236,227,192); }
div.DivClassName
{
background-color: #ECE3C0;
}
.BgClassName
{
background-color: #ECE3C0;
}
</style>
border-color css
<style>
span { border-color: #ECE3C0; }
span { border-color: rgb(236,227,192); }
td.TdClassName
{
border-color: #ECE3C0;
}
.TagClassName
{
border-color: #ECE3C0;
}
</style>