Shades of Half And Half #EEEBC5
Tints of Half And Half #EEEBC5
RGB
CMYK
RGB Variations
Color information
#EEEBC5 (or 0xEEEBC5) is known color: Half And Half. HEX triplet: EE, EB and C5. RGB value is (238,235,197). Sum of RGB (Red+Green+Blue) = 238+235+197=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 197 (77.34% from 255 or 29.40% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEBC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEBC5 is #11143A. Grayscale: #E7E7E7. Windows color (decimal): -1119291 or 12970990. OLE color: 12970990.
HSL color Cylindrical-coordinate representation of color #EEEBC5: hue angle of 55.61º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEEBC5 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 235 | 197 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.07 |
| HSL | 55.61º | 0.55% | 0.85% | - |
| HSV(B) | 55.61º | 0.17% | 0.93% | - |
| XYZ | 75.05 | 81.63 | 64.62 | - |
| YUV | 231.57 | 108.49 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 235 | 197 | 0 | 0.01 | 0.17 | 0.07 | 55.61 | 0.55 | 0.85 |
| Hex | EE | EB | C5 | 0 | 1 | 11 | 7 | 38 | 37 | 55 |
| Octal | 356 | 353 | 305 | 0 | 1 | 21 | 7 | 70 | 67 | 125 |
| Binary | 11101110 | 11101011 | 11000101 | 0 | 1 | 10001 | 111 | 111000 | 110111 | 1010101 |
Color Harmonies of #EEEBC5
Complementary color
Monochromatic Colors of #EEEBC5
Black with #EEEBC5
Text Example
Text Example
White with #EEEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEBC5; }
p { color: rgb(238,235,197); }
H1.HeaderClassName
{
color: #EEEBC5;
}
.AnyTagClassName
{
color: #EEEBC5;
}
</style>
background-color css
<style>
a { background-color: #EEEBC5; }
a { background-color: rgb(238,235,197); }
div.DivClassName
{
background-color: #EEEBC5;
}
.BgClassName
{
background-color: #EEEBC5;
}
</style>
border-color css
<style>
span { border-color: #EEEBC5; }
span { border-color: rgb(238,235,197); }
td.TdClassName
{
border-color: #EEEBC5;
}
.TagClassName
{
border-color: #EEEBC5;
}
</style>