Shades of Sugar Cane #EAEADA
Tints of Sugar Cane #EAEADA
RGB
CMYK
RGB Variations
Color information
#EAEADA (or 0xEAEADA) is known color: Sugar Cane. HEX triplet: EA, EA and DA. RGB value is (234,234,218). Sum of RGB (Red+Green+Blue) = 234+234+218=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEADA is #151525. Grayscale: #E8E8E8. Windows color (decimal): -1381670 or 14346986. OLE color: 14346986.
HSL color Cylindrical-coordinate representation of color #EAEADA: hue angle of 60º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAEADA is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 218 | - |
| CMYK | 0 | 0 | 0.07 | 0.08 |
| HSL | 60º | 0.28% | 0.89% | - |
| HSV(B) | 60º | 0.07% | 0.92% | - |
| XYZ | 76.01 | 81.4 | 78.04 | - |
| YUV | 232.18 | 120 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 218 | 0 | 0 | 0.07 | 0.08 | 60 | 0.28 | 0.89 |
| Hex | EA | EA | DA | 0 | 0 | 7 | 8 | 3C | 1C | 59 |
| Octal | 352 | 352 | 332 | 0 | 0 | 7 | 10 | 74 | 34 | 131 |
| Binary | 11101010 | 11101010 | 11011010 | 0 | 0 | 111 | 1000 | 111100 | 11100 | 1011001 |
Color Harmonies of #EAEADA
Complementary color
Monochromatic Colors of #EAEADA
Black with #EAEADA
Text Example
Text Example
White with #EAEADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEADA; }
p { color: rgb(234,234,218); }
H1.HeaderClassName
{
color: #EAEADA;
}
.AnyTagClassName
{
color: #EAEADA;
}
</style>
background-color css
<style>
a { background-color: #EAEADA; }
a { background-color: rgb(234,234,218); }
div.DivClassName
{
background-color: #EAEADA;
}
.BgClassName
{
background-color: #EAEADA;
}
</style>
border-color css
<style>
span { border-color: #EAEADA; }
span { border-color: rgb(234,234,218); }
td.TdClassName
{
border-color: #EAEADA;
}
.TagClassName
{
border-color: #EAEADA;
}
</style>