Shades of Golden Poppy #EFB90B
Tints of Golden Poppy #EFB90B
RGB
CMYK
RGB Variations
Color information
#EFB90B (or 0xEFB90B) is known color: Golden Poppy. HEX triplet: EF, B9 and 0B. RGB value is (239,185,11). Sum of RGB (Red+Green+Blue) = 239+185+11=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 11 (4.69% from 255 or 2.53% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB90B is #1046F4. Grayscale: #B6B6B6. Windows color (decimal): -1066741 or 768495. OLE color: 768495.
HSL color Cylindrical-coordinate representation of color #EFB90B: hue angle of 45.79º 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 #EFB90B is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 11 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.06 |
| HSL | 45.79º | 0.91% | 0.49% | - |
| HSV(B) | 45.79º | 0.95% | 0.94% | - |
| XYZ | 53.01 | 53.07 | 7.77 | - |
| YUV | 181.31 | 31.89 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 11 | 0 | 0.23 | 0.95 | 0.06 | 45.79 | 0.91 | 0.49 |
| Hex | EF | B9 | B | 0 | 17 | 5F | 6 | 2E | 5B | 31 |
| Octal | 357 | 271 | 13 | 0 | 27 | 137 | 6 | 56 | 133 | 61 |
| Binary | 11101111 | 10111001 | 1011 | 0 | 10111 | 1011111 | 110 | 101110 | 1011011 | 110001 |
Color Harmonies of #EFB90B
Complementary color
Monochromatic Colors of #EFB90B
Black with #EFB90B
Text Example
Text Example
White with #EFB90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB90B; }
p { color: rgb(239,185,11); }
H1.HeaderClassName
{
color: #EFB90B;
}
.AnyTagClassName
{
color: #EFB90B;
}
</style>
background-color css
<style>
a { background-color: #EFB90B; }
a { background-color: rgb(239,185,11); }
div.DivClassName
{
background-color: #EFB90B;
}
.BgClassName
{
background-color: #EFB90B;
}
</style>
border-color css
<style>
span { border-color: #EFB90B; }
span { border-color: rgb(239,185,11); }
td.TdClassName
{
border-color: #EFB90B;
}
.TagClassName
{
border-color: #EFB90B;
}
</style>