Shades of Cream Can #ECC352
Tints of Cream Can #ECC352
RGB
CMYK
RGB Variations
Color information
#ECC352 (or 0xECC352) is known color: Cream Can. HEX triplet: EC, C3 and 52. RGB value is (236,195,82). Sum of RGB (Red+Green+Blue) = 236+195+82=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC352 is #133CAD. Grayscale: #C2C2C2. Windows color (decimal): -1260718 or 5424108. OLE color: 5424108.
HSL color Cylindrical-coordinate representation of color #ECC352: hue angle of 44.03º 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 #ECC352 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 82 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.07 |
| HSL | 44.03º | 0.8% | 0.62% | - |
| HSV(B) | 44.03º | 0.65% | 0.93% | - |
| XYZ | 55.63 | 57.47 | 16.14 | - |
| YUV | 194.38 | 64.58 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 82 | 0 | 0.17 | 0.65 | 0.07 | 44.03 | 0.8 | 0.62 |
| Hex | EC | C3 | 52 | 0 | 11 | 41 | 7 | 2C | 50 | 3E |
| Octal | 354 | 303 | 122 | 0 | 21 | 101 | 7 | 54 | 120 | 76 |
| Binary | 11101100 | 11000011 | 1010010 | 0 | 10001 | 1000001 | 111 | 101100 | 1010000 | 111110 |
Color Harmonies of #ECC352
Complementary color
Monochromatic Colors of #ECC352
Black with #ECC352
Text Example
Text Example
White with #ECC352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC352; }
p { color: rgb(236,195,82); }
H1.HeaderClassName
{
color: #ECC352;
}
.AnyTagClassName
{
color: #ECC352;
}
</style>
background-color css
<style>
a { background-color: #ECC352; }
a { background-color: rgb(236,195,82); }
div.DivClassName
{
background-color: #ECC352;
}
.BgClassName
{
background-color: #ECC352;
}
</style>
border-color css
<style>
span { border-color: #ECC352; }
span { border-color: rgb(236,195,82); }
td.TdClassName
{
border-color: #ECC352;
}
.TagClassName
{
border-color: #ECC352;
}
</style>