Shades of Golden Poppy #ECC104
Tints of Golden Poppy #ECC104
RGB
CMYK
RGB Variations
Color information
#ECC104 (or 0xECC104) is known color: Golden Poppy. HEX triplet: EC, C1 and 04. RGB value is (236,193,4). Sum of RGB (Red+Green+Blue) = 236+193+4=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 4 (1.95% from 255 or 0.92% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC104 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC104 is #133EFB. Grayscale: #B9B9B9. Windows color (decimal): -1261308 or 311788. OLE color: 311788.
HSL color Cylindrical-coordinate representation of color #ECC104: hue angle of 48.88º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECC104 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.07 |
| HSL | 48.88º | 0.97% | 0.47% | - |
| HSV(B) | 48.88º | 0.98% | 0.93% | - |
| XYZ | 53.68 | 55.98 | 8.09 | - |
| YUV | 184.31 | 26.25 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 4 | 0 | 0.18 | 0.98 | 0.07 | 48.88 | 0.97 | 0.47 |
| Hex | EC | C1 | 4 | 0 | 12 | 62 | 7 | 31 | 61 | 2F |
| Octal | 354 | 301 | 4 | 0 | 22 | 142 | 7 | 61 | 141 | 57 |
| Binary | 11101100 | 11000001 | 100 | 0 | 10010 | 1100010 | 111 | 110001 | 1100001 | 101111 |
Color Harmonies of #ECC104
Complementary color
Monochromatic Colors of #ECC104
Black with #ECC104
Text Example
Text Example
White with #ECC104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC104; }
p { color: rgb(236,193,4); }
H1.HeaderClassName
{
color: #ECC104;
}
.AnyTagClassName
{
color: #ECC104;
}
</style>
background-color css
<style>
a { background-color: #ECC104; }
a { background-color: rgb(236,193,4); }
div.DivClassName
{
background-color: #ECC104;
}
.BgClassName
{
background-color: #ECC104;
}
</style>
border-color css
<style>
span { border-color: #ECC104; }
span { border-color: rgb(236,193,4); }
td.TdClassName
{
border-color: #ECC104;
}
.TagClassName
{
border-color: #ECC104;
}
</style>