Shades of Sugar Cane #EDF0DA
Tints of Sugar Cane #EDF0DA
RGB
CMYK
RGB Variations
Color information
#EDF0DA (or 0xEDF0DA) is known color: Sugar Cane. HEX triplet: ED, F0 and DA. RGB value is (237,240,218). Sum of RGB (Red+Green+Blue) = 237+240+218=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 240 (94.14% from 255 or 34.53% from 695); Blue value is 218 (85.55% from 255 or 31.37% from 695); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0DA is #120F25. Grayscale: #ECECEC. Windows color (decimal): -1183526 or 14348525. OLE color: 14348525.
HSL color Cylindrical-coordinate representation of color #EDF0DA: hue angle of 68.18º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDF0DA is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 240 | 218 | - |
CMYK | 0.01 | 0 | 0.09 | 0.06 |
HSL | 68.18º | 0.42% | 0.9% | - |
HSV(B) | 68.18º | 0.09% | 0.94% | - |
XYZ | 78.74 | 85.39 | 78.66 | - |
YUV | 236.6 | 117.51 | 128.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 240 | 218 | 0.01 | 0 | 0.09 | 0.06 | 68.18 | 0.42 | 0.9 |
Hex | ED | F0 | DA | 1 | 0 | 9 | 6 | 44 | 2A | 5A |
Octal | 355 | 360 | 332 | 1 | 0 | 11 | 6 | 104 | 52 | 132 |
Binary | 11101101 | 11110000 | 11011010 | 1 | 0 | 1001 | 110 | 1000100 | 101010 | 1011010 |
Color Harmonies of #EDF0DA
Complementary color
Monochromatic Colors of #EDF0DA
Black with #EDF0DA
Text Example
Text Example
White with #EDF0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF0DA; }
p { color: rgb(237,240,218); }
H1.HeaderClassName
{
color: #EDF0DA;
}
.AnyTagClassName
{
color: #EDF0DA;
}
</style>
background-color css
<style>
a { background-color: #EDF0DA; }
a { background-color: rgb(237,240,218); }
div.DivClassName
{
background-color: #EDF0DA;
}
.BgClassName
{
background-color: #EDF0DA;
}
</style>
border-color css
<style>
span { border-color: #EDF0DA; }
span { border-color: rgb(237,240,218); }
td.TdClassName
{
border-color: #EDF0DA;
}
.TagClassName
{
border-color: #EDF0DA;
}
</style>