Shades of Cream Can #ECC852
Tints of Cream Can #ECC852
RGB
CMYK
RGB Variations
Color information
#ECC852 (or 0xECC852) is known color: Cream Can. HEX triplet: EC, C8 and 52. RGB value is (236,200,82). Sum of RGB (Red+Green+Blue) = 236+200+82=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 82 (32.42% from 255 or 15.83% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC852 is #1337AD. Grayscale: #C5C5C5. Windows color (decimal): -1259438 or 5425388. OLE color: 5425388.
HSL color Cylindrical-coordinate representation of color #ECC852: hue angle of 45.97º 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 #ECC852 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 82 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.07 |
| HSL | 45.97º | 0.8% | 0.62% | - |
| HSV(B) | 45.97º | 0.65% | 0.93% | - |
| XYZ | 56.77 | 59.75 | 16.52 | - |
| YUV | 197.31 | 62.93 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 82 | 0 | 0.15 | 0.65 | 0.07 | 45.97 | 0.8 | 0.62 |
| Hex | EC | C8 | 52 | 0 | F | 41 | 7 | 2E | 50 | 3E |
| Octal | 354 | 310 | 122 | 0 | 17 | 101 | 7 | 56 | 120 | 76 |
| Binary | 11101100 | 11001000 | 1010010 | 0 | 1111 | 1000001 | 111 | 101110 | 1010000 | 111110 |
Color Harmonies of #ECC852
Complementary color
Monochromatic Colors of #ECC852
Black with #ECC852
Text Example
Text Example
White with #ECC852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC852; }
p { color: rgb(236,200,82); }
H1.HeaderClassName
{
color: #ECC852;
}
.AnyTagClassName
{
color: #ECC852;
}
</style>
background-color css
<style>
a { background-color: #ECC852; }
a { background-color: rgb(236,200,82); }
div.DivClassName
{
background-color: #ECC852;
}
.BgClassName
{
background-color: #ECC852;
}
</style>
border-color css
<style>
span { border-color: #ECC852; }
span { border-color: rgb(236,200,82); }
td.TdClassName
{
border-color: #ECC852;
}
.TagClassName
{
border-color: #ECC852;
}
</style>