Shades of Golden Poppy #ECC204
Tints of Golden Poppy #ECC204
RGB
CMYK
RGB Variations
Color information
#ECC204 (or 0xECC204) is known color: Golden Poppy. HEX triplet: EC, C2 and 04. RGB value is (236,194,4). Sum of RGB (Red+Green+Blue) = 236+194+4=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 4 (1.95% from 255 or 0.92% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC204 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC204 is #133DFB. Grayscale: #B9B9B9. Windows color (decimal): -1261052 or 312044. OLE color: 312044.
HSL color Cylindrical-coordinate representation of color #ECC204: hue angle of 49.14º 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 #ECC204 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.07 |
| HSL | 49.14º | 0.97% | 0.47% | - |
| HSV(B) | 49.14º | 0.98% | 0.93% | - |
| XYZ | 53.91 | 56.43 | 8.16 | - |
| YUV | 184.9 | 25.91 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 4 | 0 | 0.18 | 0.98 | 0.07 | 49.14 | 0.97 | 0.47 |
| Hex | EC | C2 | 4 | 0 | 12 | 62 | 7 | 31 | 61 | 2F |
| Octal | 354 | 302 | 4 | 0 | 22 | 142 | 7 | 61 | 141 | 57 |
| Binary | 11101100 | 11000010 | 100 | 0 | 10010 | 1100010 | 111 | 110001 | 1100001 | 101111 |
Color Harmonies of #ECC204
Complementary color
Monochromatic Colors of #ECC204
Black with #ECC204
Text Example
Text Example
White with #ECC204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC204; }
p { color: rgb(236,194,4); }
H1.HeaderClassName
{
color: #ECC204;
}
.AnyTagClassName
{
color: #ECC204;
}
</style>
background-color css
<style>
a { background-color: #ECC204; }
a { background-color: rgb(236,194,4); }
div.DivClassName
{
background-color: #ECC204;
}
.BgClassName
{
background-color: #ECC204;
}
</style>
border-color css
<style>
span { border-color: #ECC204; }
span { border-color: rgb(236,194,4); }
td.TdClassName
{
border-color: #ECC204;
}
.TagClassName
{
border-color: #ECC204;
}
</style>