Html Css Color HEX #ECE4BC Half Colonial White
📋 copy color: '#ECE4BC'red 236 ◦ green 228 ◦ blue 188
Shades of Half Colonial White #ECE4BC
Tints of Half Colonial White #ECE4BC
RGB
CMYK
RGB Variations
Color information
#ECE4BC (or 0xECE4BC) is known color: Half Colonial White. HEX triplet: EC, E4 and BC. RGB value is (236,228,188). Sum of RGB (Red+Green+Blue) = 236+228+188=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 188 (73.83% from 255 or 28.83% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4BC is #131B43. Grayscale: #E2E2E2. Windows color (decimal): -1252164 or 12379372. OLE color: 12379372.
HSL color Cylindrical-coordinate representation of color #ECE4BC: hue angle of 50º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECE4BC is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 188 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.07 |
| HSL | 50º | 0.56% | 0.83% | - |
| HSV(B) | 50º | 0.2% | 0.93% | - |
| XYZ | 71.41 | 76.95 | 58.67 | - |
| YUV | 225.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 188 | 0 | 0.03 | 0.20 | 0.07 | 50 | 0.56 | 0.83 |
| Hex | EC | E4 | BC | 0 | 3 | 14 | 7 | 32 | 38 | 53 |
| Octal | 354 | 344 | 274 | 0 | 3 | 24 | 7 | 62 | 70 | 123 |
| Binary | 11101100 | 11100100 | 10111100 | 0 | 11 | 10100 | 111 | 110010 | 111000 | 1010011 |
Color Harmonies of #ECE4BC
Complementary color
Monochromatic Colors of #ECE4BC
Black with #ECE4BC
Text Example
Text Example
White with #ECE4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4BC; }
p { color: rgb(236,228,188); }
H1.HeaderClassName
{
color: #ECE4BC;
}
.AnyTagClassName
{
color: #ECE4BC;
}
</style>
background-color css
<style>
a { background-color: #ECE4BC; }
a { background-color: rgb(236,228,188); }
div.DivClassName
{
background-color: #ECE4BC;
}
.BgClassName
{
background-color: #ECE4BC;
}
</style>
border-color css
<style>
span { border-color: #ECE4BC; }
span { border-color: rgb(236,228,188); }
td.TdClassName
{
border-color: #ECE4BC;
}
.TagClassName
{
border-color: #ECE4BC;
}
</style>