Shades of Golden Poppy #EFBC05
Tints of Golden Poppy #EFBC05
RGB
CMYK
RGB Variations
Color information
#EFBC05 (or 0xEFBC05) is known color: Golden Poppy. HEX triplet: EF, BC and 05. RGB value is (239,188,5). Sum of RGB (Red+Green+Blue) = 239+188+5=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 5 (2.34% from 255 or 1.16% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBC05 is #1043FA. Grayscale: #B7B7B7. Windows color (decimal): -1065979 or 376047. OLE color: 376047.
HSL color Cylindrical-coordinate representation of color #EFBC05: hue angle of 46.92º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFBC05 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 5 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.06 |
| HSL | 46.92º | 0.96% | 0.48% | - |
| HSV(B) | 46.92º | 0.98% | 0.94% | - |
| XYZ | 53.61 | 54.33 | 7.8 | - |
| YUV | 182.39 | 27.9 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 5 | 0 | 0.21 | 0.98 | 0.06 | 46.92 | 0.96 | 0.48 |
| Hex | EF | BC | 5 | 0 | 15 | 62 | 6 | 2F | 60 | 30 |
| Octal | 357 | 274 | 5 | 0 | 25 | 142 | 6 | 57 | 140 | 60 |
| Binary | 11101111 | 10111100 | 101 | 0 | 10101 | 1100010 | 110 | 101111 | 1100000 | 110000 |
Color Harmonies of #EFBC05
Complementary color
Monochromatic Colors of #EFBC05
Black with #EFBC05
Text Example
Text Example
White with #EFBC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC05; }
p { color: rgb(239,188,5); }
H1.HeaderClassName
{
color: #EFBC05;
}
.AnyTagClassName
{
color: #EFBC05;
}
</style>
background-color css
<style>
a { background-color: #EFBC05; }
a { background-color: rgb(239,188,5); }
div.DivClassName
{
background-color: #EFBC05;
}
.BgClassName
{
background-color: #EFBC05;
}
</style>
border-color css
<style>
span { border-color: #EFBC05; }
span { border-color: rgb(239,188,5); }
td.TdClassName
{
border-color: #EFBC05;
}
.TagClassName
{
border-color: #EFBC05;
}
</style>