Shades of Sugar Cane #EBECE2
Tints of Sugar Cane #EBECE2
RGB
CMYK
RGB Variations
Color information
#EBECE2 (or 0xEBECE2) is known color: Sugar Cane. HEX triplet: EB, EC and E2. RGB value is (235,236,226). Sum of RGB (Red+Green+Blue) = 235+236+226=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 226 (88.67% from 255 or 32.42% from 697); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECE2 is #14131D. Grayscale: #EAEAEA. Windows color (decimal): -1315614 or 14871787. OLE color: 14871787.
HSL color Cylindrical-coordinate representation of color #EBECE2: hue angle of 66º degrees, saturation: 0.21, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBECE2 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 236 | 226 | - |
CMYK | 0.00 | 0 | 0.04 | 0.07 |
HSL | 66º | 0.21% | 0.91% | - |
HSV(B) | 66º | 0.04% | 0.93% | - |
XYZ | 77.98 | 83.14 | 83.89 | - |
YUV | 234.56 | 123.17 | 128.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 236 | 226 | 0.00 | 0 | 0.04 | 0.07 | 66 | 0.21 | 0.91 |
Hex | EB | EC | E2 | 0 | 0 | 4 | 7 | 42 | 15 | 5B |
Octal | 353 | 354 | 342 | 0 | 0 | 4 | 7 | 102 | 25 | 133 |
Binary | 11101011 | 11101100 | 11100010 | 0 | 0 | 100 | 111 | 1000010 | 10101 | 1011011 |
Color Harmonies of #EBECE2
Complementary color
Monochromatic Colors of #EBECE2
Black with #EBECE2
Text Example
Text Example
White with #EBECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECE2; }
p { color: rgb(235,236,226); }
H1.HeaderClassName
{
color: #EBECE2;
}
.AnyTagClassName
{
color: #EBECE2;
}
</style>
background-color css
<style>
a { background-color: #EBECE2; }
a { background-color: rgb(235,236,226); }
div.DivClassName
{
background-color: #EBECE2;
}
.BgClassName
{
background-color: #EBECE2;
}
</style>
border-color css
<style>
span { border-color: #EBECE2; }
span { border-color: rgb(235,236,226); }
td.TdClassName
{
border-color: #EBECE2;
}
.TagClassName
{
border-color: #EBECE2;
}
</style>