Shades of Golden Poppy #EFB907
Tints of Golden Poppy #EFB907
RGB
CMYK
RGB Variations
Color information
#EFB907 (or 0xEFB907) is known color: Golden Poppy. HEX triplet: EF, B9 and 07. RGB value is (239,185,7). Sum of RGB (Red+Green+Blue) = 239+185+7=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 7 (3.12% from 255 or 1.62% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB907 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB907 is #1046F8. Grayscale: #B5B5B5. Windows color (decimal): -1066745 or 506351. OLE color: 506351.
HSL color Cylindrical-coordinate representation of color #EFB907: hue angle of 46.03º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFB907 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 7 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.06 |
| HSL | 46.03º | 0.94% | 0.48% | - |
| HSV(B) | 46.03º | 0.97% | 0.94% | - |
| XYZ | 52.98 | 53.06 | 7.65 | - |
| YUV | 180.85 | 29.89 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 7 | 0 | 0.23 | 0.97 | 0.06 | 46.03 | 0.94 | 0.48 |
| Hex | EF | B9 | 7 | 0 | 17 | 61 | 6 | 2E | 5E | 30 |
| Octal | 357 | 271 | 7 | 0 | 27 | 141 | 6 | 56 | 136 | 60 |
| Binary | 11101111 | 10111001 | 111 | 0 | 10111 | 1100001 | 110 | 101110 | 1011110 | 110000 |
Color Harmonies of #EFB907
Complementary color
Monochromatic Colors of #EFB907
Black with #EFB907
Text Example
Text Example
White with #EFB907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB907; }
p { color: rgb(239,185,7); }
H1.HeaderClassName
{
color: #EFB907;
}
.AnyTagClassName
{
color: #EFB907;
}
</style>
background-color css
<style>
a { background-color: #EFB907; }
a { background-color: rgb(239,185,7); }
div.DivClassName
{
background-color: #EFB907;
}
.BgClassName
{
background-color: #EFB907;
}
</style>
border-color css
<style>
span { border-color: #EFB907; }
span { border-color: rgb(239,185,7); }
td.TdClassName
{
border-color: #EFB907;
}
.TagClassName
{
border-color: #EFB907;
}
</style>