Shades of Golden Poppy #EFBD0B
Tints of Golden Poppy #EFBD0B
RGB
CMYK
RGB Variations
Color information
#EFBD0B (or 0xEFBD0B) is known color: Golden Poppy. HEX triplet: EF, BD and 0B. RGB value is (239,189,11). Sum of RGB (Red+Green+Blue) = 239+189+11=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 11 (4.69% from 255 or 2.51% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBD0B is #1042F4. Grayscale: #B8B8B8. Windows color (decimal): -1065717 or 769519. OLE color: 769519.
HSL color Cylindrical-coordinate representation of color #EFBD0B: hue angle of 46.84º 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 #EFBD0B is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 11 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.06 |
| HSL | 46.84º | 0.91% | 0.49% | - |
| HSV(B) | 46.84º | 0.95% | 0.94% | - |
| XYZ | 53.85 | 54.77 | 8.05 | - |
| YUV | 183.66 | 30.57 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 11 | 0 | 0.21 | 0.95 | 0.06 | 46.84 | 0.91 | 0.49 |
| Hex | EF | BD | B | 0 | 15 | 5F | 6 | 2F | 5B | 31 |
| Octal | 357 | 275 | 13 | 0 | 25 | 137 | 6 | 57 | 133 | 61 |
| Binary | 11101111 | 10111101 | 1011 | 0 | 10101 | 1011111 | 110 | 101111 | 1011011 | 110001 |
Color Harmonies of #EFBD0B
Complementary color
Monochromatic Colors of #EFBD0B
Black with #EFBD0B
Text Example
Text Example
White with #EFBD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBD0B; }
p { color: rgb(239,189,11); }
H1.HeaderClassName
{
color: #EFBD0B;
}
.AnyTagClassName
{
color: #EFBD0B;
}
</style>
background-color css
<style>
a { background-color: #EFBD0B; }
a { background-color: rgb(239,189,11); }
div.DivClassName
{
background-color: #EFBD0B;
}
.BgClassName
{
background-color: #EFBD0B;
}
</style>
border-color css
<style>
span { border-color: #EFBD0B; }
span { border-color: rgb(239,189,11); }
td.TdClassName
{
border-color: #EFBD0B;
}
.TagClassName
{
border-color: #EFBD0B;
}
</style>