Shades of Sugar Cane #ECEFE0
Tints of Sugar Cane #ECEFE0
RGB
CMYK
RGB Variations
Color information
#ECEFE0 (or 0xECEFE0) is known color: Sugar Cane. HEX triplet: EC, EF and E0. RGB value is (236,239,224). Sum of RGB (Red+Green+Blue) = 236+239+224=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 224 (87.89% from 255 or 32.05% from 699); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFE0 is #13101F. Grayscale: #ECECEC. Windows color (decimal): -1249312 or 14741484. OLE color: 14741484.
HSL color Cylindrical-coordinate representation of color #ECEFE0: hue angle of 72º degrees, saturation: 0.32, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECEFE0 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 239 | 224 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.06 |
| HSL | 72º | 0.32% | 0.91% | - |
| HSV(B) | 72º | 0.06% | 0.94% | - |
| XYZ | 78.91 | 84.95 | 82.76 | - |
| YUV | 236.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 239 | 224 | 0.01 | 0 | 0.06 | 0.06 | 72 | 0.32 | 0.91 |
| Hex | EC | EF | E0 | 1 | 0 | 6 | 6 | 48 | 20 | 5B |
| Octal | 354 | 357 | 340 | 1 | 0 | 6 | 6 | 110 | 40 | 133 |
| Binary | 11101100 | 11101111 | 11100000 | 1 | 0 | 110 | 110 | 1001000 | 100000 | 1011011 |
Color Harmonies of #ECEFE0
Complementary color
Monochromatic Colors of #ECEFE0
Black with #ECEFE0
Text Example
Text Example
White with #ECEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFE0; }
p { color: rgb(236,239,224); }
H1.HeaderClassName
{
color: #ECEFE0;
}
.AnyTagClassName
{
color: #ECEFE0;
}
</style>
background-color css
<style>
a { background-color: #ECEFE0; }
a { background-color: rgb(236,239,224); }
div.DivClassName
{
background-color: #ECEFE0;
}
.BgClassName
{
background-color: #ECEFE0;
}
</style>
border-color css
<style>
span { border-color: #ECEFE0; }
span { border-color: rgb(236,239,224); }
td.TdClassName
{
border-color: #ECEFE0;
}
.TagClassName
{
border-color: #ECEFE0;
}
</style>