Shades of Half And Half #E9E4BD
Tints of Half And Half #E9E4BD
RGB
CMYK
RGB Variations
Color information
#E9E4BD (or 0xE9E4BD) is known color: Half And Half. HEX triplet: E9, E4 and BD. RGB value is (233,228,189). Sum of RGB (Red+Green+Blue) = 233+228+189=650 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.85% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E4BD is #161B42. Grayscale: #E1E1E1. Windows color (decimal): -1448771 or 12444905. OLE color: 12444905.
HSL color Cylindrical-coordinate representation of color #E9E4BD: hue angle of 53.18º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9E4BD is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 228 | 189 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.09 |
| HSL | 53.18º | 0.5% | 0.83% | - |
| HSV(B) | 53.18º | 0.19% | 0.91% | - |
| XYZ | 70.53 | 76.48 | 59.19 | - |
| YUV | 225.05 | 107.66 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 228 | 189 | 0 | 0.02 | 0.19 | 0.09 | 53.18 | 0.5 | 0.83 |
| Hex | E9 | E4 | BD | 0 | 2 | 13 | 9 | 35 | 32 | 53 |
| Octal | 351 | 344 | 275 | 0 | 2 | 23 | 11 | 65 | 62 | 123 |
| Binary | 11101001 | 11100100 | 10111101 | 0 | 10 | 10011 | 1001 | 110101 | 110010 | 1010011 |
Color Harmonies of #E9E4BD
Complementary color
Monochromatic Colors of #E9E4BD
Black with #E9E4BD
Text Example
Text Example
White with #E9E4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E4BD; }
p { color: rgb(233,228,189); }
H1.HeaderClassName
{
color: #E9E4BD;
}
.AnyTagClassName
{
color: #E9E4BD;
}
</style>
background-color css
<style>
a { background-color: #E9E4BD; }
a { background-color: rgb(233,228,189); }
div.DivClassName
{
background-color: #E9E4BD;
}
.BgClassName
{
background-color: #E9E4BD;
}
</style>
border-color css
<style>
span { border-color: #E9E4BD; }
span { border-color: rgb(233,228,189); }
td.TdClassName
{
border-color: #E9E4BD;
}
.TagClassName
{
border-color: #E9E4BD;
}
</style>