Shades of Sugar Cane #EEEFDB
Tints of Sugar Cane #EEEFDB
RGB
CMYK
RGB Variations
Color information
#EEEFDB (or 0xEEEFDB) is known color: Sugar Cane. HEX triplet: EE, EF and DB. RGB value is (238,239,219). Sum of RGB (Red+Green+Blue) = 238+239+219=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 219 (85.94% from 255 or 31.47% from 696); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFDB is #111024. Grayscale: #ECECEC. Windows color (decimal): -1118245 or 14413806. OLE color: 14413806.
HSL color Cylindrical-coordinate representation of color #EEEFDB: hue angle of 63º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEEFDB is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 238 | 239 | 219 | - |
CMYK | 0.00 | 0 | 0.08 | 0.06 |
HSL | 63º | 0.38% | 0.9% | - |
HSV(B) | 63º | 0.08% | 0.94% | - |
XYZ | 78.91 | 85.02 | 79.27 | - |
YUV | 236.42 | 118.17 | 129.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 239 | 219 | 0.00 | 0 | 0.08 | 0.06 | 63 | 0.38 | 0.9 |
Hex | EE | EF | DB | 0 | 0 | 8 | 6 | 3F | 26 | 5A |
Octal | 356 | 357 | 333 | 0 | 0 | 10 | 6 | 77 | 46 | 132 |
Binary | 11101110 | 11101111 | 11011011 | 0 | 0 | 1000 | 110 | 111111 | 100110 | 1011010 |
Color Harmonies of #EEEFDB
Complementary color
Monochromatic Colors of #EEEFDB
Black with #EEEFDB
Text Example
Text Example
White with #EEEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEFDB; }
p { color: rgb(238,239,219); }
H1.HeaderClassName
{
color: #EEEFDB;
}
.AnyTagClassName
{
color: #EEEFDB;
}
</style>
background-color css
<style>
a { background-color: #EEEFDB; }
a { background-color: rgb(238,239,219); }
div.DivClassName
{
background-color: #EEEFDB;
}
.BgClassName
{
background-color: #EEEFDB;
}
</style>
border-color css
<style>
span { border-color: #EEEFDB; }
span { border-color: rgb(238,239,219); }
td.TdClassName
{
border-color: #EEEFDB;
}
.TagClassName
{
border-color: #EEEFDB;
}
</style>