Shades of Half And Half #EEE8BE
Tints of Half And Half #EEE8BE
RGB
CMYK
RGB Variations
Color information
#EEE8BE (or 0xEEE8BE) is known color: Half And Half. HEX triplet: EE, E8 and BE. RGB value is (238,232,190). Sum of RGB (Red+Green+Blue) = 238+232+190=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 232 (91.02% from 255 or 35.15% from 660); Blue value is 190 (74.61% from 255 or 28.79% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8BE is #111741. Grayscale: #E5E5E5. Windows color (decimal): -1120066 or 12511470. OLE color: 12511470.
HSL color Cylindrical-coordinate representation of color #EEE8BE: hue angle of 52.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEE8BE is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 190 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.07 |
| HSL | 52.5º | 0.59% | 0.84% | - |
| HSV(B) | 52.5º | 0.2% | 0.93% | - |
| XYZ | 73.41 | 79.61 | 60.21 | - |
| YUV | 229.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 190 | 0 | 0.03 | 0.20 | 0.07 | 52.5 | 0.59 | 0.84 |
| Hex | EE | E8 | BE | 0 | 3 | 14 | 7 | 34 | 3B | 54 |
| Octal | 356 | 350 | 276 | 0 | 3 | 24 | 7 | 64 | 73 | 124 |
| Binary | 11101110 | 11101000 | 10111110 | 0 | 11 | 10100 | 111 | 110100 | 111011 | 1010100 |
Color Harmonies of #EEE8BE
Complementary color
Monochromatic Colors of #EEE8BE
Black with #EEE8BE
Text Example
Text Example
White with #EEE8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8BE; }
p { color: rgb(238,232,190); }
H1.HeaderClassName
{
color: #EEE8BE;
}
.AnyTagClassName
{
color: #EEE8BE;
}
</style>
background-color css
<style>
a { background-color: #EEE8BE; }
a { background-color: rgb(238,232,190); }
div.DivClassName
{
background-color: #EEE8BE;
}
.BgClassName
{
background-color: #EEE8BE;
}
</style>
border-color css
<style>
span { border-color: #EEE8BE; }
span { border-color: rgb(238,232,190); }
td.TdClassName
{
border-color: #EEE8BE;
}
.TagClassName
{
border-color: #EEE8BE;
}
</style>