Shades of Half And Half #E9E2BF
Tints of Half And Half #E9E2BF
RGB
CMYK
RGB Variations
Color information
#E9E2BF (or 0xE9E2BF) is known color: Half And Half. HEX triplet: E9, E2 and BF. RGB value is (233,226,191). Sum of RGB (Red+Green+Blue) = 233+226+191=650 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.85% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 191 (75% from 255 or 29.38% from 650); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E2BF is #161D40. Grayscale: #E0E0E0. Windows color (decimal): -1449281 or 12575465. OLE color: 12575465.
HSL color Cylindrical-coordinate representation of color #E9E2BF: hue angle of 50º 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 #E9E2BF is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 226 | 191 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.09 |
| HSL | 50º | 0.49% | 0.83% | - |
| HSV(B) | 50º | 0.18% | 0.91% | - |
| XYZ | 70.2 | 75.48 | 60.16 | - |
| YUV | 224.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 226 | 191 | 0 | 0.03 | 0.18 | 0.09 | 50 | 0.49 | 0.83 |
| Hex | E9 | E2 | BF | 0 | 3 | 12 | 9 | 32 | 31 | 53 |
| Octal | 351 | 342 | 277 | 0 | 3 | 22 | 11 | 62 | 61 | 123 |
| Binary | 11101001 | 11100010 | 10111111 | 0 | 11 | 10010 | 1001 | 110010 | 110001 | 1010011 |
Color Harmonies of #E9E2BF
Complementary color
Monochromatic Colors of #E9E2BF
Black with #E9E2BF
Text Example
Text Example
White with #E9E2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E2BF; }
p { color: rgb(233,226,191); }
H1.HeaderClassName
{
color: #E9E2BF;
}
.AnyTagClassName
{
color: #E9E2BF;
}
</style>
background-color css
<style>
a { background-color: #E9E2BF; }
a { background-color: rgb(233,226,191); }
div.DivClassName
{
background-color: #E9E2BF;
}
.BgClassName
{
background-color: #E9E2BF;
}
</style>
border-color css
<style>
span { border-color: #E9E2BF; }
span { border-color: rgb(233,226,191); }
td.TdClassName
{
border-color: #E9E2BF;
}
.TagClassName
{
border-color: #E9E2BF;
}
</style>