Shades of Sugar Cane #EDEFDF
Tints of Sugar Cane #EDEFDF
RGB
CMYK
RGB Variations
Color information
#EDEFDF (or 0xEDEFDF) is known color: Sugar Cane. HEX triplet: ED, EF and DF. RGB value is (237,239,223). Sum of RGB (Red+Green+Blue) = 237+239+223=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 223 (87.5% from 255 or 31.90% from 699); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFDF is #121020. Grayscale: #ECECEC. Windows color (decimal): -1183777 or 14675949. OLE color: 14675949.
HSL color Cylindrical-coordinate representation of color #EDEFDF: hue angle of 67.5º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDEFDF is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 223 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.06 |
| HSL | 67.5º | 0.33% | 0.91% | - |
| HSV(B) | 67.5º | 0.07% | 0.94% | - |
| XYZ | 79.11 | 85.07 | 82.06 | - |
| YUV | 236.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 223 | 0.01 | 0 | 0.07 | 0.06 | 67.5 | 0.33 | 0.91 |
| Hex | ED | EF | DF | 1 | 0 | 7 | 6 | 44 | 21 | 5B |
| Octal | 355 | 357 | 337 | 1 | 0 | 7 | 6 | 104 | 41 | 133 |
| Binary | 11101101 | 11101111 | 11011111 | 1 | 0 | 111 | 110 | 1000100 | 100001 | 1011011 |
Color Harmonies of #EDEFDF
Complementary color
Monochromatic Colors of #EDEFDF
Black with #EDEFDF
Text Example
Text Example
White with #EDEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEFDF; }
p { color: rgb(237,239,223); }
H1.HeaderClassName
{
color: #EDEFDF;
}
.AnyTagClassName
{
color: #EDEFDF;
}
</style>
background-color css
<style>
a { background-color: #EDEFDF; }
a { background-color: rgb(237,239,223); }
div.DivClassName
{
background-color: #EDEFDF;
}
.BgClassName
{
background-color: #EDEFDF;
}
</style>
border-color css
<style>
span { border-color: #EDEFDF; }
span { border-color: rgb(237,239,223); }
td.TdClassName
{
border-color: #EDEFDF;
}
.TagClassName
{
border-color: #EDEFDF;
}
</style>