Shades of Sugar Cane #EEEEEB
Tints of Sugar Cane #EEEEEB
RGB
CMYK
RGB Variations
Color information
#EEEEEB (or 0xEEEEEB) is known color: Sugar Cane. HEX triplet: EE, EE and EB. RGB value is (238,238,235). Sum of RGB (Red+Green+Blue) = 238+238+235=711 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.47% from 711); Green value is 238 (93.36% from 255 or 33.47% from 711); Blue value is 235 (92.19% from 255 or 33.05% from 711); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEEEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEEEB is #111114. Grayscale: #EDEDED. Windows color (decimal): -1118485 or 15462126. OLE color: 15462126.
HSL color Cylindrical-coordinate representation of color #EEEEEB: hue angle of 60º degrees, saturation: 0.08, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EEEEEB is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 238 | 235 | - |
CMYK | 0 | 0 | 0.01 | 0.07 |
HSL | 60º | 0.08% | 0.93% | - |
HSV(B) | 60º | 0.01% | 0.93% | - |
XYZ | 80.83 | 85.32 | 90.81 | - |
YUV | 237.66 | 126.5 | 128.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 238 | 235 | 0 | 0 | 0.01 | 0.07 | 60 | 0.08 | 0.93 |
Hex | EE | EE | EB | 0 | 0 | 1 | 7 | 3C | 8 | 5D |
Octal | 356 | 356 | 353 | 0 | 0 | 1 | 7 | 74 | 10 | 135 |
Binary | 11101110 | 11101110 | 11101011 | 0 | 0 | 1 | 111 | 111100 | 1000 | 1011101 |
Color Harmonies of #EEEEEB
Complementary color
Monochromatic Colors of #EEEEEB
Black with #EEEEEB
Text Example
Text Example
White with #EEEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEEEB; }
p { color: rgb(238,238,235); }
H1.HeaderClassName
{
color: #EEEEEB;
}
.AnyTagClassName
{
color: #EEEEEB;
}
</style>
background-color css
<style>
a { background-color: #EEEEEB; }
a { background-color: rgb(238,238,235); }
div.DivClassName
{
background-color: #EEEEEB;
}
.BgClassName
{
background-color: #EEEEEB;
}
</style>
border-color css
<style>
span { border-color: #EEEEEB; }
span { border-color: rgb(238,238,235); }
td.TdClassName
{
border-color: #EEEEEB;
}
.TagClassName
{
border-color: #EEEEEB;
}
</style>