Shades of Cream Can #ECC054
Tints of Cream Can #ECC054
RGB
CMYK
RGB Variations
Color information
#ECC054 (or 0xECC054) is known color: Cream Can. HEX triplet: EC, C0 and 54. RGB value is (236,192,84). Sum of RGB (Red+Green+Blue) = 236+192+84=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 84 (33.20% from 255 or 16.41% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC054 is #133FAB. Grayscale: #C1C1C1. Windows color (decimal): -1261484 or 5554412. OLE color: 5554412.
HSL color Cylindrical-coordinate representation of color #ECC054: hue angle of 42.63º 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 #ECC054 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 84 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.07 |
| HSL | 42.63º | 0.8% | 0.63% | - |
| HSV(B) | 42.63º | 0.64% | 0.93% | - |
| XYZ | 55.04 | 56.17 | 16.33 | - |
| YUV | 192.84 | 66.58 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 84 | 0 | 0.19 | 0.64 | 0.07 | 42.63 | 0.8 | 0.63 |
| Hex | EC | C0 | 54 | 0 | 13 | 40 | 7 | 2B | 50 | 3F |
| Octal | 354 | 300 | 124 | 0 | 23 | 100 | 7 | 53 | 120 | 77 |
| Binary | 11101100 | 11000000 | 1010100 | 0 | 10011 | 1000000 | 111 | 101011 | 1010000 | 111111 |
Color Harmonies of #ECC054
Complementary color
Monochromatic Colors of #ECC054
Black with #ECC054
Text Example
Text Example
White with #ECC054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC054; }
p { color: rgb(236,192,84); }
H1.HeaderClassName
{
color: #ECC054;
}
.AnyTagClassName
{
color: #ECC054;
}
</style>
background-color css
<style>
a { background-color: #ECC054; }
a { background-color: rgb(236,192,84); }
div.DivClassName
{
background-color: #ECC054;
}
.BgClassName
{
background-color: #ECC054;
}
</style>
border-color css
<style>
span { border-color: #ECC054; }
span { border-color: rgb(236,192,84); }
td.TdClassName
{
border-color: #ECC054;
}
.TagClassName
{
border-color: #ECC054;
}
</style>