Shades of Sugar Cane #ECEFDA
Tints of Sugar Cane #ECEFDA
RGB
CMYK
RGB Variations
Color information
#ECEFDA (or 0xECEFDA) is known color: Sugar Cane. HEX triplet: EC, EF and DA. RGB value is (236,239,218). Sum of RGB (Red+Green+Blue) = 236+239+218=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFDA is #131025. Grayscale: #EBEBEB. Windows color (decimal): -1249318 or 14348268. OLE color: 14348268.
HSL color Cylindrical-coordinate representation of color #ECEFDA: hue angle of 68.57º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECEFDA is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 239 | 218 | - |
CMYK | 0.01 | 0 | 0.09 | 0.06 |
HSL | 68.57º | 0.4% | 0.9% | - |
HSV(B) | 68.57º | 0.09% | 0.94% | - |
XYZ | 78.11 | 84.63 | 78.55 | - |
YUV | 235.71 | 118.01 | 128.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 239 | 218 | 0.01 | 0 | 0.09 | 0.06 | 68.57 | 0.4 | 0.9 |
Hex | EC | EF | DA | 1 | 0 | 9 | 6 | 45 | 28 | 5A |
Octal | 354 | 357 | 332 | 1 | 0 | 11 | 6 | 105 | 50 | 132 |
Binary | 11101100 | 11101111 | 11011010 | 1 | 0 | 1001 | 110 | 1000101 | 101000 | 1011010 |
Color Harmonies of #ECEFDA
Complementary color
Monochromatic Colors of #ECEFDA
Black with #ECEFDA
Text Example
Text Example
White with #ECEFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFDA; }
p { color: rgb(236,239,218); }
H1.HeaderClassName
{
color: #ECEFDA;
}
.AnyTagClassName
{
color: #ECEFDA;
}
</style>
background-color css
<style>
a { background-color: #ECEFDA; }
a { background-color: rgb(236,239,218); }
div.DivClassName
{
background-color: #ECEFDA;
}
.BgClassName
{
background-color: #ECEFDA;
}
</style>
border-color css
<style>
span { border-color: #ECEFDA; }
span { border-color: rgb(236,239,218); }
td.TdClassName
{
border-color: #ECEFDA;
}
.TagClassName
{
border-color: #ECEFDA;
}
</style>