Shades of Golden Poppy #ECBF04
Tints of Golden Poppy #ECBF04
RGB
CMYK
RGB Variations
Color information
#ECBF04 (or 0xECBF04) is known color: Golden Poppy. HEX triplet: EC, BF and 04. RGB value is (236,191,4). Sum of RGB (Red+Green+Blue) = 236+191+4=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 4 (1.95% from 255 or 0.93% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBF04 is #1340FB. Grayscale: #B7B7B7. Windows color (decimal): -1261820 or 311276. OLE color: 311276.
HSL color Cylindrical-coordinate representation of color #ECBF04: hue angle of 48.36º 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 #ECBF04 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.07 |
| HSL | 48.36º | 0.97% | 0.47% | - |
| HSV(B) | 48.36º | 0.98% | 0.93% | - |
| XYZ | 53.24 | 55.1 | 7.94 | - |
| YUV | 183.14 | 26.91 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 4 | 0 | 0.19 | 0.98 | 0.07 | 48.36 | 0.97 | 0.47 |
| Hex | EC | BF | 4 | 0 | 13 | 62 | 7 | 30 | 61 | 2F |
| Octal | 354 | 277 | 4 | 0 | 23 | 142 | 7 | 60 | 141 | 57 |
| Binary | 11101100 | 10111111 | 100 | 0 | 10011 | 1100010 | 111 | 110000 | 1100001 | 101111 |
Color Harmonies of #ECBF04
Complementary color
Monochromatic Colors of #ECBF04
Black with #ECBF04
Text Example
Text Example
White with #ECBF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBF04; }
p { color: rgb(236,191,4); }
H1.HeaderClassName
{
color: #ECBF04;
}
.AnyTagClassName
{
color: #ECBF04;
}
</style>
background-color css
<style>
a { background-color: #ECBF04; }
a { background-color: rgb(236,191,4); }
div.DivClassName
{
background-color: #ECBF04;
}
.BgClassName
{
background-color: #ECBF04;
}
</style>
border-color css
<style>
span { border-color: #ECBF04; }
span { border-color: rgb(236,191,4); }
td.TdClassName
{
border-color: #ECBF04;
}
.TagClassName
{
border-color: #ECBF04;
}
</style>