Shades of Cream Can #ECC146
Tints of Cream Can #ECC146
RGB
CMYK
RGB Variations
Color information
#ECC146 (or 0xECC146) is known color: Cream Can. HEX triplet: EC, C1 and 46. RGB value is (236,193,70). Sum of RGB (Red+Green+Blue) = 236+193+70=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 70 (27.73% from 255 or 14.03% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC146 is #133EB9. Grayscale: #C0C0C0. Windows color (decimal): -1261242 or 4637164. OLE color: 4637164.
HSL color Cylindrical-coordinate representation of color #ECC146: hue angle of 44.46º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECC146 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 70 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.07 |
| HSL | 44.46º | 0.81% | 0.6% | - |
| HSV(B) | 44.46º | 0.7% | 0.93% | - |
| XYZ | 54.77 | 56.41 | 13.8 | - |
| YUV | 191.84 | 59.25 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 70 | 0 | 0.18 | 0.70 | 0.07 | 44.46 | 0.81 | 0.6 |
| Hex | EC | C1 | 46 | 0 | 12 | 46 | 7 | 2C | 51 | 3C |
| Octal | 354 | 301 | 106 | 0 | 22 | 106 | 7 | 54 | 121 | 74 |
| Binary | 11101100 | 11000001 | 1000110 | 0 | 10010 | 1000110 | 111 | 101100 | 1010001 | 111100 |
Color Harmonies of #ECC146
Complementary color
Monochromatic Colors of #ECC146
Black with #ECC146
Text Example
Text Example
White with #ECC146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC146; }
p { color: rgb(236,193,70); }
H1.HeaderClassName
{
color: #ECC146;
}
.AnyTagClassName
{
color: #ECC146;
}
</style>
background-color css
<style>
a { background-color: #ECC146; }
a { background-color: rgb(236,193,70); }
div.DivClassName
{
background-color: #ECC146;
}
.BgClassName
{
background-color: #ECC146;
}
</style>
border-color css
<style>
span { border-color: #ECC146; }
span { border-color: rgb(236,193,70); }
td.TdClassName
{
border-color: #ECC146;
}
.TagClassName
{
border-color: #ECC146;
}
</style>