Shades of Cream Can #ECBE56
Tints of Cream Can #ECBE56
RGB
CMYK
RGB Variations
Color information
#ECBE56 (or 0xECBE56) is known color: Cream Can. HEX triplet: EC, BE and 56. RGB value is (236,190,86). Sum of RGB (Red+Green+Blue) = 236+190+86=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 86 (33.98% from 255 or 16.80% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBE56 is #1341A9. Grayscale: #C0C0C0. Windows color (decimal): -1261994 or 5684972. OLE color: 5684972.
HSL color Cylindrical-coordinate representation of color #ECBE56: hue angle of 41.6º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECBE56 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 86 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.07 |
| HSL | 41.6º | 0.8% | 0.63% | - |
| HSV(B) | 41.6º | 0.64% | 0.93% | - |
| XYZ | 54.69 | 55.33 | 16.6 | - |
| YUV | 191.9 | 68.24 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 86 | 0 | 0.19 | 0.64 | 0.07 | 41.6 | 0.8 | 0.63 |
| Hex | EC | BE | 56 | 0 | 13 | 40 | 7 | 2A | 50 | 3F |
| Octal | 354 | 276 | 126 | 0 | 23 | 100 | 7 | 52 | 120 | 77 |
| Binary | 11101100 | 10111110 | 1010110 | 0 | 10011 | 1000000 | 111 | 101010 | 1010000 | 111111 |
Color Harmonies of #ECBE56
Complementary color
Monochromatic Colors of #ECBE56
Black with #ECBE56
Text Example
Text Example
White with #ECBE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBE56; }
p { color: rgb(236,190,86); }
H1.HeaderClassName
{
color: #ECBE56;
}
.AnyTagClassName
{
color: #ECBE56;
}
</style>
background-color css
<style>
a { background-color: #ECBE56; }
a { background-color: rgb(236,190,86); }
div.DivClassName
{
background-color: #ECBE56;
}
.BgClassName
{
background-color: #ECBE56;
}
</style>
border-color css
<style>
span { border-color: #ECBE56; }
span { border-color: rgb(236,190,86); }
td.TdClassName
{
border-color: #ECBE56;
}
.TagClassName
{
border-color: #ECBE56;
}
</style>