Shades of Half And Half #E9E7CD
Tints of Half And Half #E9E7CD
RGB
CMYK
RGB Variations
Color information
#E9E7CD (or 0xE9E7CD) is known color: Half And Half. HEX triplet: E9, E7 and CD. RGB value is (233,231,205). Sum of RGB (Red+Green+Blue) = 233+231+205=669 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.83% from 669); Green value is 231 (90.62% from 255 or 34.53% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E7CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9E7CD is #161832. Grayscale: #E4E4E4. Windows color (decimal): -1447987 or 13494249. OLE color: 13494249.
HSL color Cylindrical-coordinate representation of color #E9E7CD: hue angle of 55.71º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9E7CD is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 231 | 205 | - |
CMYK | 0 | 0.01 | 0.12 | 0.09 |
HSL | 55.71º | 0.39% | 0.86% | - |
HSV(B) | 55.71º | 0.12% | 0.91% | - |
XYZ | 73.2 | 78.88 | 69.13 | - |
YUV | 228.63 | 114.66 | 131.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 231 | 205 | 0 | 0.01 | 0.12 | 0.09 | 55.71 | 0.39 | 0.86 |
Hex | E9 | E7 | CD | 0 | 1 | C | 9 | 38 | 27 | 56 |
Octal | 351 | 347 | 315 | 0 | 1 | 14 | 11 | 70 | 47 | 126 |
Binary | 11101001 | 11100111 | 11001101 | 0 | 1 | 1100 | 1001 | 111000 | 100111 | 1010110 |
Color Harmonies of #E9E7CD
Complementary color
Monochromatic Colors of #E9E7CD
Black with #E9E7CD
Text Example
Text Example
White with #E9E7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E7CD; }
p { color: rgb(233,231,205); }
H1.HeaderClassName
{
color: #E9E7CD;
}
.AnyTagClassName
{
color: #E9E7CD;
}
</style>
background-color css
<style>
a { background-color: #E9E7CD; }
a { background-color: rgb(233,231,205); }
div.DivClassName
{
background-color: #E9E7CD;
}
.BgClassName
{
background-color: #E9E7CD;
}
</style>
border-color css
<style>
span { border-color: #E9E7CD; }
span { border-color: rgb(233,231,205); }
td.TdClassName
{
border-color: #E9E7CD;
}
.TagClassName
{
border-color: #E9E7CD;
}
</style>