Shades of Sugar Cane #EDEFD5
Tints of Sugar Cane #EDEFD5
RGB
CMYK
RGB Variations
Color information
#EDEFD5 (or 0xEDEFD5) is known color: Sugar Cane. HEX triplet: ED, EF and D5. RGB value is (237,239,213). Sum of RGB (Red+Green+Blue) = 237+239+213=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 213 (83.59% from 255 or 30.91% from 689); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFD5 is #12102A. Grayscale: #EBEBEB. Windows color (decimal): -1183787 or 14020589. OLE color: 14020589.
HSL color Cylindrical-coordinate representation of color #EDEFD5: hue angle of 64.62º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDEFD5 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 213 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.06 |
| HSL | 64.62º | 0.45% | 0.89% | - |
| HSV(B) | 64.62º | 0.11% | 0.94% | - |
| XYZ | 77.8 | 84.54 | 75.17 | - |
| YUV | 235.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 213 | 0.01 | 0 | 0.11 | 0.06 | 64.62 | 0.45 | 0.89 |
| Hex | ED | EF | D5 | 1 | 0 | B | 6 | 41 | 2D | 59 |
| Octal | 355 | 357 | 325 | 1 | 0 | 13 | 6 | 101 | 55 | 131 |
| Binary | 11101101 | 11101111 | 11010101 | 1 | 0 | 1011 | 110 | 1000001 | 101101 | 1011001 |
Color Harmonies of #EDEFD5
Complementary color
Monochromatic Colors of #EDEFD5
Black with #EDEFD5
Text Example
Text Example
White with #EDEFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEFD5; }
p { color: rgb(237,239,213); }
H1.HeaderClassName
{
color: #EDEFD5;
}
.AnyTagClassName
{
color: #EDEFD5;
}
</style>
background-color css
<style>
a { background-color: #EDEFD5; }
a { background-color: rgb(237,239,213); }
div.DivClassName
{
background-color: #EDEFD5;
}
.BgClassName
{
background-color: #EDEFD5;
}
</style>
border-color css
<style>
span { border-color: #EDEFD5; }
span { border-color: rgb(237,239,213); }
td.TdClassName
{
border-color: #EDEFD5;
}
.TagClassName
{
border-color: #EDEFD5;
}
</style>