Shades of Sugar Cane #EDF1DC
Tints of Sugar Cane #EDF1DC
RGB
CMYK
RGB Variations
Color information
#EDF1DC (or 0xEDF1DC) is known color: Sugar Cane. HEX triplet: ED, F1 and DC. RGB value is (237,241,220). Sum of RGB (Red+Green+Blue) = 237+241+220=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 220 (86.33% from 255 or 31.52% from 698); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1DC is #120E23. Grayscale: #EDEDED. Windows color (decimal): -1183268 or 14479853. OLE color: 14479853.
HSL color Cylindrical-coordinate representation of color #EDF1DC: hue angle of 71.43º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDF1DC is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 220 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.05 |
| HSL | 71.43º | 0.43% | 0.9% | - |
| HSV(B) | 71.43º | 0.09% | 0.95% | - |
| XYZ | 79.3 | 86.08 | 80.15 | - |
| YUV | 237.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 220 | 0.02 | 0 | 0.09 | 0.05 | 71.43 | 0.43 | 0.9 |
| Hex | ED | F1 | DC | 2 | 0 | 9 | 5 | 47 | 2B | 5A |
| Octal | 355 | 361 | 334 | 2 | 0 | 11 | 5 | 107 | 53 | 132 |
| Binary | 11101101 | 11110001 | 11011100 | 10 | 0 | 1001 | 101 | 1000111 | 101011 | 1011010 |
Color Harmonies of #EDF1DC
Complementary color
Monochromatic Colors of #EDF1DC
Black with #EDF1DC
Text Example
Text Example
White with #EDF1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1DC; }
p { color: rgb(237,241,220); }
H1.HeaderClassName
{
color: #EDF1DC;
}
.AnyTagClassName
{
color: #EDF1DC;
}
</style>
background-color css
<style>
a { background-color: #EDF1DC; }
a { background-color: rgb(237,241,220); }
div.DivClassName
{
background-color: #EDF1DC;
}
.BgClassName
{
background-color: #EDF1DC;
}
</style>
border-color css
<style>
span { border-color: #EDF1DC; }
span { border-color: rgb(237,241,220); }
td.TdClassName
{
border-color: #EDF1DC;
}
.TagClassName
{
border-color: #EDF1DC;
}
</style>