Shades of Sugar Cane #EDEDEA
Tints of Sugar Cane #EDEDEA
RGB
CMYK
RGB Variations
Color information
#EDEDEA (or 0xEDEDEA) is known color: Sugar Cane. HEX triplet: ED, ED and EA. RGB value is (237,237,234). Sum of RGB (Red+Green+Blue) = 237+237+234=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 234 (91.80% from 255 or 33.05% from 708); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDEA is #121215. Grayscale: #ECECEC. Windows color (decimal): -1184278 or 15396333. OLE color: 15396333.
HSL color Cylindrical-coordinate representation of color #EDEDEA: hue angle of 60º degrees, saturation: 0.08, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EDEDEA is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 237 | 234 | - |
CMYK | 0 | 0 | 0.01 | 0.07 |
HSL | 60º | 0.08% | 0.92% | - |
HSV(B) | 60º | 0.01% | 0.93% | - |
XYZ | 80.06 | 84.51 | 89.93 | - |
YUV | 236.66 | 126.5 | 128.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 237 | 234 | 0 | 0 | 0.01 | 0.07 | 60 | 0.08 | 0.92 |
Hex | ED | ED | EA | 0 | 0 | 1 | 7 | 3C | 8 | 5C |
Octal | 355 | 355 | 352 | 0 | 0 | 1 | 7 | 74 | 10 | 134 |
Binary | 11101101 | 11101101 | 11101010 | 0 | 0 | 1 | 111 | 111100 | 1000 | 1011100 |
Color Harmonies of #EDEDEA
Complementary color
Monochromatic Colors of #EDEDEA
Black with #EDEDEA
Text Example
Text Example
White with #EDEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEDEA; }
p { color: rgb(237,237,234); }
H1.HeaderClassName
{
color: #EDEDEA;
}
.AnyTagClassName
{
color: #EDEDEA;
}
</style>
background-color css
<style>
a { background-color: #EDEDEA; }
a { background-color: rgb(237,237,234); }
div.DivClassName
{
background-color: #EDEDEA;
}
.BgClassName
{
background-color: #EDEDEA;
}
</style>
border-color css
<style>
span { border-color: #EDEDEA; }
span { border-color: rgb(237,237,234); }
td.TdClassName
{
border-color: #EDEDEA;
}
.TagClassName
{
border-color: #EDEDEA;
}
</style>