Shades of Sugar Cane #EEF1E0
Tints of Sugar Cane #EEF1E0
RGB
CMYK
RGB Variations
Color information
#EEF1E0 (or 0xEEF1E0) is known color: Sugar Cane. HEX triplet: EE, F1 and E0. RGB value is (238,241,224). Sum of RGB (Red+Green+Blue) = 238+241+224=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 241 (94.53% from 255 or 34.28% from 703); Blue value is 224 (87.89% from 255 or 31.86% from 703); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1E0 is #110E1F. Grayscale: #EEEEEE. Windows color (decimal): -1117728 or 14741998. OLE color: 14741998.
HSL color Cylindrical-coordinate representation of color #EEF1E0: hue angle of 70.59º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEF1E0 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 224 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.05 |
| HSL | 70.59º | 0.38% | 0.91% | - |
| HSV(B) | 70.59º | 0.07% | 0.95% | - |
| XYZ | 80.17 | 86.47 | 82.99 | - |
| YUV | 238.17 | 120.01 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 224 | 0.01 | 0 | 0.07 | 0.05 | 70.59 | 0.38 | 0.91 |
| Hex | EE | F1 | E0 | 1 | 0 | 7 | 5 | 47 | 26 | 5B |
| Octal | 356 | 361 | 340 | 1 | 0 | 7 | 5 | 107 | 46 | 133 |
| Binary | 11101110 | 11110001 | 11100000 | 1 | 0 | 111 | 101 | 1000111 | 100110 | 1011011 |
Color Harmonies of #EEF1E0
Complementary color
Monochromatic Colors of #EEF1E0
Black with #EEF1E0
Text Example
Text Example
White with #EEF1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1E0; }
p { color: rgb(238,241,224); }
H1.HeaderClassName
{
color: #EEF1E0;
}
.AnyTagClassName
{
color: #EEF1E0;
}
</style>
background-color css
<style>
a { background-color: #EEF1E0; }
a { background-color: rgb(238,241,224); }
div.DivClassName
{
background-color: #EEF1E0;
}
.BgClassName
{
background-color: #EEF1E0;
}
</style>
border-color css
<style>
span { border-color: #EEF1E0; }
span { border-color: rgb(238,241,224); }
td.TdClassName
{
border-color: #EEF1E0;
}
.TagClassName
{
border-color: #EEF1E0;
}
</style>