Shades of Half And Half #EEE9BB
Tints of Half And Half #EEE9BB
RGB
CMYK
RGB Variations
Color information
#EEE9BB (or 0xEEE9BB) is known color: Half And Half. HEX triplet: EE, E9 and BB. RGB value is (238,233,187). Sum of RGB (Red+Green+Blue) = 238+233+187=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 187 (73.44% from 255 or 28.42% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE9BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE9BB is #111644. Grayscale: #E5E5E5. Windows color (decimal): -1119813 or 12315118. OLE color: 12315118.
HSL color Cylindrical-coordinate representation of color #EEE9BB: hue angle of 54.12º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEE9BB is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 187 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.07 |
| HSL | 54.12º | 0.6% | 0.83% | - |
| HSV(B) | 54.12º | 0.21% | 0.93% | - |
| XYZ | 73.37 | 80.04 | 58.6 | - |
| YUV | 229.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 187 | 0 | 0.02 | 0.21 | 0.07 | 54.12 | 0.6 | 0.83 |
| Hex | EE | E9 | BB | 0 | 2 | 15 | 7 | 36 | 3C | 53 |
| Octal | 356 | 351 | 273 | 0 | 2 | 25 | 7 | 66 | 74 | 123 |
| Binary | 11101110 | 11101001 | 10111011 | 0 | 10 | 10101 | 111 | 110110 | 111100 | 1010011 |
Color Harmonies of #EEE9BB
Complementary color
Monochromatic Colors of #EEE9BB
Black with #EEE9BB
Text Example
Text Example
White with #EEE9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE9BB; }
p { color: rgb(238,233,187); }
H1.HeaderClassName
{
color: #EEE9BB;
}
.AnyTagClassName
{
color: #EEE9BB;
}
</style>
background-color css
<style>
a { background-color: #EEE9BB; }
a { background-color: rgb(238,233,187); }
div.DivClassName
{
background-color: #EEE9BB;
}
.BgClassName
{
background-color: #EEE9BB;
}
</style>
border-color css
<style>
span { border-color: #EEE9BB; }
span { border-color: rgb(238,233,187); }
td.TdClassName
{
border-color: #EEE9BB;
}
.TagClassName
{
border-color: #EEE9BB;
}
</style>