Shades of Sugar Cane #EBECDF
Tints of Sugar Cane #EBECDF
RGB
CMYK
RGB Variations
Color information
#EBECDF (or 0xEBECDF) is known color: Sugar Cane. HEX triplet: EB, EC and DF. RGB value is (235,236,223). Sum of RGB (Red+Green+Blue) = 235+236+223=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECDF is #141320. Grayscale: #EAEAEA. Windows color (decimal): -1315617 or 14675179. OLE color: 14675179.
HSL color Cylindrical-coordinate representation of color #EBECDF: hue angle of 64.62º degrees, saturation: 0.25, 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 #EBECDF is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 236 | 223 | - |
CMYK | 0.00 | 0 | 0.06 | 0.07 |
HSL | 64.62º | 0.25% | 0.9% | - |
HSV(B) | 64.62º | 0.06% | 0.93% | - |
XYZ | 77.58 | 82.98 | 81.74 | - |
YUV | 234.22 | 121.67 | 128.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 236 | 223 | 0.00 | 0 | 0.06 | 0.07 | 64.62 | 0.25 | 0.9 |
Hex | EB | EC | DF | 0 | 0 | 6 | 7 | 41 | 19 | 5A |
Octal | 353 | 354 | 337 | 0 | 0 | 6 | 7 | 101 | 31 | 132 |
Binary | 11101011 | 11101100 | 11011111 | 0 | 0 | 110 | 111 | 1000001 | 11001 | 1011010 |
Color Harmonies of #EBECDF
Complementary color
Monochromatic Colors of #EBECDF
Black with #EBECDF
Text Example
Text Example
White with #EBECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECDF; }
p { color: rgb(235,236,223); }
H1.HeaderClassName
{
color: #EBECDF;
}
.AnyTagClassName
{
color: #EBECDF;
}
</style>
background-color css
<style>
a { background-color: #EBECDF; }
a { background-color: rgb(235,236,223); }
div.DivClassName
{
background-color: #EBECDF;
}
.BgClassName
{
background-color: #EBECDF;
}
</style>
border-color css
<style>
span { border-color: #EBECDF; }
span { border-color: rgb(235,236,223); }
td.TdClassName
{
border-color: #EBECDF;
}
.TagClassName
{
border-color: #EBECDF;
}
</style>