Shades of Sugar Cane #EAECD8
Tints of Sugar Cane #EAECD8
RGB
CMYK
RGB Variations
Color information
#EAECD8 (or 0xEAECD8) is known color: Sugar Cane. HEX triplet: EA, EC and D8. RGB value is (234,236,216). Sum of RGB (Red+Green+Blue) = 234+236+216=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 216 (84.77% from 255 or 31.49% from 686); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAECD8 is #151327. Grayscale: #E9E9E9. Windows color (decimal): -1381160 or 14216426. OLE color: 14216426.
HSL color Cylindrical-coordinate representation of color #EAECD8: hue angle of 66º degrees, saturation: 0.34, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAECD8 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 236 | 216 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.07 |
| HSL | 66º | 0.34% | 0.89% | - |
| HSV(B) | 66º | 0.08% | 0.93% | - |
| XYZ | 76.32 | 82.44 | 76.86 | - |
| YUV | 233.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 236 | 216 | 0.01 | 0 | 0.08 | 0.07 | 66 | 0.34 | 0.89 |
| Hex | EA | EC | D8 | 1 | 0 | 8 | 7 | 42 | 22 | 59 |
| Octal | 352 | 354 | 330 | 1 | 0 | 10 | 7 | 102 | 42 | 131 |
| Binary | 11101010 | 11101100 | 11011000 | 1 | 0 | 1000 | 111 | 1000010 | 100010 | 1011001 |
Color Harmonies of #EAECD8
Complementary color
Monochromatic Colors of #EAECD8
Black with #EAECD8
Text Example
Text Example
White with #EAECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAECD8; }
p { color: rgb(234,236,216); }
H1.HeaderClassName
{
color: #EAECD8;
}
.AnyTagClassName
{
color: #EAECD8;
}
</style>
background-color css
<style>
a { background-color: #EAECD8; }
a { background-color: rgb(234,236,216); }
div.DivClassName
{
background-color: #EAECD8;
}
.BgClassName
{
background-color: #EAECD8;
}
</style>
border-color css
<style>
span { border-color: #EAECD8; }
span { border-color: rgb(234,236,216); }
td.TdClassName
{
border-color: #EAECD8;
}
.TagClassName
{
border-color: #EAECD8;
}
</style>