Shades of Golden Poppy #EFBC0B
Tints of Golden Poppy #EFBC0B
RGB
CMYK
RGB Variations
Color information
#EFBC0B (or 0xEFBC0B) is known color: Golden Poppy. HEX triplet: EF, BC and 0B. RGB value is (239,188,11). Sum of RGB (Red+Green+Blue) = 239+188+11=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBC0B is #1043F4. Grayscale: #B7B7B7. Windows color (decimal): -1065973 or 769263. OLE color: 769263.
HSL color Cylindrical-coordinate representation of color #EFBC0B: hue angle of 46.58º 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 #EFBC0B is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 11 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.06 |
| HSL | 46.58º | 0.91% | 0.49% | - |
| HSV(B) | 46.58º | 0.95% | 0.94% | - |
| XYZ | 53.64 | 54.34 | 7.98 | - |
| YUV | 183.07 | 30.9 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 11 | 0 | 0.21 | 0.95 | 0.06 | 46.58 | 0.91 | 0.49 |
| Hex | EF | BC | B | 0 | 15 | 5F | 6 | 2F | 5B | 31 |
| Octal | 357 | 274 | 13 | 0 | 25 | 137 | 6 | 57 | 133 | 61 |
| Binary | 11101111 | 10111100 | 1011 | 0 | 10101 | 1011111 | 110 | 101111 | 1011011 | 110001 |
Color Harmonies of #EFBC0B
Complementary color
Monochromatic Colors of #EFBC0B
Black with #EFBC0B
Text Example
Text Example
White with #EFBC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC0B; }
p { color: rgb(239,188,11); }
H1.HeaderClassName
{
color: #EFBC0B;
}
.AnyTagClassName
{
color: #EFBC0B;
}
</style>
background-color css
<style>
a { background-color: #EFBC0B; }
a { background-color: rgb(239,188,11); }
div.DivClassName
{
background-color: #EFBC0B;
}
.BgClassName
{
background-color: #EFBC0B;
}
</style>
border-color css
<style>
span { border-color: #EFBC0B; }
span { border-color: rgb(239,188,11); }
td.TdClassName
{
border-color: #EFBC0B;
}
.TagClassName
{
border-color: #EFBC0B;
}
</style>