Shades of Cream Can #ECC052
Tints of Cream Can #ECC052
RGB
CMYK
RGB Variations
Color information
#ECC052 (or 0xECC052) is known color: Cream Can. HEX triplet: EC, C0 and 52. RGB value is (236,192,82). Sum of RGB (Red+Green+Blue) = 236+192+82=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 82 (32.42% from 255 or 16.08% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC052 is #133FAD. Grayscale: #C1C1C1. Windows color (decimal): -1261486 or 5423340. OLE color: 5423340.
HSL color Cylindrical-coordinate representation of color #ECC052: hue angle of 42.86º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECC052 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 82 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.07 |
| HSL | 42.86º | 0.8% | 0.62% | - |
| HSV(B) | 42.86º | 0.65% | 0.93% | - |
| XYZ | 54.96 | 56.14 | 15.92 | - |
| YUV | 192.62 | 65.58 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 82 | 0 | 0.19 | 0.65 | 0.07 | 42.86 | 0.8 | 0.62 |
| Hex | EC | C0 | 52 | 0 | 13 | 41 | 7 | 2B | 50 | 3E |
| Octal | 354 | 300 | 122 | 0 | 23 | 101 | 7 | 53 | 120 | 76 |
| Binary | 11101100 | 11000000 | 1010010 | 0 | 10011 | 1000001 | 111 | 101011 | 1010000 | 111110 |
Color Harmonies of #ECC052
Complementary color
Monochromatic Colors of #ECC052
Black with #ECC052
Text Example
Text Example
White with #ECC052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC052; }
p { color: rgb(236,192,82); }
H1.HeaderClassName
{
color: #ECC052;
}
.AnyTagClassName
{
color: #ECC052;
}
</style>
background-color css
<style>
a { background-color: #ECC052; }
a { background-color: rgb(236,192,82); }
div.DivClassName
{
background-color: #ECC052;
}
.BgClassName
{
background-color: #ECC052;
}
</style>
border-color css
<style>
span { border-color: #ECC052; }
span { border-color: rgb(236,192,82); }
td.TdClassName
{
border-color: #ECC052;
}
.TagClassName
{
border-color: #ECC052;
}
</style>