Shades of Sugar Cane #ECEEDC
Tints of Sugar Cane #ECEEDC
RGB
CMYK
RGB Variations
Color information
#ECEEDC (or 0xECEEDC) is known color: Sugar Cane. HEX triplet: EC, EE and DC. RGB value is (236,238,220). Sum of RGB (Red+Green+Blue) = 236+238+220=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 220 (86.33% from 255 or 31.70% from 694); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEEDC is #131123. Grayscale: #EBEBEB. Windows color (decimal): -1249572 or 14479084. OLE color: 14479084.
HSL color Cylindrical-coordinate representation of color #ECEEDC: hue angle of 66.67º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECEEDC is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 238 | 220 | - |
CMYK | 0.01 | 0 | 0.08 | 0.07 |
HSL | 66.67º | 0.35% | 0.9% | - |
HSV(B) | 66.67º | 0.08% | 0.93% | - |
XYZ | 78.08 | 84.15 | 79.84 | - |
YUV | 235.35 | 119.34 | 128.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 238 | 220 | 0.01 | 0 | 0.08 | 0.07 | 66.67 | 0.35 | 0.9 |
Hex | EC | EE | DC | 1 | 0 | 8 | 7 | 43 | 23 | 5A |
Octal | 354 | 356 | 334 | 1 | 0 | 10 | 7 | 103 | 43 | 132 |
Binary | 11101100 | 11101110 | 11011100 | 1 | 0 | 1000 | 111 | 1000011 | 100011 | 1011010 |
Color Harmonies of #ECEEDC
Complementary color
Monochromatic Colors of #ECEEDC
Black with #ECEEDC
Text Example
Text Example
White with #ECEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEEDC; }
p { color: rgb(236,238,220); }
H1.HeaderClassName
{
color: #ECEEDC;
}
.AnyTagClassName
{
color: #ECEEDC;
}
</style>
background-color css
<style>
a { background-color: #ECEEDC; }
a { background-color: rgb(236,238,220); }
div.DivClassName
{
background-color: #ECEEDC;
}
.BgClassName
{
background-color: #ECEEDC;
}
</style>
border-color css
<style>
span { border-color: #ECEEDC; }
span { border-color: rgb(236,238,220); }
td.TdClassName
{
border-color: #ECEEDC;
}
.TagClassName
{
border-color: #ECEEDC;
}
</style>