Shades of Sugar Cane #EDEEDC
Tints of Sugar Cane #EDEEDC
RGB
CMYK
RGB Variations
Color information
#EDEEDC (or 0xEDEEDC) is known color: Sugar Cane. HEX triplet: ED, EE and DC. RGB value is (237,238,220). Sum of RGB (Red+Green+Blue) = 237+238+220=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEDC is #121123. Grayscale: #EBEBEB. Windows color (decimal): -1184036 or 14479085. OLE color: 14479085.
HSL color Cylindrical-coordinate representation of color #EDEEDC: hue angle of 63.33º 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 #EDEEDC is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 220 | - |
| CMYK | 0.00 | 0 | 0.08 | 0.07 |
| HSL | 63.33º | 0.35% | 0.9% | - |
| HSV(B) | 63.33º | 0.08% | 0.93% | - |
| XYZ | 78.42 | 84.32 | 79.85 | - |
| YUV | 235.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 220 | 0.00 | 0 | 0.08 | 0.07 | 63.33 | 0.35 | 0.9 |
| Hex | ED | EE | DC | 0 | 0 | 8 | 7 | 3F | 23 | 5A |
| Octal | 355 | 356 | 334 | 0 | 0 | 10 | 7 | 77 | 43 | 132 |
| Binary | 11101101 | 11101110 | 11011100 | 0 | 0 | 1000 | 111 | 111111 | 100011 | 1011010 |
Color Harmonies of #EDEEDC
Complementary color
Monochromatic Colors of #EDEEDC
Black with #EDEEDC
Text Example
Text Example
White with #EDEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEDC; }
p { color: rgb(237,238,220); }
H1.HeaderClassName
{
color: #EDEEDC;
}
.AnyTagClassName
{
color: #EDEEDC;
}
</style>
background-color css
<style>
a { background-color: #EDEEDC; }
a { background-color: rgb(237,238,220); }
div.DivClassName
{
background-color: #EDEEDC;
}
.BgClassName
{
background-color: #EDEEDC;
}
</style>
border-color css
<style>
span { border-color: #EDEEDC; }
span { border-color: rgb(237,238,220); }
td.TdClassName
{
border-color: #EDEEDC;
}
.TagClassName
{
border-color: #EDEEDC;
}
</style>