Shades of Golden Poppy #ECC904
Tints of Golden Poppy #ECC904
RGB
CMYK
RGB Variations
Color information
#ECC904 (or 0xECC904) is known color: Golden Poppy. HEX triplet: EC, C9 and 04. RGB value is (236,201,4). Sum of RGB (Red+Green+Blue) = 236+201+4=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 4 (1.95% from 255 or 0.91% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC904 is #1336FB. Grayscale: #BDBDBD. Windows color (decimal): -1259260 or 313836. OLE color: 313836.
HSL color Cylindrical-coordinate representation of color #ECC904: hue angle of 50.95º 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 #ECC904 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 201 | 4 | - |
CMYK | 0 | 0.15 | 0.98 | 0.07 |
HSL | 50.95º | 0.97% | 0.47% | - |
HSV(B) | 50.95º | 0.98% | 0.93% | - |
XYZ | 55.5 | 59.61 | 8.7 | - |
YUV | 189.01 | 23.6 | 161.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 201 | 4 | 0 | 0.15 | 0.98 | 0.07 | 50.95 | 0.97 | 0.47 |
Hex | EC | C9 | 4 | 0 | F | 62 | 7 | 33 | 61 | 2F |
Octal | 354 | 311 | 4 | 0 | 17 | 142 | 7 | 63 | 141 | 57 |
Binary | 11101100 | 11001001 | 100 | 0 | 1111 | 1100010 | 111 | 110011 | 1100001 | 101111 |
Color Harmonies of #ECC904
Complementary color
Monochromatic Colors of #ECC904
Black with #ECC904
Text Example
Text Example
White with #ECC904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC904; }
p { color: rgb(236,201,4); }
H1.HeaderClassName
{
color: #ECC904;
}
.AnyTagClassName
{
color: #ECC904;
}
</style>
background-color css
<style>
a { background-color: #ECC904; }
a { background-color: rgb(236,201,4); }
div.DivClassName
{
background-color: #ECC904;
}
.BgClassName
{
background-color: #ECC904;
}
</style>
border-color css
<style>
span { border-color: #ECC904; }
span { border-color: rgb(236,201,4); }
td.TdClassName
{
border-color: #ECC904;
}
.TagClassName
{
border-color: #ECC904;
}
</style>