Shades of Sugar Cane #EDEDDD
Tints of Sugar Cane #EDEDDD
RGB
CMYK
RGB Variations
Color information
#EDEDDD (or 0xEDEDDD) is known color: Sugar Cane. HEX triplet: ED, ED and DD. RGB value is (237,237,221). Sum of RGB (Red+Green+Blue) = 237+237+221=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDDD is #121222. Grayscale: #EBEBEB. Windows color (decimal): -1184291 or 14544365. OLE color: 14544365.
HSL color Cylindrical-coordinate representation of color #EDEDDD: hue angle of 60º degrees, saturation: 0.31, 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 #EDEDDD is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 237 | 221 | - |
CMYK | 0 | 0 | 0.07 | 0.07 |
HSL | 60º | 0.31% | 0.9% | - |
HSV(B) | 60º | 0.07% | 0.93% | - |
XYZ | 78.26 | 83.79 | 80.46 | - |
YUV | 235.18 | 120 | 129.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 237 | 221 | 0 | 0 | 0.07 | 0.07 | 60 | 0.31 | 0.9 |
Hex | ED | ED | DD | 0 | 0 | 7 | 7 | 3C | 1F | 5A |
Octal | 355 | 355 | 335 | 0 | 0 | 7 | 7 | 74 | 37 | 132 |
Binary | 11101101 | 11101101 | 11011101 | 0 | 0 | 111 | 111 | 111100 | 11111 | 1011010 |
Color Harmonies of #EDEDDD
Complementary color
Monochromatic Colors of #EDEDDD
Black with #EDEDDD
Text Example
Text Example
White with #EDEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEDDD; }
p { color: rgb(237,237,221); }
H1.HeaderClassName
{
color: #EDEDDD;
}
.AnyTagClassName
{
color: #EDEDDD;
}
</style>
background-color css
<style>
a { background-color: #EDEDDD; }
a { background-color: rgb(237,237,221); }
div.DivClassName
{
background-color: #EDEDDD;
}
.BgClassName
{
background-color: #EDEDDD;
}
</style>
border-color css
<style>
span { border-color: #EDEDDD; }
span { border-color: rgb(237,237,221); }
td.TdClassName
{
border-color: #EDEDDD;
}
.TagClassName
{
border-color: #EDEDDD;
}
</style>