Shades of Sugar Cane #ECECDF
Tints of Sugar Cane #ECECDF
RGB
CMYK
RGB Variations
Color information
#ECECDF (or 0xECECDF) is known color: Sugar Cane. HEX triplet: EC, EC and DF. RGB value is (236,236,223). Sum of RGB (Red+Green+Blue) = 236+236+223=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECDF is #131320. Grayscale: #EAEAEA. Windows color (decimal): -1250081 or 14675180. OLE color: 14675180.
HSL color Cylindrical-coordinate representation of color #ECECDF: hue angle of 60º 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 #ECECDF is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 236 | 223 | - |
CMYK | 0 | 0 | 0.06 | 0.07 |
HSL | 60º | 0.25% | 0.9% | - |
HSV(B) | 60º | 0.06% | 0.93% | - |
XYZ | 77.91 | 83.15 | 81.76 | - |
YUV | 234.52 | 121.5 | 129.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 223 | 0 | 0 | 0.06 | 0.07 | 60 | 0.25 | 0.9 |
Hex | EC | EC | DF | 0 | 0 | 6 | 7 | 3C | 19 | 5A |
Octal | 354 | 354 | 337 | 0 | 0 | 6 | 7 | 74 | 31 | 132 |
Binary | 11101100 | 11101100 | 11011111 | 0 | 0 | 110 | 111 | 111100 | 11001 | 1011010 |
Color Harmonies of #ECECDF
Complementary color
Monochromatic Colors of #ECECDF
Black with #ECECDF
Text Example
Text Example
White with #ECECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECDF; }
p { color: rgb(236,236,223); }
H1.HeaderClassName
{
color: #ECECDF;
}
.AnyTagClassName
{
color: #ECECDF;
}
</style>
background-color css
<style>
a { background-color: #ECECDF; }
a { background-color: rgb(236,236,223); }
div.DivClassName
{
background-color: #ECECDF;
}
.BgClassName
{
background-color: #ECECDF;
}
</style>
border-color css
<style>
span { border-color: #ECECDF; }
span { border-color: rgb(236,236,223); }
td.TdClassName
{
border-color: #ECECDF;
}
.TagClassName
{
border-color: #ECECDF;
}
</style>