Shades of Half And Half #EEE9BF
Tints of Half And Half #EEE9BF
RGB
CMYK
RGB Variations
Color information
#EEE9BF (or 0xEEE9BF) is known color: Half And Half. HEX triplet: EE, E9 and BF. RGB value is (238,233,191). Sum of RGB (Red+Green+Blue) = 238+233+191=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 191 (75% from 255 or 28.85% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE9BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE9BF is #111640. Grayscale: #E5E5E5. Windows color (decimal): -1119809 or 12577262. OLE color: 12577262.
HSL color Cylindrical-coordinate representation of color #EEE9BF: hue angle of 53.62º degrees, saturation: 0.58, 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 #EEE9BF is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 191 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.07 |
| HSL | 53.62º | 0.58% | 0.84% | - |
| HSV(B) | 53.62º | 0.2% | 0.93% | - |
| XYZ | 73.8 | 80.22 | 60.88 | - |
| YUV | 229.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 191 | 0 | 0.02 | 0.20 | 0.07 | 53.62 | 0.58 | 0.84 |
| Hex | EE | E9 | BF | 0 | 2 | 14 | 7 | 36 | 3A | 54 |
| Octal | 356 | 351 | 277 | 0 | 2 | 24 | 7 | 66 | 72 | 124 |
| Binary | 11101110 | 11101001 | 10111111 | 0 | 10 | 10100 | 111 | 110110 | 111010 | 1010100 |
Color Harmonies of #EEE9BF
Complementary color
Monochromatic Colors of #EEE9BF
Black with #EEE9BF
Text Example
Text Example
White with #EEE9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE9BF; }
p { color: rgb(238,233,191); }
H1.HeaderClassName
{
color: #EEE9BF;
}
.AnyTagClassName
{
color: #EEE9BF;
}
</style>
background-color css
<style>
a { background-color: #EEE9BF; }
a { background-color: rgb(238,233,191); }
div.DivClassName
{
background-color: #EEE9BF;
}
.BgClassName
{
background-color: #EEE9BF;
}
</style>
border-color css
<style>
span { border-color: #EEE9BF; }
span { border-color: rgb(238,233,191); }
td.TdClassName
{
border-color: #EEE9BF;
}
.TagClassName
{
border-color: #EEE9BF;
}
</style>