Shades of Sugar Cane #EEF0E1
Tints of Sugar Cane #EEF0E1
RGB
CMYK
RGB Variations
Color information
#EEF0E1 (or 0xEEF0E1) is known color: Sugar Cane. HEX triplet: EE, F0 and E1. RGB value is (238,240,225). Sum of RGB (Red+Green+Blue) = 238+240+225=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 240 (94.14% from 255 or 34.14% from 703); Blue value is 225 (88.28% from 255 or 32.01% from 703); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF0E1 is #110F1E. Grayscale: #EDEDED. Windows color (decimal): -1117983 or 14807278. OLE color: 14807278.
HSL color Cylindrical-coordinate representation of color #EEF0E1: hue angle of 68º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEF0E1 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 225 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.06 |
| HSL | 68º | 0.33% | 0.91% | - |
| HSV(B) | 68º | 0.06% | 0.94% | - |
| XYZ | 80.01 | 85.93 | 83.6 | - |
| YUV | 237.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 225 | 0.01 | 0 | 0.06 | 0.06 | 68 | 0.33 | 0.91 |
| Hex | EE | F0 | E1 | 1 | 0 | 6 | 6 | 44 | 21 | 5B |
| Octal | 356 | 360 | 341 | 1 | 0 | 6 | 6 | 104 | 41 | 133 |
| Binary | 11101110 | 11110000 | 11100001 | 1 | 0 | 110 | 110 | 1000100 | 100001 | 1011011 |
Color Harmonies of #EEF0E1
Complementary color
Monochromatic Colors of #EEF0E1
Black with #EEF0E1
Text Example
Text Example
White with #EEF0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF0E1; }
p { color: rgb(238,240,225); }
H1.HeaderClassName
{
color: #EEF0E1;
}
.AnyTagClassName
{
color: #EEF0E1;
}
</style>
background-color css
<style>
a { background-color: #EEF0E1; }
a { background-color: rgb(238,240,225); }
div.DivClassName
{
background-color: #EEF0E1;
}
.BgClassName
{
background-color: #EEF0E1;
}
</style>
border-color css
<style>
span { border-color: #EEF0E1; }
span { border-color: rgb(238,240,225); }
td.TdClassName
{
border-color: #EEF0E1;
}
.TagClassName
{
border-color: #EEF0E1;
}
</style>