Shades of Cream Can #ECC152
Tints of Cream Can #ECC152
RGB
CMYK
RGB Variations
Color information
#ECC152 (or 0xECC152) is known color: Cream Can. HEX triplet: EC, C1 and 52. RGB value is (236,193,82). Sum of RGB (Red+Green+Blue) = 236+193+82=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC152 is #133EAD. Grayscale: #C1C1C1. Windows color (decimal): -1261230 or 5423596. OLE color: 5423596.
HSL color Cylindrical-coordinate representation of color #ECC152: hue angle of 43.25º 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 #ECC152 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 82 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.07 |
| HSL | 43.25º | 0.8% | 0.62% | - |
| HSV(B) | 43.25º | 0.65% | 0.93% | - |
| XYZ | 55.19 | 56.58 | 16 | - |
| YUV | 193.2 | 65.25 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 82 | 0 | 0.18 | 0.65 | 0.07 | 43.25 | 0.8 | 0.62 |
| Hex | EC | C1 | 52 | 0 | 12 | 41 | 7 | 2B | 50 | 3E |
| Octal | 354 | 301 | 122 | 0 | 22 | 101 | 7 | 53 | 120 | 76 |
| Binary | 11101100 | 11000001 | 1010010 | 0 | 10010 | 1000001 | 111 | 101011 | 1010000 | 111110 |
Color Harmonies of #ECC152
Complementary color
Monochromatic Colors of #ECC152
Black with #ECC152
Text Example
Text Example
White with #ECC152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC152; }
p { color: rgb(236,193,82); }
H1.HeaderClassName
{
color: #ECC152;
}
.AnyTagClassName
{
color: #ECC152;
}
</style>
background-color css
<style>
a { background-color: #ECC152; }
a { background-color: rgb(236,193,82); }
div.DivClassName
{
background-color: #ECC152;
}
.BgClassName
{
background-color: #ECC152;
}
</style>
border-color css
<style>
span { border-color: #ECC152; }
span { border-color: rgb(236,193,82); }
td.TdClassName
{
border-color: #ECC152;
}
.TagClassName
{
border-color: #ECC152;
}
</style>