Shades of Sugar Cane #EEF1DA
Tints of Sugar Cane #EEF1DA
RGB
CMYK
RGB Variations
Color information
#EEF1DA (or 0xEEF1DA) is known color: Sugar Cane. HEX triplet: EE, F1 and DA. RGB value is (238,241,218). Sum of RGB (Red+Green+Blue) = 238+241+218=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 218 (85.55% from 255 or 31.28% from 697); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1DA is #110E25. Grayscale: #EDEDED. Windows color (decimal): -1117734 or 14348782. OLE color: 14348782.
HSL color Cylindrical-coordinate representation of color #EEF1DA: hue angle of 67.83º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEF1DA is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 218 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.05 |
| HSL | 67.83º | 0.45% | 0.9% | - |
| HSV(B) | 67.83º | 0.1% | 0.95% | - |
| XYZ | 79.37 | 86.15 | 78.77 | - |
| YUV | 237.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 218 | 0.01 | 0 | 0.10 | 0.05 | 67.83 | 0.45 | 0.9 |
| Hex | EE | F1 | DA | 1 | 0 | A | 5 | 44 | 2D | 5A |
| Octal | 356 | 361 | 332 | 1 | 0 | 12 | 5 | 104 | 55 | 132 |
| Binary | 11101110 | 11110001 | 11011010 | 1 | 0 | 1010 | 101 | 1000100 | 101101 | 1011010 |
Color Harmonies of #EEF1DA
Complementary color
Monochromatic Colors of #EEF1DA
Black with #EEF1DA
Text Example
Text Example
White with #EEF1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1DA; }
p { color: rgb(238,241,218); }
H1.HeaderClassName
{
color: #EEF1DA;
}
.AnyTagClassName
{
color: #EEF1DA;
}
</style>
background-color css
<style>
a { background-color: #EEF1DA; }
a { background-color: rgb(238,241,218); }
div.DivClassName
{
background-color: #EEF1DA;
}
.BgClassName
{
background-color: #EEF1DA;
}
</style>
border-color css
<style>
span { border-color: #EEF1DA; }
span { border-color: rgb(238,241,218); }
td.TdClassName
{
border-color: #EEF1DA;
}
.TagClassName
{
border-color: #EEF1DA;
}
</style>