Shades of Half And Half #EEEACD
Tints of Half And Half #EEEACD
RGB
CMYK
RGB Variations
Color information
#EEEACD (or 0xEEEACD) is known color: Half And Half. HEX triplet: EE, EA and CD. RGB value is (238,234,205). Sum of RGB (Red+Green+Blue) = 238+234+205=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 234 (91.80% from 255 or 34.56% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEACD is #111532. Grayscale: #E8E8E8. Windows color (decimal): -1119539 or 13495022. OLE color: 13495022.
HSL color Cylindrical-coordinate representation of color #EEEACD: hue angle of 52.73º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEEACD is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 205 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.07 |
| HSL | 52.73º | 0.49% | 0.87% | - |
| HSV(B) | 52.73º | 0.14% | 0.93% | - |
| XYZ | 75.7 | 81.43 | 69.49 | - |
| YUV | 231.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 205 | 0 | 0.02 | 0.14 | 0.07 | 52.73 | 0.49 | 0.87 |
| Hex | EE | EA | CD | 0 | 2 | E | 7 | 35 | 31 | 57 |
| Octal | 356 | 352 | 315 | 0 | 2 | 16 | 7 | 65 | 61 | 127 |
| Binary | 11101110 | 11101010 | 11001101 | 0 | 10 | 1110 | 111 | 110101 | 110001 | 1010111 |
Color Harmonies of #EEEACD
Complementary color
Monochromatic Colors of #EEEACD
Black with #EEEACD
Text Example
Text Example
White with #EEEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEACD; }
p { color: rgb(238,234,205); }
H1.HeaderClassName
{
color: #EEEACD;
}
.AnyTagClassName
{
color: #EEEACD;
}
</style>
background-color css
<style>
a { background-color: #EEEACD; }
a { background-color: rgb(238,234,205); }
div.DivClassName
{
background-color: #EEEACD;
}
.BgClassName
{
background-color: #EEEACD;
}
</style>
border-color css
<style>
span { border-color: #EEEACD; }
span { border-color: rgb(238,234,205); }
td.TdClassName
{
border-color: #EEEACD;
}
.TagClassName
{
border-color: #EEEACD;
}
</style>