Shades of Cream Can #ECC156
Tints of Cream Can #ECC156
RGB
CMYK
RGB Variations
Color information
#ECC156 (or 0xECC156) is known color: Cream Can. HEX triplet: EC, C1 and 56. RGB value is (236,193,86). Sum of RGB (Red+Green+Blue) = 236+193+86=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC156 is #133EA9. Grayscale: #C2C2C2. Windows color (decimal): -1261226 or 5685740. OLE color: 5685740.
HSL color Cylindrical-coordinate representation of color #ECC156: hue angle of 42.8º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECC156 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 86 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.07 |
| HSL | 42.8º | 0.8% | 0.63% | - |
| HSV(B) | 42.8º | 0.64% | 0.93% | - |
| XYZ | 55.34 | 56.64 | 16.82 | - |
| YUV | 193.66 | 67.25 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 86 | 0 | 0.18 | 0.64 | 0.07 | 42.8 | 0.8 | 0.63 |
| Hex | EC | C1 | 56 | 0 | 12 | 40 | 7 | 2B | 50 | 3F |
| Octal | 354 | 301 | 126 | 0 | 22 | 100 | 7 | 53 | 120 | 77 |
| Binary | 11101100 | 11000001 | 1010110 | 0 | 10010 | 1000000 | 111 | 101011 | 1010000 | 111111 |
Color Harmonies of #ECC156
Complementary color
Monochromatic Colors of #ECC156
Black with #ECC156
Text Example
Text Example
White with #ECC156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC156; }
p { color: rgb(236,193,86); }
H1.HeaderClassName
{
color: #ECC156;
}
.AnyTagClassName
{
color: #ECC156;
}
</style>
background-color css
<style>
a { background-color: #ECC156; }
a { background-color: rgb(236,193,86); }
div.DivClassName
{
background-color: #ECC156;
}
.BgClassName
{
background-color: #ECC156;
}
</style>
border-color css
<style>
span { border-color: #ECC156; }
span { border-color: rgb(236,193,86); }
td.TdClassName
{
border-color: #ECC156;
}
.TagClassName
{
border-color: #ECC156;
}
</style>