Shades of Golden Poppy #ECC40C
Tints of Golden Poppy #ECC40C
RGB
CMYK
RGB Variations
Color information
#ECC40C (or 0xECC40C) is known color: Golden Poppy. HEX triplet: EC, C4 and 0C. RGB value is (236,196,12). Sum of RGB (Red+Green+Blue) = 236+196+12=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC40C is #133BF3. Grayscale: #BBBBBB. Windows color (decimal): -1260532 or 836844. OLE color: 836844.
HSL color Cylindrical-coordinate representation of color #ECC40C: hue angle of 49.29º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECC40C is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 12 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.07 |
| HSL | 49.29º | 0.9% | 0.49% | - |
| HSV(B) | 49.29º | 0.95% | 0.93% | - |
| XYZ | 54.4 | 57.34 | 8.55 | - |
| YUV | 186.98 | 29.25 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 12 | 0 | 0.17 | 0.95 | 0.07 | 49.29 | 0.9 | 0.49 |
| Hex | EC | C4 | C | 0 | 11 | 5F | 7 | 31 | 5A | 31 |
| Octal | 354 | 304 | 14 | 0 | 21 | 137 | 7 | 61 | 132 | 61 |
| Binary | 11101100 | 11000100 | 1100 | 0 | 10001 | 1011111 | 111 | 110001 | 1011010 | 110001 |
Color Harmonies of #ECC40C
Complementary color
Monochromatic Colors of #ECC40C
Black with #ECC40C
Text Example
Text Example
White with #ECC40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC40C; }
p { color: rgb(236,196,12); }
H1.HeaderClassName
{
color: #ECC40C;
}
.AnyTagClassName
{
color: #ECC40C;
}
</style>
background-color css
<style>
a { background-color: #ECC40C; }
a { background-color: rgb(236,196,12); }
div.DivClassName
{
background-color: #ECC40C;
}
.BgClassName
{
background-color: #ECC40C;
}
</style>
border-color css
<style>
span { border-color: #ECC40C; }
span { border-color: rgb(236,196,12); }
td.TdClassName
{
border-color: #ECC40C;
}
.TagClassName
{
border-color: #ECC40C;
}
</style>