Shades of Sugar Cane #EEF0DA
Tints of Sugar Cane #EEF0DA
RGB
CMYK
RGB Variations
Color information
#EEF0DA (or 0xEEF0DA) is known color: Sugar Cane. HEX triplet: EE, F0 and DA. RGB value is (238,240,218). Sum of RGB (Red+Green+Blue) = 238+240+218=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 218 (85.55% from 255 or 31.32% from 696); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF0DA is #110F25. Grayscale: #ECECEC. Windows color (decimal): -1117990 or 14348526. OLE color: 14348526.
HSL color Cylindrical-coordinate representation of color #EEF0DA: hue angle of 65.45º 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 #EEF0DA is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 238 | 240 | 218 | - |
CMYK | 0.01 | 0 | 0.09 | 0.06 |
HSL | 65.45º | 0.42% | 0.9% | - |
HSV(B) | 65.45º | 0.09% | 0.94% | - |
XYZ | 79.07 | 85.56 | 78.68 | - |
YUV | 236.89 | 117.34 | 128.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 240 | 218 | 0.01 | 0 | 0.09 | 0.06 | 65.45 | 0.42 | 0.9 |
Hex | EE | F0 | DA | 1 | 0 | 9 | 6 | 41 | 2A | 5A |
Octal | 356 | 360 | 332 | 1 | 0 | 11 | 6 | 101 | 52 | 132 |
Binary | 11101110 | 11110000 | 11011010 | 1 | 0 | 1001 | 110 | 1000001 | 101010 | 1011010 |
Color Harmonies of #EEF0DA
Complementary color
Monochromatic Colors of #EEF0DA
Black with #EEF0DA
Text Example
Text Example
White with #EEF0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF0DA; }
p { color: rgb(238,240,218); }
H1.HeaderClassName
{
color: #EEF0DA;
}
.AnyTagClassName
{
color: #EEF0DA;
}
</style>
background-color css
<style>
a { background-color: #EEF0DA; }
a { background-color: rgb(238,240,218); }
div.DivClassName
{
background-color: #EEF0DA;
}
.BgClassName
{
background-color: #EEF0DA;
}
</style>
border-color css
<style>
span { border-color: #EEF0DA; }
span { border-color: rgb(238,240,218); }
td.TdClassName
{
border-color: #EEF0DA;
}
.TagClassName
{
border-color: #EEF0DA;
}
</style>