Shades of Half And Half #ECE8BB
Tints of Half And Half #ECE8BB
RGB
CMYK
RGB Variations
Color information
#ECE8BB (or 0xECE8BB) is known color: Half And Half. HEX triplet: EC, E8 and BB. RGB value is (236,232,187). Sum of RGB (Red+Green+Blue) = 236+232+187=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 187 (73.44% from 255 or 28.55% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE8BB is #131744. Grayscale: #E4E4E4. Windows color (decimal): -1251141 or 12314860. OLE color: 12314860.
HSL color Cylindrical-coordinate representation of color #ECE8BB: hue angle of 55.1º degrees, saturation: 0.56, 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 #ECE8BB is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 187 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.07 |
| HSL | 55.1º | 0.56% | 0.83% | - |
| HSV(B) | 55.1º | 0.21% | 0.93% | - |
| XYZ | 72.42 | 79.13 | 58.47 | - |
| YUV | 228.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 187 | 0 | 0.02 | 0.21 | 0.07 | 55.1 | 0.56 | 0.83 |
| Hex | EC | E8 | BB | 0 | 2 | 15 | 7 | 37 | 38 | 53 |
| Octal | 354 | 350 | 273 | 0 | 2 | 25 | 7 | 67 | 70 | 123 |
| Binary | 11101100 | 11101000 | 10111011 | 0 | 10 | 10101 | 111 | 110111 | 111000 | 1010011 |
Color Harmonies of #ECE8BB
Complementary color
Monochromatic Colors of #ECE8BB
Black with #ECE8BB
Text Example
Text Example
White with #ECE8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8BB; }
p { color: rgb(236,232,187); }
H1.HeaderClassName
{
color: #ECE8BB;
}
.AnyTagClassName
{
color: #ECE8BB;
}
</style>
background-color css
<style>
a { background-color: #ECE8BB; }
a { background-color: rgb(236,232,187); }
div.DivClassName
{
background-color: #ECE8BB;
}
.BgClassName
{
background-color: #ECE8BB;
}
</style>
border-color css
<style>
span { border-color: #ECE8BB; }
span { border-color: rgb(236,232,187); }
td.TdClassName
{
border-color: #ECE8BB;
}
.TagClassName
{
border-color: #ECE8BB;
}
</style>