Shades of Cream Can #ECC252
Tints of Cream Can #ECC252
RGB
CMYK
RGB Variations
Color information
#ECC252 (or 0xECC252) is known color: Cream Can. HEX triplet: EC, C2 and 52. RGB value is (236,194,82). Sum of RGB (Red+Green+Blue) = 236+194+82=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 82 (32.42% from 255 or 16.02% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC252 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC252 is #133DAD. Grayscale: #C2C2C2. Windows color (decimal): -1260974 or 5423852. OLE color: 5423852.
HSL color Cylindrical-coordinate representation of color #ECC252: hue angle of 43.64º 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 #ECC252 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 82 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.07 |
| HSL | 43.64º | 0.8% | 0.62% | - |
| HSV(B) | 43.64º | 0.65% | 0.93% | - |
| XYZ | 55.41 | 57.03 | 16.07 | - |
| YUV | 193.79 | 64.91 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 82 | 0 | 0.18 | 0.65 | 0.07 | 43.64 | 0.8 | 0.62 |
| Hex | EC | C2 | 52 | 0 | 12 | 41 | 7 | 2C | 50 | 3E |
| Octal | 354 | 302 | 122 | 0 | 22 | 101 | 7 | 54 | 120 | 76 |
| Binary | 11101100 | 11000010 | 1010010 | 0 | 10010 | 1000001 | 111 | 101100 | 1010000 | 111110 |
Color Harmonies of #ECC252
Complementary color
Monochromatic Colors of #ECC252
Black with #ECC252
Text Example
Text Example
White with #ECC252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC252; }
p { color: rgb(236,194,82); }
H1.HeaderClassName
{
color: #ECC252;
}
.AnyTagClassName
{
color: #ECC252;
}
</style>
background-color css
<style>
a { background-color: #ECC252; }
a { background-color: rgb(236,194,82); }
div.DivClassName
{
background-color: #ECC252;
}
.BgClassName
{
background-color: #ECC252;
}
</style>
border-color css
<style>
span { border-color: #ECC252; }
span { border-color: rgb(236,194,82); }
td.TdClassName
{
border-color: #ECC252;
}
.TagClassName
{
border-color: #ECC252;
}
</style>