Shades of Sugar Cane #EAEBD5
Tints of Sugar Cane #EAEBD5
RGB
CMYK
RGB Variations
Color information
#EAEBD5 (or 0xEAEBD5) is known color: Sugar Cane. HEX triplet: EA, EB and D5. RGB value is (234,235,213). Sum of RGB (Red+Green+Blue) = 234+235+213=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 213 (83.59% from 255 or 31.23% from 682); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEBD5 is #15142A. Grayscale: #E8E8E8. Windows color (decimal): -1381419 or 14019562. OLE color: 14019562.
HSL color Cylindrical-coordinate representation of color #EAEBD5: hue angle of 62.73º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAEBD5 is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 235 | 213 | - |
| CMYK | 0.00 | 0 | 0.09 | 0.08 |
| HSL | 62.73º | 0.35% | 0.88% | - |
| HSV(B) | 62.73º | 0.09% | 0.92% | - |
| XYZ | 75.65 | 81.71 | 74.74 | - |
| YUV | 232.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 235 | 213 | 0.00 | 0 | 0.09 | 0.08 | 62.73 | 0.35 | 0.88 |
| Hex | EA | EB | D5 | 0 | 0 | 9 | 8 | 3F | 23 | 58 |
| Octal | 352 | 353 | 325 | 0 | 0 | 11 | 10 | 77 | 43 | 130 |
| Binary | 11101010 | 11101011 | 11010101 | 0 | 0 | 1001 | 1000 | 111111 | 100011 | 1011000 |
Color Harmonies of #EAEBD5
Complementary color
Monochromatic Colors of #EAEBD5
Black with #EAEBD5
Text Example
Text Example
White with #EAEBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEBD5; }
p { color: rgb(234,235,213); }
H1.HeaderClassName
{
color: #EAEBD5;
}
.AnyTagClassName
{
color: #EAEBD5;
}
</style>
background-color css
<style>
a { background-color: #EAEBD5; }
a { background-color: rgb(234,235,213); }
div.DivClassName
{
background-color: #EAEBD5;
}
.BgClassName
{
background-color: #EAEBD5;
}
</style>
border-color css
<style>
span { border-color: #EAEBD5; }
span { border-color: rgb(234,235,213); }
td.TdClassName
{
border-color: #EAEBD5;
}
.TagClassName
{
border-color: #EAEBD5;
}
</style>