Shades of Cream Can #ECBF56
Tints of Cream Can #ECBF56
RGB
CMYK
RGB Variations
Color information
#ECBF56 (or 0xECBF56) is known color: Cream Can. HEX triplet: EC, BF and 56. RGB value is (236,191,86). Sum of RGB (Red+Green+Blue) = 236+191+86=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 86 (33.98% from 255 or 16.76% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBF56 is #1340A9. Grayscale: #C0C0C0. Windows color (decimal): -1261738 or 5685228. OLE color: 5685228.
HSL color Cylindrical-coordinate representation of color #ECBF56: hue angle of 42º 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 #ECBF56 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 86 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.07 |
| HSL | 42º | 0.8% | 0.63% | - |
| HSV(B) | 42º | 0.64% | 0.93% | - |
| XYZ | 54.9 | 55.77 | 16.67 | - |
| YUV | 192.49 | 67.91 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 86 | 0 | 0.19 | 0.64 | 0.07 | 42 | 0.8 | 0.63 |
| Hex | EC | BF | 56 | 0 | 13 | 40 | 7 | 2A | 50 | 3F |
| Octal | 354 | 277 | 126 | 0 | 23 | 100 | 7 | 52 | 120 | 77 |
| Binary | 11101100 | 10111111 | 1010110 | 0 | 10011 | 1000000 | 111 | 101010 | 1010000 | 111111 |
Color Harmonies of #ECBF56
Complementary color
Monochromatic Colors of #ECBF56
Black with #ECBF56
Text Example
Text Example
White with #ECBF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBF56; }
p { color: rgb(236,191,86); }
H1.HeaderClassName
{
color: #ECBF56;
}
.AnyTagClassName
{
color: #ECBF56;
}
</style>
background-color css
<style>
a { background-color: #ECBF56; }
a { background-color: rgb(236,191,86); }
div.DivClassName
{
background-color: #ECBF56;
}
.BgClassName
{
background-color: #ECBF56;
}
</style>
border-color css
<style>
span { border-color: #ECBF56; }
span { border-color: rgb(236,191,86); }
td.TdClassName
{
border-color: #ECBF56;
}
.TagClassName
{
border-color: #ECBF56;
}
</style>