Shades of Half And Half #E8E4BD
Tints of Half And Half #E8E4BD
RGB
CMYK
RGB Variations
Color information
#E8E4BD (or 0xE8E4BD) is known color: Half And Half. HEX triplet: E8, E4 and BD. RGB value is (232,228,189). Sum of RGB (Red+Green+Blue) = 232+228+189=649 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.75% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8E4BD is #171B42. Grayscale: #E0E0E0. Windows color (decimal): -1514307 or 12444904. OLE color: 12444904.
HSL color Cylindrical-coordinate representation of color #E8E4BD: hue angle of 54.42º degrees, saturation: 0.48, 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 #E8E4BD is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 228 | 189 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.09 |
| HSL | 54.42º | 0.48% | 0.83% | - |
| HSV(B) | 54.42º | 0.19% | 0.91% | - |
| XYZ | 70.21 | 76.32 | 59.17 | - |
| YUV | 224.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 228 | 189 | 0 | 0.02 | 0.19 | 0.09 | 54.42 | 0.48 | 0.83 |
| Hex | E8 | E4 | BD | 0 | 2 | 13 | 9 | 36 | 30 | 53 |
| Octal | 350 | 344 | 275 | 0 | 2 | 23 | 11 | 66 | 60 | 123 |
| Binary | 11101000 | 11100100 | 10111101 | 0 | 10 | 10011 | 1001 | 110110 | 110000 | 1010011 |
Color Harmonies of #E8E4BD
Complementary color
Monochromatic Colors of #E8E4BD
Black with #E8E4BD
Text Example
Text Example
White with #E8E4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E4BD; }
p { color: rgb(232,228,189); }
H1.HeaderClassName
{
color: #E8E4BD;
}
.AnyTagClassName
{
color: #E8E4BD;
}
</style>
background-color css
<style>
a { background-color: #E8E4BD; }
a { background-color: rgb(232,228,189); }
div.DivClassName
{
background-color: #E8E4BD;
}
.BgClassName
{
background-color: #E8E4BD;
}
</style>
border-color css
<style>
span { border-color: #E8E4BD; }
span { border-color: rgb(232,228,189); }
td.TdClassName
{
border-color: #E8E4BD;
}
.TagClassName
{
border-color: #E8E4BD;
}
</style>