Shades of Golden Poppy #EFC004
Tints of Golden Poppy #EFC004
RGB
CMYK
RGB Variations
Color information
#EFC004 (or 0xEFC004) is known color: Golden Poppy. HEX triplet: EF, C0 and 04. RGB value is (239,192,4). Sum of RGB (Red+Green+Blue) = 239+192+4=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 4 (1.95% from 255 or 0.92% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC004 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC004 is #103FFB. Grayscale: #B9B9B9. Windows color (decimal): -1064956 or 311535. OLE color: 311535.
HSL color Cylindrical-coordinate representation of color #EFC004: hue angle of 48º 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 #EFC004 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 4 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.06 |
| HSL | 48º | 0.97% | 0.48% | - |
| HSV(B) | 48º | 0.98% | 0.94% | - |
| XYZ | 54.47 | 56.06 | 8.06 | - |
| YUV | 184.62 | 26.07 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 4 | 0 | 0.20 | 0.98 | 0.06 | 48 | 0.97 | 0.48 |
| Hex | EF | C0 | 4 | 0 | 14 | 62 | 6 | 30 | 61 | 30 |
| Octal | 357 | 300 | 4 | 0 | 24 | 142 | 6 | 60 | 141 | 60 |
| Binary | 11101111 | 11000000 | 100 | 0 | 10100 | 1100010 | 110 | 110000 | 1100001 | 110000 |
Color Harmonies of #EFC004
Complementary color
Monochromatic Colors of #EFC004
Black with #EFC004
Text Example
Text Example
White with #EFC004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC004; }
p { color: rgb(239,192,4); }
H1.HeaderClassName
{
color: #EFC004;
}
.AnyTagClassName
{
color: #EFC004;
}
</style>
background-color css
<style>
a { background-color: #EFC004; }
a { background-color: rgb(239,192,4); }
div.DivClassName
{
background-color: #EFC004;
}
.BgClassName
{
background-color: #EFC004;
}
</style>
border-color css
<style>
span { border-color: #EFC004; }
span { border-color: rgb(239,192,4); }
td.TdClassName
{
border-color: #EFC004;
}
.TagClassName
{
border-color: #EFC004;
}
</style>