Shades of Sugar Cane #EEEEDC
Tints of Sugar Cane #EEEEDC
RGB
CMYK
RGB Variations
Color information
#EEEEDC (or 0xEEEEDC) is known color: Sugar Cane. HEX triplet: EE, EE and DC. RGB value is (238,238,220). Sum of RGB (Red+Green+Blue) = 238+238+220=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEEDC is #111123. Grayscale: #ECECEC. Windows color (decimal): -1118500 or 14479086. OLE color: 14479086.
HSL color Cylindrical-coordinate representation of color #EEEEDC: hue angle of 60º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEEEDC is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 238 | 220 | - |
| CMYK | 0 | 0 | 0.08 | 0.07 |
| HSL | 60º | 0.35% | 0.9% | - |
| HSV(B) | 60º | 0.08% | 0.93% | - |
| XYZ | 78.75 | 84.49 | 79.87 | - |
| YUV | 235.95 | 119 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 238 | 220 | 0 | 0 | 0.08 | 0.07 | 60 | 0.35 | 0.9 |
| Hex | EE | EE | DC | 0 | 0 | 8 | 7 | 3C | 23 | 5A |
| Octal | 356 | 356 | 334 | 0 | 0 | 10 | 7 | 74 | 43 | 132 |
| Binary | 11101110 | 11101110 | 11011100 | 0 | 0 | 1000 | 111 | 111100 | 100011 | 1011010 |
Color Harmonies of #EEEEDC
Complementary color
Monochromatic Colors of #EEEEDC
Black with #EEEEDC
Text Example
Text Example
White with #EEEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEEDC; }
p { color: rgb(238,238,220); }
H1.HeaderClassName
{
color: #EEEEDC;
}
.AnyTagClassName
{
color: #EEEEDC;
}
</style>
background-color css
<style>
a { background-color: #EEEEDC; }
a { background-color: rgb(238,238,220); }
div.DivClassName
{
background-color: #EEEEDC;
}
.BgClassName
{
background-color: #EEEEDC;
}
</style>
border-color css
<style>
span { border-color: #EEEEDC; }
span { border-color: rgb(238,238,220); }
td.TdClassName
{
border-color: #EEEEDC;
}
.TagClassName
{
border-color: #EEEEDC;
}
</style>