Shades of Golden Poppy #EFC104
Tints of Golden Poppy #EFC104
RGB
CMYK
RGB Variations
Color information
#EFC104 (or 0xEFC104) is known color: Golden Poppy. HEX triplet: EF, C1 and 04. RGB value is (239,193,4). Sum of RGB (Red+Green+Blue) = 239+193+4=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 4 (1.95% from 255 or 0.92% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC104 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC104 is #103EFB. Grayscale: #BABABA. Windows color (decimal): -1064700 or 311791. OLE color: 311791.
HSL color Cylindrical-coordinate representation of color #EFC104: hue angle of 48.26º 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 #EFC104 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.06 |
| HSL | 48.26º | 0.97% | 0.48% | - |
| HSV(B) | 48.26º | 0.98% | 0.94% | - |
| XYZ | 54.69 | 56.5 | 8.14 | - |
| YUV | 185.21 | 25.74 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 4 | 0 | 0.19 | 0.98 | 0.06 | 48.26 | 0.97 | 0.48 |
| Hex | EF | C1 | 4 | 0 | 13 | 62 | 6 | 30 | 61 | 30 |
| Octal | 357 | 301 | 4 | 0 | 23 | 142 | 6 | 60 | 141 | 60 |
| Binary | 11101111 | 11000001 | 100 | 0 | 10011 | 1100010 | 110 | 110000 | 1100001 | 110000 |
Color Harmonies of #EFC104
Complementary color
Monochromatic Colors of #EFC104
Black with #EFC104
Text Example
Text Example
White with #EFC104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC104; }
p { color: rgb(239,193,4); }
H1.HeaderClassName
{
color: #EFC104;
}
.AnyTagClassName
{
color: #EFC104;
}
</style>
background-color css
<style>
a { background-color: #EFC104; }
a { background-color: rgb(239,193,4); }
div.DivClassName
{
background-color: #EFC104;
}
.BgClassName
{
background-color: #EFC104;
}
</style>
border-color css
<style>
span { border-color: #EFC104; }
span { border-color: rgb(239,193,4); }
td.TdClassName
{
border-color: #EFC104;
}
.TagClassName
{
border-color: #EFC104;
}
</style>