Shades of Half And Half #E8E2BF
Tints of Half And Half #E8E2BF
RGB
CMYK
RGB Variations
Color information
#E8E2BF (or 0xE8E2BF) is known color: Half And Half. HEX triplet: E8, E2 and BF. RGB value is (232,226,191). Sum of RGB (Red+Green+Blue) = 232+226+191=649 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.75% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 191 (75% from 255 or 29.43% from 649); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8E2BF is #171D40. Grayscale: #DFDFDF. Windows color (decimal): -1514817 or 12575464. OLE color: 12575464.
HSL color Cylindrical-coordinate representation of color #E8E2BF: hue angle of 51.22º degrees, saturation: 0.47, 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 #E8E2BF is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 226 | 191 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.09 |
| HSL | 51.22º | 0.47% | 0.83% | - |
| HSV(B) | 51.22º | 0.18% | 0.91% | - |
| XYZ | 69.88 | 75.31 | 60.14 | - |
| YUV | 223.8 | 109.49 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 226 | 191 | 0 | 0.03 | 0.18 | 0.09 | 51.22 | 0.47 | 0.83 |
| Hex | E8 | E2 | BF | 0 | 3 | 12 | 9 | 33 | 2F | 53 |
| Octal | 350 | 342 | 277 | 0 | 3 | 22 | 11 | 63 | 57 | 123 |
| Binary | 11101000 | 11100010 | 10111111 | 0 | 11 | 10010 | 1001 | 110011 | 101111 | 1010011 |
Color Harmonies of #E8E2BF
Complementary color
Monochromatic Colors of #E8E2BF
Black with #E8E2BF
Text Example
Text Example
White with #E8E2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E2BF; }
p { color: rgb(232,226,191); }
H1.HeaderClassName
{
color: #E8E2BF;
}
.AnyTagClassName
{
color: #E8E2BF;
}
</style>
background-color css
<style>
a { background-color: #E8E2BF; }
a { background-color: rgb(232,226,191); }
div.DivClassName
{
background-color: #E8E2BF;
}
.BgClassName
{
background-color: #E8E2BF;
}
</style>
border-color css
<style>
span { border-color: #E8E2BF; }
span { border-color: rgb(232,226,191); }
td.TdClassName
{
border-color: #E8E2BF;
}
.TagClassName
{
border-color: #E8E2BF;
}
</style>