Shades of Sugar Cane #EAECD5
Tints of Sugar Cane #EAECD5
RGB
CMYK
RGB Variations
Color information
#EAECD5 (or 0xEAECD5) is known color: Sugar Cane. HEX triplet: EA, EC and D5. RGB value is (234,236,213). Sum of RGB (Red+Green+Blue) = 234+236+213=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 213 (83.59% from 255 or 31.19% from 683); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAECD5 is #15132A. Grayscale: #E8E8E8. Windows color (decimal): -1381163 or 14019818. OLE color: 14019818.
HSL color Cylindrical-coordinate representation of color #EAECD5: hue angle of 65.22º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAECD5 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 236 | 213 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.07 |
| HSL | 65.22º | 0.38% | 0.88% | - |
| HSV(B) | 65.22º | 0.1% | 0.93% | - |
| XYZ | 75.94 | 82.29 | 74.83 | - |
| YUV | 232.78 | 116.84 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 236 | 213 | 0.01 | 0 | 0.10 | 0.07 | 65.22 | 0.38 | 0.88 |
| Hex | EA | EC | D5 | 1 | 0 | A | 7 | 41 | 26 | 58 |
| Octal | 352 | 354 | 325 | 1 | 0 | 12 | 7 | 101 | 46 | 130 |
| Binary | 11101010 | 11101100 | 11010101 | 1 | 0 | 1010 | 111 | 1000001 | 100110 | 1011000 |
Color Harmonies of #EAECD5
Complementary color
Monochromatic Colors of #EAECD5
Black with #EAECD5
Text Example
Text Example
White with #EAECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAECD5; }
p { color: rgb(234,236,213); }
H1.HeaderClassName
{
color: #EAECD5;
}
.AnyTagClassName
{
color: #EAECD5;
}
</style>
background-color css
<style>
a { background-color: #EAECD5; }
a { background-color: rgb(234,236,213); }
div.DivClassName
{
background-color: #EAECD5;
}
.BgClassName
{
background-color: #EAECD5;
}
</style>
border-color css
<style>
span { border-color: #EAECD5; }
span { border-color: rgb(234,236,213); }
td.TdClassName
{
border-color: #EAECD5;
}
.TagClassName
{
border-color: #EAECD5;
}
</style>