Shades of Cream Can #ECC04A
Tints of Cream Can #ECC04A
RGB
CMYK
RGB Variations
Color information
#ECC04A (or 0xECC04A) is known color: Cream Can. HEX triplet: EC, C0 and 4A. RGB value is (236,192,74). Sum of RGB (Red+Green+Blue) = 236+192+74=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 74 (29.30% from 255 or 14.74% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC04A is #133FB5. Grayscale: #C0C0C0. Windows color (decimal): -1261494 or 4899052. OLE color: 4899052.
HSL color Cylindrical-coordinate representation of color #ECC04A: hue angle of 43.7º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECC04A is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 74 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.07 |
| HSL | 43.7º | 0.81% | 0.61% | - |
| HSV(B) | 43.7º | 0.69% | 0.93% | - |
| XYZ | 54.68 | 56.03 | 14.41 | - |
| YUV | 191.7 | 61.58 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 74 | 0 | 0.19 | 0.69 | 0.07 | 43.7 | 0.81 | 0.61 |
| Hex | EC | C0 | 4A | 0 | 13 | 45 | 7 | 2C | 51 | 3D |
| Octal | 354 | 300 | 112 | 0 | 23 | 105 | 7 | 54 | 121 | 75 |
| Binary | 11101100 | 11000000 | 1001010 | 0 | 10011 | 1000101 | 111 | 101100 | 1010001 | 111101 |
Color Harmonies of #ECC04A
Complementary color
Monochromatic Colors of #ECC04A
Black with #ECC04A
Text Example
Text Example
White with #ECC04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC04A; }
p { color: rgb(236,192,74); }
H1.HeaderClassName
{
color: #ECC04A;
}
.AnyTagClassName
{
color: #ECC04A;
}
</style>
background-color css
<style>
a { background-color: #ECC04A; }
a { background-color: rgb(236,192,74); }
div.DivClassName
{
background-color: #ECC04A;
}
.BgClassName
{
background-color: #ECC04A;
}
</style>
border-color css
<style>
span { border-color: #ECC04A; }
span { border-color: rgb(236,192,74); }
td.TdClassName
{
border-color: #ECC04A;
}
.TagClassName
{
border-color: #ECC04A;
}
</style>