Shades of Half And Half #ECE8BC
Tints of Half And Half #ECE8BC
RGB
CMYK
RGB Variations
Color information
#ECE8BC (or 0xECE8BC) is known color: Half And Half. HEX triplet: EC, E8 and BC. RGB value is (236,232,188). Sum of RGB (Red+Green+Blue) = 236+232+188=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 188 (73.83% from 255 or 28.66% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE8BC is #131743. Grayscale: #E4E4E4. Windows color (decimal): -1251140 or 12380396. OLE color: 12380396.
HSL color Cylindrical-coordinate representation of color #ECE8BC: hue angle of 55º 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 #ECE8BC is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 188 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.07 |
| HSL | 55º | 0.56% | 0.83% | - |
| HSV(B) | 55º | 0.2% | 0.93% | - |
| XYZ | 72.53 | 79.18 | 59.04 | - |
| YUV | 228.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 188 | 0 | 0.02 | 0.20 | 0.07 | 55 | 0.56 | 0.83 |
| Hex | EC | E8 | BC | 0 | 2 | 14 | 7 | 37 | 38 | 53 |
| Octal | 354 | 350 | 274 | 0 | 2 | 24 | 7 | 67 | 70 | 123 |
| Binary | 11101100 | 11101000 | 10111100 | 0 | 10 | 10100 | 111 | 110111 | 111000 | 1010011 |
Color Harmonies of #ECE8BC
Complementary color
Monochromatic Colors of #ECE8BC
Black with #ECE8BC
Text Example
Text Example
White with #ECE8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8BC; }
p { color: rgb(236,232,188); }
H1.HeaderClassName
{
color: #ECE8BC;
}
.AnyTagClassName
{
color: #ECE8BC;
}
</style>
background-color css
<style>
a { background-color: #ECE8BC; }
a { background-color: rgb(236,232,188); }
div.DivClassName
{
background-color: #ECE8BC;
}
.BgClassName
{
background-color: #ECE8BC;
}
</style>
border-color css
<style>
span { border-color: #ECE8BC; }
span { border-color: rgb(236,232,188); }
td.TdClassName
{
border-color: #ECE8BC;
}
.TagClassName
{
border-color: #ECE8BC;
}
</style>