Shades of Sugar Cane #EDEEDE
Tints of Sugar Cane #EDEEDE
RGB
CMYK
RGB Variations
Color information
#EDEEDE (or 0xEDEEDE) is known color: Sugar Cane. HEX triplet: ED, EE and DE. RGB value is (237,238,222). Sum of RGB (Red+Green+Blue) = 237+238+222=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEDE is #121121. Grayscale: #EBEBEB. Windows color (decimal): -1184034 or 14610157. OLE color: 14610157.
HSL color Cylindrical-coordinate representation of color #EDEEDE: hue angle of 63.75º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDEEDE is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 222 | - |
| CMYK | 0.00 | 0 | 0.07 | 0.07 |
| HSL | 63.75º | 0.32% | 0.9% | - |
| HSV(B) | 63.75º | 0.07% | 0.93% | - |
| XYZ | 78.68 | 84.43 | 81.26 | - |
| YUV | 235.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 222 | 0.00 | 0 | 0.07 | 0.07 | 63.75 | 0.32 | 0.9 |
| Hex | ED | EE | DE | 0 | 0 | 7 | 7 | 40 | 20 | 5A |
| Octal | 355 | 356 | 336 | 0 | 0 | 7 | 7 | 100 | 40 | 132 |
| Binary | 11101101 | 11101110 | 11011110 | 0 | 0 | 111 | 111 | 1000000 | 100000 | 1011010 |
Color Harmonies of #EDEEDE
Complementary color
Monochromatic Colors of #EDEEDE
Black with #EDEEDE
Text Example
Text Example
White with #EDEEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEDE; }
p { color: rgb(237,238,222); }
H1.HeaderClassName
{
color: #EDEEDE;
}
.AnyTagClassName
{
color: #EDEEDE;
}
</style>
background-color css
<style>
a { background-color: #EDEEDE; }
a { background-color: rgb(237,238,222); }
div.DivClassName
{
background-color: #EDEEDE;
}
.BgClassName
{
background-color: #EDEEDE;
}
</style>
border-color css
<style>
span { border-color: #EDEEDE; }
span { border-color: rgb(237,238,222); }
td.TdClassName
{
border-color: #EDEEDE;
}
.TagClassName
{
border-color: #EDEEDE;
}
</style>