Shades of Golden Poppy #EFBA0B
Tints of Golden Poppy #EFBA0B
RGB
CMYK
RGB Variations
Color information
#EFBA0B (or 0xEFBA0B) is known color: Golden Poppy. HEX triplet: EF, BA and 0B. RGB value is (239,186,11). Sum of RGB (Red+Green+Blue) = 239+186+11=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBA0B is #1045F4. Grayscale: #B6B6B6. Windows color (decimal): -1066485 or 768751. OLE color: 768751.
HSL color Cylindrical-coordinate representation of color #EFBA0B: hue angle of 46.05º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFBA0B is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 11 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.06 |
| HSL | 46.05º | 0.91% | 0.49% | - |
| HSV(B) | 46.05º | 0.95% | 0.94% | - |
| XYZ | 53.22 | 53.49 | 7.84 | - |
| YUV | 181.9 | 31.56 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 11 | 0 | 0.22 | 0.95 | 0.06 | 46.05 | 0.91 | 0.49 |
| Hex | EF | BA | B | 0 | 16 | 5F | 6 | 2E | 5B | 31 |
| Octal | 357 | 272 | 13 | 0 | 26 | 137 | 6 | 56 | 133 | 61 |
| Binary | 11101111 | 10111010 | 1011 | 0 | 10110 | 1011111 | 110 | 101110 | 1011011 | 110001 |
Color Harmonies of #EFBA0B
Complementary color
Monochromatic Colors of #EFBA0B
Black with #EFBA0B
Text Example
Text Example
White with #EFBA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA0B; }
p { color: rgb(239,186,11); }
H1.HeaderClassName
{
color: #EFBA0B;
}
.AnyTagClassName
{
color: #EFBA0B;
}
</style>
background-color css
<style>
a { background-color: #EFBA0B; }
a { background-color: rgb(239,186,11); }
div.DivClassName
{
background-color: #EFBA0B;
}
.BgClassName
{
background-color: #EFBA0B;
}
</style>
border-color css
<style>
span { border-color: #EFBA0B; }
span { border-color: rgb(239,186,11); }
td.TdClassName
{
border-color: #EFBA0B;
}
.TagClassName
{
border-color: #EFBA0B;
}
</style>