Shades of Sugar Cane #EEEEDB
Tints of Sugar Cane #EEEEDB
RGB
CMYK
RGB Variations
Color information
#EEEEDB (or 0xEEEEDB) is known color: Sugar Cane. HEX triplet: EE, EE and DB. RGB value is (238,238,219). Sum of RGB (Red+Green+Blue) = 238+238+219=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 219 (85.94% from 255 or 31.51% from 695); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEEDB is #111124. Grayscale: #EBEBEB. Windows color (decimal): -1118501 or 14413550. OLE color: 14413550.
HSL color Cylindrical-coordinate representation of color #EEEEDB: hue angle of 60º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEEEDB is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 238 | 219 | - |
CMYK | 0 | 0 | 0.08 | 0.07 |
HSL | 60º | 0.36% | 0.9% | - |
HSV(B) | 60º | 0.08% | 0.93% | - |
XYZ | 78.62 | 84.44 | 79.17 | - |
YUV | 235.83 | 118.5 | 129.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 238 | 219 | 0 | 0 | 0.08 | 0.07 | 60 | 0.36 | 0.9 |
Hex | EE | EE | DB | 0 | 0 | 8 | 7 | 3C | 24 | 5A |
Octal | 356 | 356 | 333 | 0 | 0 | 10 | 7 | 74 | 44 | 132 |
Binary | 11101110 | 11101110 | 11011011 | 0 | 0 | 1000 | 111 | 111100 | 100100 | 1011010 |
Color Harmonies of #EEEEDB
Complementary color
Monochromatic Colors of #EEEEDB
Black with #EEEEDB
Text Example
Text Example
White with #EEEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEEDB; }
p { color: rgb(238,238,219); }
H1.HeaderClassName
{
color: #EEEEDB;
}
.AnyTagClassName
{
color: #EEEEDB;
}
</style>
background-color css
<style>
a { background-color: #EEEEDB; }
a { background-color: rgb(238,238,219); }
div.DivClassName
{
background-color: #EEEEDB;
}
.BgClassName
{
background-color: #EEEEDB;
}
</style>
border-color css
<style>
span { border-color: #EEEEDB; }
span { border-color: rgb(238,238,219); }
td.TdClassName
{
border-color: #EEEEDB;
}
.TagClassName
{
border-color: #EEEEDB;
}
</style>