Shades of Golden Poppy #EFB905
Tints of Golden Poppy #EFB905
RGB
CMYK
RGB Variations
Color information
#EFB905 (or 0xEFB905) is known color: Golden Poppy. HEX triplet: EF, B9 and 05. RGB value is (239,185,5). Sum of RGB (Red+Green+Blue) = 239+185+5=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 5 (2.34% from 255 or 1.17% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB905 is #1046FA. Grayscale: #B5B5B5. Windows color (decimal): -1066747 or 375279. OLE color: 375279.
HSL color Cylindrical-coordinate representation of color #EFB905: hue angle of 46.15º 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 #EFB905 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 5 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.06 |
| HSL | 46.15º | 0.96% | 0.48% | - |
| HSV(B) | 46.15º | 0.98% | 0.94% | - |
| XYZ | 52.97 | 53.06 | 7.59 | - |
| YUV | 180.63 | 28.89 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 5 | 0 | 0.23 | 0.98 | 0.06 | 46.15 | 0.96 | 0.48 |
| Hex | EF | B9 | 5 | 0 | 17 | 62 | 6 | 2E | 60 | 30 |
| Octal | 357 | 271 | 5 | 0 | 27 | 142 | 6 | 56 | 140 | 60 |
| Binary | 11101111 | 10111001 | 101 | 0 | 10111 | 1100010 | 110 | 101110 | 1100000 | 110000 |
Color Harmonies of #EFB905
Complementary color
Monochromatic Colors of #EFB905
Black with #EFB905
Text Example
Text Example
White with #EFB905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB905; }
p { color: rgb(239,185,5); }
H1.HeaderClassName
{
color: #EFB905;
}
.AnyTagClassName
{
color: #EFB905;
}
</style>
background-color css
<style>
a { background-color: #EFB905; }
a { background-color: rgb(239,185,5); }
div.DivClassName
{
background-color: #EFB905;
}
.BgClassName
{
background-color: #EFB905;
}
</style>
border-color css
<style>
span { border-color: #EFB905; }
span { border-color: rgb(239,185,5); }
td.TdClassName
{
border-color: #EFB905;
}
.TagClassName
{
border-color: #EFB905;
}
</style>