Shades of Half And Half #ECE7BB
Tints of Half And Half #ECE7BB
RGB
CMYK
RGB Variations
Color information
#ECE7BB (or 0xECE7BB) is known color: Half And Half. HEX triplet: EC, E7 and BB. RGB value is (236,231,187). Sum of RGB (Red+Green+Blue) = 236+231+187=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 187 (73.44% from 255 or 28.59% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE7BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE7BB is #131844. Grayscale: #E3E3E3. Windows color (decimal): -1251397 or 12314604. OLE color: 12314604.
HSL color Cylindrical-coordinate representation of color #ECE7BB: hue angle of 53.88º 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 #ECE7BB is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 187 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.07 |
| HSL | 53.88º | 0.56% | 0.83% | - |
| HSV(B) | 53.88º | 0.21% | 0.93% | - |
| XYZ | 72.14 | 78.57 | 58.38 | - |
| YUV | 227.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 187 | 0 | 0.02 | 0.21 | 0.07 | 53.88 | 0.56 | 0.83 |
| Hex | EC | E7 | BB | 0 | 2 | 15 | 7 | 36 | 38 | 53 |
| Octal | 354 | 347 | 273 | 0 | 2 | 25 | 7 | 66 | 70 | 123 |
| Binary | 11101100 | 11100111 | 10111011 | 0 | 10 | 10101 | 111 | 110110 | 111000 | 1010011 |
Color Harmonies of #ECE7BB
Complementary color
Monochromatic Colors of #ECE7BB
Black with #ECE7BB
Text Example
Text Example
White with #ECE7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE7BB; }
p { color: rgb(236,231,187); }
H1.HeaderClassName
{
color: #ECE7BB;
}
.AnyTagClassName
{
color: #ECE7BB;
}
</style>
background-color css
<style>
a { background-color: #ECE7BB; }
a { background-color: rgb(236,231,187); }
div.DivClassName
{
background-color: #ECE7BB;
}
.BgClassName
{
background-color: #ECE7BB;
}
</style>
border-color css
<style>
span { border-color: #ECE7BB; }
span { border-color: rgb(236,231,187); }
td.TdClassName
{
border-color: #ECE7BB;
}
.TagClassName
{
border-color: #ECE7BB;
}
</style>