Shades of Half And Half #E9E5C4
Tints of Half And Half #E9E5C4
RGB
CMYK
RGB Variations
Color information
#E9E5C4 (or 0xE9E5C4) is known color: Half And Half. HEX triplet: E9, E5 and C4. RGB value is (233,229,196). Sum of RGB (Red+Green+Blue) = 233+229+196=658 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.41% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 196 (76.95% from 255 or 29.79% from 658); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E5C4 is #161A3B. Grayscale: #E2E2E2. Windows color (decimal): -1448508 or 12903913. OLE color: 12903913.
HSL color Cylindrical-coordinate representation of color #E9E5C4: hue angle of 53.51º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E9E5C4 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 229 | 196 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.09 |
| HSL | 53.51º | 0.46% | 0.84% | - |
| HSV(B) | 53.51º | 0.16% | 0.91% | - |
| XYZ | 71.59 | 77.35 | 63.38 | - |
| YUV | 226.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 229 | 196 | 0 | 0.02 | 0.16 | 0.09 | 53.51 | 0.46 | 0.84 |
| Hex | E9 | E5 | C4 | 0 | 2 | 10 | 9 | 36 | 2E | 54 |
| Octal | 351 | 345 | 304 | 0 | 2 | 20 | 11 | 66 | 56 | 124 |
| Binary | 11101001 | 11100101 | 11000100 | 0 | 10 | 10000 | 1001 | 110110 | 101110 | 1010100 |
Color Harmonies of #E9E5C4
Complementary color
Monochromatic Colors of #E9E5C4
Black with #E9E5C4
Text Example
Text Example
White with #E9E5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E5C4; }
p { color: rgb(233,229,196); }
H1.HeaderClassName
{
color: #E9E5C4;
}
.AnyTagClassName
{
color: #E9E5C4;
}
</style>
background-color css
<style>
a { background-color: #E9E5C4; }
a { background-color: rgb(233,229,196); }
div.DivClassName
{
background-color: #E9E5C4;
}
.BgClassName
{
background-color: #E9E5C4;
}
</style>
border-color css
<style>
span { border-color: #E9E5C4; }
span { border-color: rgb(233,229,196); }
td.TdClassName
{
border-color: #E9E5C4;
}
.TagClassName
{
border-color: #E9E5C4;
}
</style>