Shades of Sugar Cane #EDEED9
Tints of Sugar Cane #EDEED9
RGB
CMYK
RGB Variations
Color information
#EDEED9 (or 0xEDEED9) is known color: Sugar Cane. HEX triplet: ED, EE and D9. RGB value is (237,238,217). Sum of RGB (Red+Green+Blue) = 237+238+217=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 217 (85.16% from 255 or 31.36% from 692); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEED9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEED9 is #121126. Grayscale: #EBEBEB. Windows color (decimal): -1184039 or 14282477. OLE color: 14282477.
HSL color Cylindrical-coordinate representation of color #EDEED9: hue angle of 62.86º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDEED9 is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 238 | 217 | - |
CMYK | 0.00 | 0 | 0.09 | 0.07 |
HSL | 62.86º | 0.38% | 0.89% | - |
HSV(B) | 62.86º | 0.09% | 0.93% | - |
XYZ | 78.02 | 84.16 | 77.78 | - |
YUV | 235.31 | 117.67 | 129.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 238 | 217 | 0.00 | 0 | 0.09 | 0.07 | 62.86 | 0.38 | 0.89 |
Hex | ED | EE | D9 | 0 | 0 | 9 | 7 | 3F | 26 | 59 |
Octal | 355 | 356 | 331 | 0 | 0 | 11 | 7 | 77 | 46 | 131 |
Binary | 11101101 | 11101110 | 11011001 | 0 | 0 | 1001 | 111 | 111111 | 100110 | 1011001 |
Color Harmonies of #EDEED9
Complementary color
Monochromatic Colors of #EDEED9
Black with #EDEED9
Text Example
Text Example
White with #EDEED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEED9; }
p { color: rgb(237,238,217); }
H1.HeaderClassName
{
color: #EDEED9;
}
.AnyTagClassName
{
color: #EDEED9;
}
</style>
background-color css
<style>
a { background-color: #EDEED9; }
a { background-color: rgb(237,238,217); }
div.DivClassName
{
background-color: #EDEED9;
}
.BgClassName
{
background-color: #EDEED9;
}
</style>
border-color css
<style>
span { border-color: #EDEED9; }
span { border-color: rgb(237,238,217); }
td.TdClassName
{
border-color: #EDEED9;
}
.TagClassName
{
border-color: #EDEED9;
}
</style>