Shades of Sugar Cane #EAECDA
Tints of Sugar Cane #EAECDA
RGB
CMYK
RGB Variations
Color information
#EAECDA (or 0xEAECDA) is known color: Sugar Cane. HEX triplet: EA, EC and DA. RGB value is (234,236,218). Sum of RGB (Red+Green+Blue) = 234+236+218=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAECDA is #151325. Grayscale: #E9E9E9. Windows color (decimal): -1381158 or 14347498. OLE color: 14347498.
HSL color Cylindrical-coordinate representation of color #EAECDA: hue angle of 66.67º degrees, saturation: 0.32, 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 #EAECDA is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 236 | 218 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.07 |
| HSL | 66.67º | 0.32% | 0.89% | - |
| HSV(B) | 66.67º | 0.08% | 0.93% | - |
| XYZ | 76.58 | 82.55 | 78.23 | - |
| YUV | 233.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 236 | 218 | 0.01 | 0 | 0.08 | 0.07 | 66.67 | 0.32 | 0.89 |
| Hex | EA | EC | DA | 1 | 0 | 8 | 7 | 43 | 20 | 59 |
| Octal | 352 | 354 | 332 | 1 | 0 | 10 | 7 | 103 | 40 | 131 |
| Binary | 11101010 | 11101100 | 11011010 | 1 | 0 | 1000 | 111 | 1000011 | 100000 | 1011001 |
Color Harmonies of #EAECDA
Complementary color
Monochromatic Colors of #EAECDA
Black with #EAECDA
Text Example
Text Example
White with #EAECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAECDA; }
p { color: rgb(234,236,218); }
H1.HeaderClassName
{
color: #EAECDA;
}
.AnyTagClassName
{
color: #EAECDA;
}
</style>
background-color css
<style>
a { background-color: #EAECDA; }
a { background-color: rgb(234,236,218); }
div.DivClassName
{
background-color: #EAECDA;
}
.BgClassName
{
background-color: #EAECDA;
}
</style>
border-color css
<style>
span { border-color: #EAECDA; }
span { border-color: rgb(234,236,218); }
td.TdClassName
{
border-color: #EAECDA;
}
.TagClassName
{
border-color: #EAECDA;
}
</style>