Shades of Half And Half #ECE6BD
Tints of Half And Half #ECE6BD
RGB
CMYK
RGB Variations
Color information
#ECE6BD (or 0xECE6BD) is known color: Half And Half. HEX triplet: EC, E6 and BD. RGB value is (236,230,189). Sum of RGB (Red+Green+Blue) = 236+230+189=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 189 (74.22% from 255 or 28.85% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE6BD is #131942. Grayscale: #E3E3E3. Windows color (decimal): -1251651 or 12445420. OLE color: 12445420.
HSL color Cylindrical-coordinate representation of color #ECE6BD: hue angle of 52.34º degrees, saturation: 0.55, 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 #ECE6BD is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 189 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.07 |
| HSL | 52.34º | 0.55% | 0.83% | - |
| HSV(B) | 52.34º | 0.2% | 0.93% | - |
| XYZ | 72.07 | 78.1 | 59.42 | - |
| YUV | 227.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 189 | 0 | 0.03 | 0.20 | 0.07 | 52.34 | 0.55 | 0.83 |
| Hex | EC | E6 | BD | 0 | 3 | 14 | 7 | 34 | 37 | 53 |
| Octal | 354 | 346 | 275 | 0 | 3 | 24 | 7 | 64 | 67 | 123 |
| Binary | 11101100 | 11100110 | 10111101 | 0 | 11 | 10100 | 111 | 110100 | 110111 | 1010011 |
Color Harmonies of #ECE6BD
Complementary color
Monochromatic Colors of #ECE6BD
Black with #ECE6BD
Text Example
Text Example
White with #ECE6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6BD; }
p { color: rgb(236,230,189); }
H1.HeaderClassName
{
color: #ECE6BD;
}
.AnyTagClassName
{
color: #ECE6BD;
}
</style>
background-color css
<style>
a { background-color: #ECE6BD; }
a { background-color: rgb(236,230,189); }
div.DivClassName
{
background-color: #ECE6BD;
}
.BgClassName
{
background-color: #ECE6BD;
}
</style>
border-color css
<style>
span { border-color: #ECE6BD; }
span { border-color: rgb(236,230,189); }
td.TdClassName
{
border-color: #ECE6BD;
}
.TagClassName
{
border-color: #ECE6BD;
}
</style>