Shades of Golden Poppy #EFBA00
Tints of Golden Poppy #EFBA00
RGB
CMYK
RGB Variations
Color information
#EFBA00 (or 0xEFBA00) is known color: Golden Poppy. HEX triplet: EF, BA and 00. RGB value is (239,186,0). Sum of RGB (Red+Green+Blue) = 239+186+0=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBA00 is #1045FF. Grayscale: #B5B5B5. Windows color (decimal): -1066496 or 47855. OLE color: 47855.
HSL color Cylindrical-coordinate representation of color #EFBA00: hue angle of 46.69º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFBA00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.06 |
| HSL | 46.69º | 1% | 0.47% | - |
| HSV(B) | 46.69º | 1% | 0.94% | - |
| XYZ | 53.16 | 53.47 | 7.52 | - |
| YUV | 180.64 | 26.06 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 0 | 0 | 0.22 | 1 | 0.06 | 46.69 | 1 | 0.47 |
| Hex | EF | BA | 0 | 0 | 16 | 64 | 6 | 2F | 64 | 2F |
| Octal | 357 | 272 | 0 | 0 | 26 | 144 | 6 | 57 | 144 | 57 |
| Binary | 11101111 | 10111010 | 0 | 0 | 10110 | 1100100 | 110 | 101111 | 1100100 | 101111 |
Color Harmonies of #EFBA00
Complementary color
Monochromatic Colors of #EFBA00
Black with #EFBA00
Text Example
Text Example
White with #EFBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA00; }
p { color: rgb(239,186,0); }
H1.HeaderClassName
{
color: #EFBA00;
}
.AnyTagClassName
{
color: #EFBA00;
}
</style>
background-color css
<style>
a { background-color: #EFBA00; }
a { background-color: rgb(239,186,0); }
div.DivClassName
{
background-color: #EFBA00;
}
.BgClassName
{
background-color: #EFBA00;
}
</style>
border-color css
<style>
span { border-color: #EFBA00; }
span { border-color: rgb(239,186,0); }
td.TdClassName
{
border-color: #EFBA00;
}
.TagClassName
{
border-color: #EFBA00;
}
</style>