Shades of Sugar Cane #EEF1DB
Tints of Sugar Cane #EEF1DB
RGB
CMYK
RGB Variations
Color information
#EEF1DB (or 0xEEF1DB) is known color: Sugar Cane. HEX triplet: EE, F1 and DB. RGB value is (238,241,219). Sum of RGB (Red+Green+Blue) = 238+241+219=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 219 (85.94% from 255 or 31.38% from 698); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1DB is #110E24. Grayscale: #EDEDED. Windows color (decimal): -1117733 or 14414318. OLE color: 14414318.
HSL color Cylindrical-coordinate representation of color #EEF1DB: hue angle of 68.18º degrees, saturation: 0.44, 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 #EEF1DB is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 238 | 241 | 219 | - |
CMYK | 0.01 | 0 | 0.09 | 0.05 |
HSL | 68.18º | 0.44% | 0.9% | - |
HSV(B) | 68.18º | 0.09% | 0.95% | - |
XYZ | 79.5 | 86.2 | 79.47 | - |
YUV | 237.6 | 117.51 | 128.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 241 | 219 | 0.01 | 0 | 0.09 | 0.05 | 68.18 | 0.44 | 0.9 |
Hex | EE | F1 | DB | 1 | 0 | 9 | 5 | 44 | 2C | 5A |
Octal | 356 | 361 | 333 | 1 | 0 | 11 | 5 | 104 | 54 | 132 |
Binary | 11101110 | 11110001 | 11011011 | 1 | 0 | 1001 | 101 | 1000100 | 101100 | 1011010 |
Color Harmonies of #EEF1DB
Complementary color
Monochromatic Colors of #EEF1DB
Black with #EEF1DB
Text Example
Text Example
White with #EEF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1DB; }
p { color: rgb(238,241,219); }
H1.HeaderClassName
{
color: #EEF1DB;
}
.AnyTagClassName
{
color: #EEF1DB;
}
</style>
background-color css
<style>
a { background-color: #EEF1DB; }
a { background-color: rgb(238,241,219); }
div.DivClassName
{
background-color: #EEF1DB;
}
.BgClassName
{
background-color: #EEF1DB;
}
</style>
border-color css
<style>
span { border-color: #EEF1DB; }
span { border-color: rgb(238,241,219); }
td.TdClassName
{
border-color: #EEF1DB;
}
.TagClassName
{
border-color: #EEF1DB;
}
</style>