Shades of Golden Poppy #EFB904
Tints of Golden Poppy #EFB904
RGB
CMYK
RGB Variations
Color information
#EFB904 (or 0xEFB904) is known color: Golden Poppy. HEX triplet: EF, B9 and 04. RGB value is (239,185,4). Sum of RGB (Red+Green+Blue) = 239+185+4=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 4 (1.95% from 255 or 0.93% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB904 is #1046FB. Grayscale: #B5B5B5. Windows color (decimal): -1066748 or 309743. OLE color: 309743.
HSL color Cylindrical-coordinate representation of color #EFB904: hue angle of 46.21º degrees, saturation: 0.97, 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 #EFB904 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 4 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.06 |
| HSL | 46.21º | 0.97% | 0.48% | - |
| HSV(B) | 46.21º | 0.98% | 0.94% | - |
| XYZ | 52.97 | 53.06 | 7.56 | - |
| YUV | 180.51 | 28.39 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 4 | 0 | 0.23 | 0.98 | 0.06 | 46.21 | 0.97 | 0.48 |
| Hex | EF | B9 | 4 | 0 | 17 | 62 | 6 | 2E | 61 | 30 |
| Octal | 357 | 271 | 4 | 0 | 27 | 142 | 6 | 56 | 141 | 60 |
| Binary | 11101111 | 10111001 | 100 | 0 | 10111 | 1100010 | 110 | 101110 | 1100001 | 110000 |
Color Harmonies of #EFB904
Complementary color
Monochromatic Colors of #EFB904
Black with #EFB904
Text Example
Text Example
White with #EFB904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB904; }
p { color: rgb(239,185,4); }
H1.HeaderClassName
{
color: #EFB904;
}
.AnyTagClassName
{
color: #EFB904;
}
</style>
background-color css
<style>
a { background-color: #EFB904; }
a { background-color: rgb(239,185,4); }
div.DivClassName
{
background-color: #EFB904;
}
.BgClassName
{
background-color: #EFB904;
}
</style>
border-color css
<style>
span { border-color: #EFB904; }
span { border-color: rgb(239,185,4); }
td.TdClassName
{
border-color: #EFB904;
}
.TagClassName
{
border-color: #EFB904;
}
</style>