Shades of Sugar Cane #EDEDDA
Tints of Sugar Cane #EDEDDA
RGB
CMYK
RGB Variations
Color information
#EDEDDA (or 0xEDEDDA) is known color: Sugar Cane. HEX triplet: ED, ED and DA. RGB value is (237,237,218). Sum of RGB (Red+Green+Blue) = 237+237+218=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDDA is #121225. Grayscale: #EAEAEA. Windows color (decimal): -1184294 or 14347757. OLE color: 14347757.
HSL color Cylindrical-coordinate representation of color #EDEDDA: hue angle of 60º degrees, saturation: 0.35, 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 #EDEDDA is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 237 | 218 | - |
CMYK | 0 | 0 | 0.08 | 0.07 |
HSL | 60º | 0.35% | 0.89% | - |
HSV(B) | 60º | 0.08% | 0.93% | - |
XYZ | 77.86 | 83.63 | 78.37 | - |
YUV | 234.83 | 118.5 | 129.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 237 | 218 | 0 | 0 | 0.08 | 0.07 | 60 | 0.35 | 0.89 |
Hex | ED | ED | DA | 0 | 0 | 8 | 7 | 3C | 23 | 59 |
Octal | 355 | 355 | 332 | 0 | 0 | 10 | 7 | 74 | 43 | 131 |
Binary | 11101101 | 11101101 | 11011010 | 0 | 0 | 1000 | 111 | 111100 | 100011 | 1011001 |
Color Harmonies of #EDEDDA
Complementary color
Monochromatic Colors of #EDEDDA
Black with #EDEDDA
Text Example
Text Example
White with #EDEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEDDA; }
p { color: rgb(237,237,218); }
H1.HeaderClassName
{
color: #EDEDDA;
}
.AnyTagClassName
{
color: #EDEDDA;
}
</style>
background-color css
<style>
a { background-color: #EDEDDA; }
a { background-color: rgb(237,237,218); }
div.DivClassName
{
background-color: #EDEDDA;
}
.BgClassName
{
background-color: #EDEDDA;
}
</style>
border-color css
<style>
span { border-color: #EDEDDA; }
span { border-color: rgb(237,237,218); }
td.TdClassName
{
border-color: #EDEDDA;
}
.TagClassName
{
border-color: #EDEDDA;
}
</style>