Shades of Golden Poppy #EFBA09
Tints of Golden Poppy #EFBA09
RGB
CMYK
RGB Variations
Color information
#EFBA09 (or 0xEFBA09) is known color: Golden Poppy. HEX triplet: EF, BA and 09. RGB value is (239,186,9). Sum of RGB (Red+Green+Blue) = 239+186+9=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 9 (3.91% from 255 or 2.07% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBA09 is #1045F6. Grayscale: #B6B6B6. Windows color (decimal): -1066487 or 637679. OLE color: 637679.
HSL color Cylindrical-coordinate representation of color #EFBA09: hue angle of 46.17º 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 #EFBA09 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 9 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.06 |
| HSL | 46.17º | 0.93% | 0.49% | - |
| HSV(B) | 46.17º | 0.96% | 0.94% | - |
| XYZ | 53.2 | 53.49 | 7.78 | - |
| YUV | 181.67 | 30.56 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 9 | 0 | 0.22 | 0.96 | 0.06 | 46.17 | 0.93 | 0.49 |
| Hex | EF | BA | 9 | 0 | 16 | 60 | 6 | 2E | 5D | 31 |
| Octal | 357 | 272 | 11 | 0 | 26 | 140 | 6 | 56 | 135 | 61 |
| Binary | 11101111 | 10111010 | 1001 | 0 | 10110 | 1100000 | 110 | 101110 | 1011101 | 110001 |
Color Harmonies of #EFBA09
Complementary color
Monochromatic Colors of #EFBA09
Black with #EFBA09
Text Example
Text Example
White with #EFBA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA09; }
p { color: rgb(239,186,9); }
H1.HeaderClassName
{
color: #EFBA09;
}
.AnyTagClassName
{
color: #EFBA09;
}
</style>
background-color css
<style>
a { background-color: #EFBA09; }
a { background-color: rgb(239,186,9); }
div.DivClassName
{
background-color: #EFBA09;
}
.BgClassName
{
background-color: #EFBA09;
}
</style>
border-color css
<style>
span { border-color: #EFBA09; }
span { border-color: rgb(239,186,9); }
td.TdClassName
{
border-color: #EFBA09;
}
.TagClassName
{
border-color: #EFBA09;
}
</style>