Shades of Sugar Cane #EEF1DE
Tints of Sugar Cane #EEF1DE
RGB
CMYK
RGB Variations
Color information
#EEF1DE (or 0xEEF1DE) is known color: Sugar Cane. HEX triplet: EE, F1 and DE. RGB value is (238,241,222). Sum of RGB (Red+Green+Blue) = 238+241+222=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 241 (94.53% from 255 or 34.38% from 701); Blue value is 222 (87.11% from 255 or 31.67% from 701); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1DE is #110E21. Grayscale: #EEEEEE. Windows color (decimal): -1117730 or 14610926. OLE color: 14610926.
HSL color Cylindrical-coordinate representation of color #EEF1DE: hue angle of 69.47º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEF1DE is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 222 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.05 |
| HSL | 69.47º | 0.4% | 0.91% | - |
| HSV(B) | 69.47º | 0.08% | 0.95% | - |
| XYZ | 79.9 | 86.36 | 81.57 | - |
| YUV | 237.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 222 | 0.01 | 0 | 0.08 | 0.05 | 69.47 | 0.4 | 0.91 |
| Hex | EE | F1 | DE | 1 | 0 | 8 | 5 | 45 | 28 | 5B |
| Octal | 356 | 361 | 336 | 1 | 0 | 10 | 5 | 105 | 50 | 133 |
| Binary | 11101110 | 11110001 | 11011110 | 1 | 0 | 1000 | 101 | 1000101 | 101000 | 1011011 |
Color Harmonies of #EEF1DE
Complementary color
Monochromatic Colors of #EEF1DE
Black with #EEF1DE
Text Example
Text Example
White with #EEF1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1DE; }
p { color: rgb(238,241,222); }
H1.HeaderClassName
{
color: #EEF1DE;
}
.AnyTagClassName
{
color: #EEF1DE;
}
</style>
background-color css
<style>
a { background-color: #EEF1DE; }
a { background-color: rgb(238,241,222); }
div.DivClassName
{
background-color: #EEF1DE;
}
.BgClassName
{
background-color: #EEF1DE;
}
</style>
border-color css
<style>
span { border-color: #EEF1DE; }
span { border-color: rgb(238,241,222); }
td.TdClassName
{
border-color: #EEF1DE;
}
.TagClassName
{
border-color: #EEF1DE;
}
</style>