Shades of Cream Can #ECC556
Tints of Cream Can #ECC556
RGB
CMYK
RGB Variations
Color information
#ECC556 (or 0xECC556) is known color: Cream Can. HEX triplet: EC, C5 and 56. RGB value is (236,197,86). Sum of RGB (Red+Green+Blue) = 236+197+86=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC556 is #133AA9. Grayscale: #C4C4C4. Windows color (decimal): -1260202 or 5686764. OLE color: 5686764.
HSL color Cylindrical-coordinate representation of color #ECC556: hue angle of 44.4º 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 #ECC556 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 86 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.07 |
| HSL | 44.4º | 0.8% | 0.63% | - |
| HSV(B) | 44.4º | 0.64% | 0.93% | - |
| XYZ | 56.24 | 58.44 | 17.12 | - |
| YUV | 196.01 | 65.92 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 86 | 0 | 0.17 | 0.64 | 0.07 | 44.4 | 0.8 | 0.63 |
| Hex | EC | C5 | 56 | 0 | 11 | 40 | 7 | 2C | 50 | 3F |
| Octal | 354 | 305 | 126 | 0 | 21 | 100 | 7 | 54 | 120 | 77 |
| Binary | 11101100 | 11000101 | 1010110 | 0 | 10001 | 1000000 | 111 | 101100 | 1010000 | 111111 |
Color Harmonies of #ECC556
Complementary color
Monochromatic Colors of #ECC556
Black with #ECC556
Text Example
Text Example
White with #ECC556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC556; }
p { color: rgb(236,197,86); }
H1.HeaderClassName
{
color: #ECC556;
}
.AnyTagClassName
{
color: #ECC556;
}
</style>
background-color css
<style>
a { background-color: #ECC556; }
a { background-color: rgb(236,197,86); }
div.DivClassName
{
background-color: #ECC556;
}
.BgClassName
{
background-color: #ECC556;
}
</style>
border-color css
<style>
span { border-color: #ECC556; }
span { border-color: rgb(236,197,86); }
td.TdClassName
{
border-color: #ECC556;
}
.TagClassName
{
border-color: #ECC556;
}
</style>