Shades of Sugar Cane #ECEFDD
Tints of Sugar Cane #ECEFDD
RGB
CMYK
RGB Variations
Color information
#ECEFDD (or 0xECEFDD) is known color: Sugar Cane. HEX triplet: EC, EF and DD. RGB value is (236,239,221). Sum of RGB (Red+Green+Blue) = 236+239+221=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFDD is #131022. Grayscale: #ECECEC. Windows color (decimal): -1249315 or 14544876. OLE color: 14544876.
HSL color Cylindrical-coordinate representation of color #ECEFDD: hue angle of 70º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECEFDD is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 239 | 221 | - |
CMYK | 0.01 | 0 | 0.08 | 0.06 |
HSL | 70º | 0.36% | 0.9% | - |
HSV(B) | 70º | 0.08% | 0.94% | - |
XYZ | 78.51 | 84.79 | 80.63 | - |
YUV | 236.05 | 119.51 | 127.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 239 | 221 | 0.01 | 0 | 0.08 | 0.06 | 70 | 0.36 | 0.9 |
Hex | EC | EF | DD | 1 | 0 | 8 | 6 | 46 | 24 | 5A |
Octal | 354 | 357 | 335 | 1 | 0 | 10 | 6 | 106 | 44 | 132 |
Binary | 11101100 | 11101111 | 11011101 | 1 | 0 | 1000 | 110 | 1000110 | 100100 | 1011010 |
Color Harmonies of #ECEFDD
Complementary color
Monochromatic Colors of #ECEFDD
Black with #ECEFDD
Text Example
Text Example
White with #ECEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFDD; }
p { color: rgb(236,239,221); }
H1.HeaderClassName
{
color: #ECEFDD;
}
.AnyTagClassName
{
color: #ECEFDD;
}
</style>
background-color css
<style>
a { background-color: #ECEFDD; }
a { background-color: rgb(236,239,221); }
div.DivClassName
{
background-color: #ECEFDD;
}
.BgClassName
{
background-color: #ECEFDD;
}
</style>
border-color css
<style>
span { border-color: #ECEFDD; }
span { border-color: rgb(236,239,221); }
td.TdClassName
{
border-color: #ECEFDD;
}
.TagClassName
{
border-color: #ECEFDD;
}
</style>