Shades of Cream Can #ECC160
Tints of Cream Can #ECC160
RGB
CMYK
RGB Variations
Color information
#ECC160 (or 0xECC160) is known color: Cream Can. HEX triplet: EC, C1 and 60. RGB value is (236,193,96). Sum of RGB (Red+Green+Blue) = 236+193+96=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC160 is #133E9F. Grayscale: #C3C3C3. Windows color (decimal): -1261216 or 6341100. OLE color: 6341100.
HSL color Cylindrical-coordinate representation of color #ECC160: hue angle of 41.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECC160 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 96 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.07 |
| HSL | 41.57º | 0.79% | 0.65% | - |
| HSV(B) | 41.57º | 0.59% | 0.93% | - |
| XYZ | 55.77 | 56.82 | 19.09 | - |
| YUV | 194.8 | 72.25 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 96 | 0 | 0.18 | 0.59 | 0.07 | 41.57 | 0.79 | 0.65 |
| Hex | EC | C1 | 60 | 0 | 12 | 3B | 7 | 2A | 4F | 41 |
| Octal | 354 | 301 | 140 | 0 | 22 | 73 | 7 | 52 | 117 | 101 |
| Binary | 11101100 | 11000001 | 1100000 | 0 | 10010 | 111011 | 111 | 101010 | 1001111 | 1000001 |
Color Harmonies of #ECC160
Complementary color
Monochromatic Colors of #ECC160
Black with #ECC160
Text Example
Text Example
White with #ECC160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC160; }
p { color: rgb(236,193,96); }
H1.HeaderClassName
{
color: #ECC160;
}
.AnyTagClassName
{
color: #ECC160;
}
</style>
background-color css
<style>
a { background-color: #ECC160; }
a { background-color: rgb(236,193,96); }
div.DivClassName
{
background-color: #ECC160;
}
.BgClassName
{
background-color: #ECC160;
}
</style>
border-color css
<style>
span { border-color: #ECC160; }
span { border-color: rgb(236,193,96); }
td.TdClassName
{
border-color: #ECC160;
}
.TagClassName
{
border-color: #ECC160;
}
</style>