Shades of Sugar Cane #EEEEDA
Tints of Sugar Cane #EEEEDA
RGB
CMYK
RGB Variations
Color information
#EEEEDA (or 0xEEEEDA) is known color: Sugar Cane. HEX triplet: EE, EE and DA. RGB value is (238,238,218). Sum of RGB (Red+Green+Blue) = 238+238+218=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 218 (85.55% from 255 or 31.41% from 694); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEEDA is #111125. Grayscale: #EBEBEB. Windows color (decimal): -1118502 or 14348014. OLE color: 14348014.
HSL color Cylindrical-coordinate representation of color #EEEEDA: hue angle of 60º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEEEDA is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 238 | 218 | - |
CMYK | 0 | 0 | 0.08 | 0.07 |
HSL | 60º | 0.37% | 0.89% | - |
HSV(B) | 60º | 0.08% | 0.93% | - |
XYZ | 78.49 | 84.39 | 78.48 | - |
YUV | 235.72 | 118 | 129.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 238 | 218 | 0 | 0 | 0.08 | 0.07 | 60 | 0.37 | 0.89 |
Hex | EE | EE | DA | 0 | 0 | 8 | 7 | 3C | 25 | 59 |
Octal | 356 | 356 | 332 | 0 | 0 | 10 | 7 | 74 | 45 | 131 |
Binary | 11101110 | 11101110 | 11011010 | 0 | 0 | 1000 | 111 | 111100 | 100101 | 1011001 |
Color Harmonies of #EEEEDA
Complementary color
Monochromatic Colors of #EEEEDA
Black with #EEEEDA
Text Example
Text Example
White with #EEEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEEDA; }
p { color: rgb(238,238,218); }
H1.HeaderClassName
{
color: #EEEEDA;
}
.AnyTagClassName
{
color: #EEEEDA;
}
</style>
background-color css
<style>
a { background-color: #EEEEDA; }
a { background-color: rgb(238,238,218); }
div.DivClassName
{
background-color: #EEEEDA;
}
.BgClassName
{
background-color: #EEEEDA;
}
</style>
border-color css
<style>
span { border-color: #EEEEDA; }
span { border-color: rgb(238,238,218); }
td.TdClassName
{
border-color: #EEEEDA;
}
.TagClassName
{
border-color: #EEEEDA;
}
</style>