Shades of Sugar Cane #EEF1D8
Tints of Sugar Cane #EEF1D8
RGB
CMYK
RGB Variations
Color information
#EEF1D8 (or 0xEEF1D8) is known color: Sugar Cane. HEX triplet: EE, F1 and D8. RGB value is (238,241,216). Sum of RGB (Red+Green+Blue) = 238+241+216=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 216 (84.77% from 255 or 31.08% from 695); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1D8 is #110E27. Grayscale: #EDEDED. Windows color (decimal): -1117736 or 14217710. OLE color: 14217710.
HSL color Cylindrical-coordinate representation of color #EEF1D8: hue angle of 67.2º degrees, saturation: 0.47, 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 #EEF1D8 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 216 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.05 |
| HSL | 67.2º | 0.47% | 0.9% | - |
| HSV(B) | 67.2º | 0.1% | 0.95% | - |
| XYZ | 79.11 | 86.05 | 77.4 | - |
| YUV | 237.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 216 | 0.01 | 0 | 0.10 | 0.05 | 67.2 | 0.47 | 0.9 |
| Hex | EE | F1 | D8 | 1 | 0 | A | 5 | 43 | 2F | 5A |
| Octal | 356 | 361 | 330 | 1 | 0 | 12 | 5 | 103 | 57 | 132 |
| Binary | 11101110 | 11110001 | 11011000 | 1 | 0 | 1010 | 101 | 1000011 | 101111 | 1011010 |
Color Harmonies of #EEF1D8
Complementary color
Monochromatic Colors of #EEF1D8
Black with #EEF1D8
Text Example
Text Example
White with #EEF1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1D8; }
p { color: rgb(238,241,216); }
H1.HeaderClassName
{
color: #EEF1D8;
}
.AnyTagClassName
{
color: #EEF1D8;
}
</style>
background-color css
<style>
a { background-color: #EEF1D8; }
a { background-color: rgb(238,241,216); }
div.DivClassName
{
background-color: #EEF1D8;
}
.BgClassName
{
background-color: #EEF1D8;
}
</style>
border-color css
<style>
span { border-color: #EEF1D8; }
span { border-color: rgb(238,241,216); }
td.TdClassName
{
border-color: #EEF1D8;
}
.TagClassName
{
border-color: #EEF1D8;
}
</style>