Shades of Sugar Cane #EAECD4
Tints of Sugar Cane #EAECD4
RGB
CMYK
RGB Variations
Color information
#EAECD4 (or 0xEAECD4) is known color: Sugar Cane. HEX triplet: EA, EC and D4. RGB value is (234,236,212). Sum of RGB (Red+Green+Blue) = 234+236+212=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 212 (83.20% from 255 or 31.09% from 682); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAECD4 is #15132B. Grayscale: #E8E8E8. Windows color (decimal): -1381164 or 13954282. OLE color: 13954282.
HSL color Cylindrical-coordinate representation of color #EAECD4: hue angle of 65º degrees, saturation: 0.39, 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 #EAECD4 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 236 | 212 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.07 |
| HSL | 65º | 0.39% | 0.88% | - |
| HSV(B) | 65º | 0.1% | 0.93% | - |
| XYZ | 75.81 | 82.24 | 74.16 | - |
| YUV | 232.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 236 | 212 | 0.01 | 0 | 0.10 | 0.07 | 65 | 0.39 | 0.88 |
| Hex | EA | EC | D4 | 1 | 0 | A | 7 | 41 | 27 | 58 |
| Octal | 352 | 354 | 324 | 1 | 0 | 12 | 7 | 101 | 47 | 130 |
| Binary | 11101010 | 11101100 | 11010100 | 1 | 0 | 1010 | 111 | 1000001 | 100111 | 1011000 |
Color Harmonies of #EAECD4
Complementary color
Monochromatic Colors of #EAECD4
Black with #EAECD4
Text Example
Text Example
White with #EAECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAECD4; }
p { color: rgb(234,236,212); }
H1.HeaderClassName
{
color: #EAECD4;
}
.AnyTagClassName
{
color: #EAECD4;
}
</style>
background-color css
<style>
a { background-color: #EAECD4; }
a { background-color: rgb(234,236,212); }
div.DivClassName
{
background-color: #EAECD4;
}
.BgClassName
{
background-color: #EAECD4;
}
</style>
border-color css
<style>
span { border-color: #EAECD4; }
span { border-color: rgb(234,236,212); }
td.TdClassName
{
border-color: #EAECD4;
}
.TagClassName
{
border-color: #EAECD4;
}
</style>