Shades of Sugar Cane #EDEDEC
Tints of Sugar Cane #EDEDEC
RGB
CMYK
RGB Variations
Color information
#EDEDEC (or 0xEDEDEC) is known color: Sugar Cane. HEX triplet: ED, ED and EC. RGB value is (237,237,236). Sum of RGB (Red+Green+Blue) = 237+237+236=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 236 (92.58% from 255 or 33.24% from 710); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDEC is #121213. Grayscale: #ECECEC. Windows color (decimal): -1184276 or 15527405. OLE color: 15527405.
HSL color Cylindrical-coordinate representation of color #EDEDEC: hue angle of 60º degrees, saturation: 0.03, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0%. Process color model (Four color, CMYK) of #EDEDEC is Cyan = 0, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 237 | 236 | - |
CMYK | 0 | 0 | 0.00 | 0.07 |
HSL | 60º | 0.03% | 0.93% | - |
HSV(B) | 60º | 0% | 0.93% | - |
XYZ | 80.35 | 84.63 | 91.46 | - |
YUV | 236.89 | 127.5 | 128.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 237 | 236 | 0 | 0 | 0.00 | 0.07 | 60 | 0.03 | 0.93 |
Hex | ED | ED | EC | 0 | 0 | 0 | 7 | 3C | 3 | 5D |
Octal | 355 | 355 | 354 | 0 | 0 | 0 | 7 | 74 | 3 | 135 |
Binary | 11101101 | 11101101 | 11101100 | 0 | 0 | 0 | 111 | 111100 | 11 | 1011101 |
Color Harmonies of #EDEDEC
Complementary color
Monochromatic Colors of #EDEDEC
Black with #EDEDEC
Text Example
Text Example
White with #EDEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEDEC; }
p { color: rgb(237,237,236); }
H1.HeaderClassName
{
color: #EDEDEC;
}
.AnyTagClassName
{
color: #EDEDEC;
}
</style>
background-color css
<style>
a { background-color: #EDEDEC; }
a { background-color: rgb(237,237,236); }
div.DivClassName
{
background-color: #EDEDEC;
}
.BgClassName
{
background-color: #EDEDEC;
}
</style>
border-color css
<style>
span { border-color: #EDEDEC; }
span { border-color: rgb(237,237,236); }
td.TdClassName
{
border-color: #EDEDEC;
}
.TagClassName
{
border-color: #EDEDEC;
}
</style>