Shades of Golden Poppy #EFC204
Tints of Golden Poppy #EFC204
RGB
CMYK
RGB Variations
Color information
#EFC204 (or 0xEFC204) is known color: Golden Poppy. HEX triplet: EF, C2 and 04. RGB value is (239,194,4). Sum of RGB (Red+Green+Blue) = 239+194+4=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 4 (1.95% from 255 or 0.92% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC204 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC204 is #103DFB. Grayscale: #BABABA. Windows color (decimal): -1064444 or 312047. OLE color: 312047.
HSL color Cylindrical-coordinate representation of color #EFC204: hue angle of 48.51º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFC204 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.06 |
| HSL | 48.51º | 0.97% | 0.48% | - |
| HSV(B) | 48.51º | 0.98% | 0.94% | - |
| XYZ | 54.91 | 56.94 | 8.21 | - |
| YUV | 185.8 | 25.41 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 4 | 0 | 0.19 | 0.98 | 0.06 | 48.51 | 0.97 | 0.48 |
| Hex | EF | C2 | 4 | 0 | 13 | 62 | 6 | 31 | 61 | 30 |
| Octal | 357 | 302 | 4 | 0 | 23 | 142 | 6 | 61 | 141 | 60 |
| Binary | 11101111 | 11000010 | 100 | 0 | 10011 | 1100010 | 110 | 110001 | 1100001 | 110000 |
Color Harmonies of #EFC204
Complementary color
Monochromatic Colors of #EFC204
Black with #EFC204
Text Example
Text Example
White with #EFC204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC204; }
p { color: rgb(239,194,4); }
H1.HeaderClassName
{
color: #EFC204;
}
.AnyTagClassName
{
color: #EFC204;
}
</style>
background-color css
<style>
a { background-color: #EFC204; }
a { background-color: rgb(239,194,4); }
div.DivClassName
{
background-color: #EFC204;
}
.BgClassName
{
background-color: #EFC204;
}
</style>
border-color css
<style>
span { border-color: #EFC204; }
span { border-color: rgb(239,194,4); }
td.TdClassName
{
border-color: #EFC204;
}
.TagClassName
{
border-color: #EFC204;
}
</style>