Shades of Golden Poppy #EFC909
Tints of Golden Poppy #EFC909
RGB
CMYK
RGB Variations
Color information
#EFC909 (or 0xEFC909) is known color: Golden Poppy. HEX triplet: EF, C9 and 09. RGB value is (239,201,9). Sum of RGB (Red+Green+Blue) = 239+201+9=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 9 (3.91% from 255 or 2.00% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC909 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC909 is #1036F6. Grayscale: #BFBFBF. Windows color (decimal): -1062647 or 641519. OLE color: 641519.
HSL color Cylindrical-coordinate representation of color #EFC909: hue angle of 50.09º 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 #EFC909 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 9 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.06 |
| HSL | 50.09º | 0.93% | 0.49% | - |
| HSV(B) | 50.09º | 0.96% | 0.94% | - |
| XYZ | 56.53 | 60.14 | 8.89 | - |
| YUV | 190.47 | 25.59 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 9 | 0 | 0.16 | 0.96 | 0.06 | 50.09 | 0.93 | 0.49 |
| Hex | EF | C9 | 9 | 0 | 10 | 60 | 6 | 32 | 5D | 31 |
| Octal | 357 | 311 | 11 | 0 | 20 | 140 | 6 | 62 | 135 | 61 |
| Binary | 11101111 | 11001001 | 1001 | 0 | 10000 | 1100000 | 110 | 110010 | 1011101 | 110001 |
Color Harmonies of #EFC909
Complementary color
Monochromatic Colors of #EFC909
Black with #EFC909
Text Example
Text Example
White with #EFC909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC909; }
p { color: rgb(239,201,9); }
H1.HeaderClassName
{
color: #EFC909;
}
.AnyTagClassName
{
color: #EFC909;
}
</style>
background-color css
<style>
a { background-color: #EFC909; }
a { background-color: rgb(239,201,9); }
div.DivClassName
{
background-color: #EFC909;
}
.BgClassName
{
background-color: #EFC909;
}
</style>
border-color css
<style>
span { border-color: #EFC909; }
span { border-color: rgb(239,201,9); }
td.TdClassName
{
border-color: #EFC909;
}
.TagClassName
{
border-color: #EFC909;
}
</style>