Shades of Sugar Cane #EAEAE1
Tints of Sugar Cane #EAEAE1
RGB
CMYK
RGB Variations
Color information
#EAEAE1 (or 0xEAEAE1) is known color: Sugar Cane. HEX triplet: EA, EA and E1. RGB value is (234,234,225). Sum of RGB (Red+Green+Blue) = 234+234+225=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 225 (88.28% from 255 or 32.47% from 693); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEAE1 is #15151E. Grayscale: #E9E9E9. Windows color (decimal): -1381663 or 14805738. OLE color: 14805738.
HSL color Cylindrical-coordinate representation of color #EAEAE1: hue angle of 60º degrees, saturation: 0.18, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAEAE1 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 225 | - |
| CMYK | 0 | 0 | 0.04 | 0.08 |
| HSL | 60º | 0.18% | 0.9% | - |
| HSV(B) | 60º | 0.04% | 0.92% | - |
| XYZ | 76.95 | 81.77 | 82.96 | - |
| YUV | 232.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 225 | 0 | 0 | 0.04 | 0.08 | 60 | 0.18 | 0.9 |
| Hex | EA | EA | E1 | 0 | 0 | 4 | 8 | 3C | 12 | 5A |
| Octal | 352 | 352 | 341 | 0 | 0 | 4 | 10 | 74 | 22 | 132 |
| Binary | 11101010 | 11101010 | 11100001 | 0 | 0 | 100 | 1000 | 111100 | 10010 | 1011010 |
Color Harmonies of #EAEAE1
Complementary color
Monochromatic Colors of #EAEAE1
Black with #EAEAE1
Text Example
Text Example
White with #EAEAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEAE1; }
p { color: rgb(234,234,225); }
H1.HeaderClassName
{
color: #EAEAE1;
}
.AnyTagClassName
{
color: #EAEAE1;
}
</style>
background-color css
<style>
a { background-color: #EAEAE1; }
a { background-color: rgb(234,234,225); }
div.DivClassName
{
background-color: #EAEAE1;
}
.BgClassName
{
background-color: #EAEAE1;
}
</style>
border-color css
<style>
span { border-color: #EAEAE1; }
span { border-color: rgb(234,234,225); }
td.TdClassName
{
border-color: #EAEAE1;
}
.TagClassName
{
border-color: #EAEAE1;
}
</style>