Shades of Sugar Cane #EEF1DC
Tints of Sugar Cane #EEF1DC
RGB
CMYK
RGB Variations
Color information
#EEF1DC (or 0xEEF1DC) is known color: Sugar Cane. HEX triplet: EE, F1 and DC. RGB value is (238,241,220). Sum of RGB (Red+Green+Blue) = 238+241+220=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 220 (86.33% from 255 or 31.47% from 699); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1DC is #110E23. Grayscale: #EDEDED. Windows color (decimal): -1117732 or 14479854. OLE color: 14479854.
HSL color Cylindrical-coordinate representation of color #EEF1DC: hue angle of 68.57º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEF1DC is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 220 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.05 |
| HSL | 68.57º | 0.43% | 0.9% | - |
| HSV(B) | 68.57º | 0.09% | 0.95% | - |
| XYZ | 79.63 | 86.26 | 80.16 | - |
| YUV | 237.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 220 | 0.01 | 0 | 0.09 | 0.05 | 68.57 | 0.43 | 0.9 |
| Hex | EE | F1 | DC | 1 | 0 | 9 | 5 | 45 | 2B | 5A |
| Octal | 356 | 361 | 334 | 1 | 0 | 11 | 5 | 105 | 53 | 132 |
| Binary | 11101110 | 11110001 | 11011100 | 1 | 0 | 1001 | 101 | 1000101 | 101011 | 1011010 |
Color Harmonies of #EEF1DC
Complementary color
Monochromatic Colors of #EEF1DC
Black with #EEF1DC
Text Example
Text Example
White with #EEF1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1DC; }
p { color: rgb(238,241,220); }
H1.HeaderClassName
{
color: #EEF1DC;
}
.AnyTagClassName
{
color: #EEF1DC;
}
</style>
background-color css
<style>
a { background-color: #EEF1DC; }
a { background-color: rgb(238,241,220); }
div.DivClassName
{
background-color: #EEF1DC;
}
.BgClassName
{
background-color: #EEF1DC;
}
</style>
border-color css
<style>
span { border-color: #EEF1DC; }
span { border-color: rgb(238,241,220); }
td.TdClassName
{
border-color: #EEF1DC;
}
.TagClassName
{
border-color: #EEF1DC;
}
</style>