Shades of Cream Can #ECC05A
Tints of Cream Can #ECC05A
RGB
CMYK
RGB Variations
Color information
#ECC05A (or 0xECC05A) is known color: Cream Can. HEX triplet: EC, C0 and 5A. RGB value is (236,192,90). Sum of RGB (Red+Green+Blue) = 236+192+90=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 90 (35.55% from 255 or 17.37% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC05A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC05A is #133FA5. Grayscale: #C1C1C1. Windows color (decimal): -1261478 or 5947628. OLE color: 5947628.
HSL color Cylindrical-coordinate representation of color #ECC05A: hue angle of 41.92º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECC05A is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 90 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.07 |
| HSL | 41.92º | 0.79% | 0.64% | - |
| HSV(B) | 41.92º | 0.62% | 0.93% | - |
| XYZ | 55.29 | 56.27 | 17.62 | - |
| YUV | 193.53 | 69.58 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 90 | 0 | 0.19 | 0.62 | 0.07 | 41.92 | 0.79 | 0.64 |
| Hex | EC | C0 | 5A | 0 | 13 | 3E | 7 | 2A | 4F | 40 |
| Octal | 354 | 300 | 132 | 0 | 23 | 76 | 7 | 52 | 117 | 100 |
| Binary | 11101100 | 11000000 | 1011010 | 0 | 10011 | 111110 | 111 | 101010 | 1001111 | 1000000 |
Color Harmonies of #ECC05A
Complementary color
Monochromatic Colors of #ECC05A
Black with #ECC05A
Text Example
Text Example
White with #ECC05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC05A; }
p { color: rgb(236,192,90); }
H1.HeaderClassName
{
color: #ECC05A;
}
.AnyTagClassName
{
color: #ECC05A;
}
</style>
background-color css
<style>
a { background-color: #ECC05A; }
a { background-color: rgb(236,192,90); }
div.DivClassName
{
background-color: #ECC05A;
}
.BgClassName
{
background-color: #ECC05A;
}
</style>
border-color css
<style>
span { border-color: #ECC05A; }
span { border-color: rgb(236,192,90); }
td.TdClassName
{
border-color: #ECC05A;
}
.TagClassName
{
border-color: #ECC05A;
}
</style>