Shades of Golden Poppy #EFC209
Tints of Golden Poppy #EFC209
RGB
CMYK
RGB Variations
Color information
#EFC209 (or 0xEFC209) is known color: Golden Poppy. HEX triplet: EF, C2 and 09. RGB value is (239,194,9). Sum of RGB (Red+Green+Blue) = 239+194+9=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 9 (3.91% from 255 or 2.04% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC209 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC209 is #103DF6. Grayscale: #BBBBBB. Windows color (decimal): -1064439 or 639727. OLE color: 639727.
HSL color Cylindrical-coordinate representation of color #EFC209: hue angle of 48.26º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFC209 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 9 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.06 |
| HSL | 48.26º | 0.93% | 0.49% | - |
| HSV(B) | 48.26º | 0.96% | 0.94% | - |
| XYZ | 54.94 | 56.95 | 8.36 | - |
| YUV | 186.37 | 27.91 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 9 | 0 | 0.19 | 0.96 | 0.06 | 48.26 | 0.93 | 0.49 |
| Hex | EF | C2 | 9 | 0 | 13 | 60 | 6 | 30 | 5D | 31 |
| Octal | 357 | 302 | 11 | 0 | 23 | 140 | 6 | 60 | 135 | 61 |
| Binary | 11101111 | 11000010 | 1001 | 0 | 10011 | 1100000 | 110 | 110000 | 1011101 | 110001 |
Color Harmonies of #EFC209
Complementary color
Monochromatic Colors of #EFC209
Black with #EFC209
Text Example
Text Example
White with #EFC209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC209; }
p { color: rgb(239,194,9); }
H1.HeaderClassName
{
color: #EFC209;
}
.AnyTagClassName
{
color: #EFC209;
}
</style>
background-color css
<style>
a { background-color: #EFC209; }
a { background-color: rgb(239,194,9); }
div.DivClassName
{
background-color: #EFC209;
}
.BgClassName
{
background-color: #EFC209;
}
</style>
border-color css
<style>
span { border-color: #EFC209; }
span { border-color: rgb(239,194,9); }
td.TdClassName
{
border-color: #EFC209;
}
.TagClassName
{
border-color: #EFC209;
}
</style>