Shades of Golden Poppy #ECC405
Tints of Golden Poppy #ECC405
RGB
CMYK
RGB Variations
Color information
#ECC405 (or 0xECC405) is known color: Golden Poppy. HEX triplet: EC, C4 and 05. RGB value is (236,196,5). Sum of RGB (Red+Green+Blue) = 236+196+5=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 5 (2.34% from 255 or 1.14% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC405 is #133BFA. Grayscale: #BABABA. Windows color (decimal): -1260539 or 378092. OLE color: 378092.
HSL color Cylindrical-coordinate representation of color #ECC405: hue angle of 49.61º degrees, saturation: 0.96, 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 #ECC405 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 5 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.07 |
| HSL | 49.61º | 0.96% | 0.47% | - |
| HSV(B) | 49.61º | 0.98% | 0.93% | - |
| XYZ | 54.36 | 57.32 | 8.34 | - |
| YUV | 186.19 | 25.75 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 5 | 0 | 0.17 | 0.98 | 0.07 | 49.61 | 0.96 | 0.47 |
| Hex | EC | C4 | 5 | 0 | 11 | 62 | 7 | 32 | 60 | 2F |
| Octal | 354 | 304 | 5 | 0 | 21 | 142 | 7 | 62 | 140 | 57 |
| Binary | 11101100 | 11000100 | 101 | 0 | 10001 | 1100010 | 111 | 110010 | 1100000 | 101111 |
Color Harmonies of #ECC405
Complementary color
Monochromatic Colors of #ECC405
Black with #ECC405
Text Example
Text Example
White with #ECC405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC405; }
p { color: rgb(236,196,5); }
H1.HeaderClassName
{
color: #ECC405;
}
.AnyTagClassName
{
color: #ECC405;
}
</style>
background-color css
<style>
a { background-color: #ECC405; }
a { background-color: rgb(236,196,5); }
div.DivClassName
{
background-color: #ECC405;
}
.BgClassName
{
background-color: #ECC405;
}
</style>
border-color css
<style>
span { border-color: #ECC405; }
span { border-color: rgb(236,196,5); }
td.TdClassName
{
border-color: #ECC405;
}
.TagClassName
{
border-color: #ECC405;
}
</style>