Shades of Sugar Cane #ECEFDB
Tints of Sugar Cane #ECEFDB
RGB
CMYK
RGB Variations
Color information
#ECEFDB (or 0xECEFDB) is known color: Sugar Cane. HEX triplet: EC, EF and DB. RGB value is (236,239,219). Sum of RGB (Red+Green+Blue) = 236+239+219=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 219 (85.94% from 255 or 31.56% from 694); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFDB is #131024. Grayscale: #EBEBEB. Windows color (decimal): -1249317 or 14413804. OLE color: 14413804.
HSL color Cylindrical-coordinate representation of color #ECEFDB: hue angle of 69º degrees, saturation: 0.38, 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 #ECEFDB is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 239 | 219 | - |
CMYK | 0.01 | 0 | 0.08 | 0.06 |
HSL | 69º | 0.38% | 0.9% | - |
HSV(B) | 69º | 0.08% | 0.94% | - |
XYZ | 78.24 | 84.68 | 79.24 | - |
YUV | 235.82 | 118.51 | 128.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 239 | 219 | 0.01 | 0 | 0.08 | 0.06 | 69 | 0.38 | 0.9 |
Hex | EC | EF | DB | 1 | 0 | 8 | 6 | 45 | 26 | 5A |
Octal | 354 | 357 | 333 | 1 | 0 | 10 | 6 | 105 | 46 | 132 |
Binary | 11101100 | 11101111 | 11011011 | 1 | 0 | 1000 | 110 | 1000101 | 100110 | 1011010 |
Color Harmonies of #ECEFDB
Complementary color
Monochromatic Colors of #ECEFDB
Black with #ECEFDB
Text Example
Text Example
White with #ECEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFDB; }
p { color: rgb(236,239,219); }
H1.HeaderClassName
{
color: #ECEFDB;
}
.AnyTagClassName
{
color: #ECEFDB;
}
</style>
background-color css
<style>
a { background-color: #ECEFDB; }
a { background-color: rgb(236,239,219); }
div.DivClassName
{
background-color: #ECEFDB;
}
.BgClassName
{
background-color: #ECEFDB;
}
</style>
border-color css
<style>
span { border-color: #ECEFDB; }
span { border-color: rgb(236,239,219); }
td.TdClassName
{
border-color: #ECEFDB;
}
.TagClassName
{
border-color: #ECEFDB;
}
</style>