Shades of Half And Half #E9E4BE
Tints of Half And Half #E9E4BE
RGB
CMYK
RGB Variations
Color information
#E9E4BE (or 0xE9E4BE) is known color: Half And Half. HEX triplet: E9, E4 and BE. RGB value is (233,228,190). Sum of RGB (Red+Green+Blue) = 233+228+190=651 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.79% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 190 (74.61% from 255 or 29.19% from 651); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E4BE is #161B41. Grayscale: #E1E1E1. Windows color (decimal): -1448770 or 12510441. OLE color: 12510441.
HSL color Cylindrical-coordinate representation of color #E9E4BE: hue angle of 53.02º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9E4BE is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 228 | 190 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.09 |
| HSL | 53.02º | 0.49% | 0.83% | - |
| HSV(B) | 53.02º | 0.18% | 0.91% | - |
| XYZ | 70.64 | 76.53 | 59.76 | - |
| YUV | 225.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 228 | 190 | 0 | 0.02 | 0.18 | 0.09 | 53.02 | 0.49 | 0.83 |
| Hex | E9 | E4 | BE | 0 | 2 | 12 | 9 | 35 | 31 | 53 |
| Octal | 351 | 344 | 276 | 0 | 2 | 22 | 11 | 65 | 61 | 123 |
| Binary | 11101001 | 11100100 | 10111110 | 0 | 10 | 10010 | 1001 | 110101 | 110001 | 1010011 |
Color Harmonies of #E9E4BE
Complementary color
Monochromatic Colors of #E9E4BE
Black with #E9E4BE
Text Example
Text Example
White with #E9E4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E4BE; }
p { color: rgb(233,228,190); }
H1.HeaderClassName
{
color: #E9E4BE;
}
.AnyTagClassName
{
color: #E9E4BE;
}
</style>
background-color css
<style>
a { background-color: #E9E4BE; }
a { background-color: rgb(233,228,190); }
div.DivClassName
{
background-color: #E9E4BE;
}
.BgClassName
{
background-color: #E9E4BE;
}
</style>
border-color css
<style>
span { border-color: #E9E4BE; }
span { border-color: rgb(233,228,190); }
td.TdClassName
{
border-color: #E9E4BE;
}
.TagClassName
{
border-color: #E9E4BE;
}
</style>