Shades of Sugar Cane #EAEAE2
Tints of Sugar Cane #EAEAE2
RGB
CMYK
RGB Variations
Color information
#EAEAE2 (or 0xEAEAE2) is known color: Sugar Cane. HEX triplet: EA, EA and E2. RGB value is (234,234,226). Sum of RGB (Red+Green+Blue) = 234+234+226=694 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.72% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 226 (88.67% from 255 or 32.56% from 694); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEAE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEAE2 is #15151D. Grayscale: #E9E9E9. Windows color (decimal): -1381662 or 14871274. OLE color: 14871274.
HSL color Cylindrical-coordinate representation of color #EAEAE2: hue angle of 60º degrees, saturation: 0.16, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAEAE2 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 226 | - |
| CMYK | 0 | 0 | 0.03 | 0.08 |
| HSL | 60º | 0.16% | 0.9% | - |
| HSV(B) | 60º | 0.03% | 0.92% | - |
| XYZ | 77.08 | 81.83 | 83.68 | - |
| YUV | 233.09 | 124 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 226 | 0 | 0 | 0.03 | 0.08 | 60 | 0.16 | 0.9 |
| Hex | EA | EA | E2 | 0 | 0 | 3 | 8 | 3C | 10 | 5A |
| Octal | 352 | 352 | 342 | 0 | 0 | 3 | 10 | 74 | 20 | 132 |
| Binary | 11101010 | 11101010 | 11100010 | 0 | 0 | 11 | 1000 | 111100 | 10000 | 1011010 |
Color Harmonies of #EAEAE2
Complementary color
Monochromatic Colors of #EAEAE2
Black with #EAEAE2
Text Example
Text Example
White with #EAEAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEAE2; }
p { color: rgb(234,234,226); }
H1.HeaderClassName
{
color: #EAEAE2;
}
.AnyTagClassName
{
color: #EAEAE2;
}
</style>
background-color css
<style>
a { background-color: #EAEAE2; }
a { background-color: rgb(234,234,226); }
div.DivClassName
{
background-color: #EAEAE2;
}
.BgClassName
{
background-color: #EAEAE2;
}
</style>
border-color css
<style>
span { border-color: #EAEAE2; }
span { border-color: rgb(234,234,226); }
td.TdClassName
{
border-color: #EAEAE2;
}
.TagClassName
{
border-color: #EAEAE2;
}
</style>