Shades of Sugar Cane #EEEEDF
Tints of Sugar Cane #EEEEDF
RGB
CMYK
RGB Variations
Color information
#EEEEDF (or 0xEEEEDF) is known color: Sugar Cane. HEX triplet: EE, EE and DF. RGB value is (238,238,223). Sum of RGB (Red+Green+Blue) = 238+238+223=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 223 (87.5% from 255 or 31.90% from 699); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEEDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEEDF is #111120. Grayscale: #ECECEC. Windows color (decimal): -1118497 or 14675694. OLE color: 14675694.
HSL color Cylindrical-coordinate representation of color #EEEEDF: hue angle of 60º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEEEDF is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 238 | 223 | - |
CMYK | 0 | 0 | 0.06 | 0.07 |
HSL | 60º | 0.31% | 0.9% | - |
HSV(B) | 60º | 0.06% | 0.93% | - |
XYZ | 79.15 | 84.65 | 81.98 | - |
YUV | 236.29 | 120.5 | 129.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 238 | 223 | 0 | 0 | 0.06 | 0.07 | 60 | 0.31 | 0.9 |
Hex | EE | EE | DF | 0 | 0 | 6 | 7 | 3C | 1F | 5A |
Octal | 356 | 356 | 337 | 0 | 0 | 6 | 7 | 74 | 37 | 132 |
Binary | 11101110 | 11101110 | 11011111 | 0 | 0 | 110 | 111 | 111100 | 11111 | 1011010 |
Color Harmonies of #EEEEDF
Complementary color
Monochromatic Colors of #EEEEDF
Black with #EEEEDF
Text Example
Text Example
White with #EEEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEEDF; }
p { color: rgb(238,238,223); }
H1.HeaderClassName
{
color: #EEEEDF;
}
.AnyTagClassName
{
color: #EEEEDF;
}
</style>
background-color css
<style>
a { background-color: #EEEEDF; }
a { background-color: rgb(238,238,223); }
div.DivClassName
{
background-color: #EEEEDF;
}
.BgClassName
{
background-color: #EEEEDF;
}
</style>
border-color css
<style>
span { border-color: #EEEEDF; }
span { border-color: rgb(238,238,223); }
td.TdClassName
{
border-color: #EEEEDF;
}
.TagClassName
{
border-color: #EEEEDF;
}
</style>