Shades of Golden Poppy #EFB900
Tints of Golden Poppy #EFB900
RGB
CMYK
RGB Variations
Color information
#EFB900 (or 0xEFB900) is known color: Golden Poppy. HEX triplet: EF, B9 and 00. RGB value is (239,185,0). Sum of RGB (Red+Green+Blue) = 239+185+0=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB900 is #1046FF. Grayscale: #B4B4B4. Windows color (decimal): -1066752 or 47599. OLE color: 47599.
HSL color Cylindrical-coordinate representation of color #EFB900: hue angle of 46.44º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFB900 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.06 |
| HSL | 46.44º | 1% | 0.47% | - |
| HSV(B) | 46.44º | 1% | 0.94% | - |
| XYZ | 52.95 | 53.05 | 7.45 | - |
| YUV | 180.06 | 26.39 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 0 | 0 | 0.23 | 1 | 0.06 | 46.44 | 1 | 0.47 |
| Hex | EF | B9 | 0 | 0 | 17 | 64 | 6 | 2E | 64 | 2F |
| Octal | 357 | 271 | 0 | 0 | 27 | 144 | 6 | 56 | 144 | 57 |
| Binary | 11101111 | 10111001 | 0 | 0 | 10111 | 1100100 | 110 | 101110 | 1100100 | 101111 |
Color Harmonies of #EFB900
Complementary color
Monochromatic Colors of #EFB900
Black with #EFB900
Text Example
Text Example
White with #EFB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB900; }
p { color: rgb(239,185,0); }
H1.HeaderClassName
{
color: #EFB900;
}
.AnyTagClassName
{
color: #EFB900;
}
</style>
background-color css
<style>
a { background-color: #EFB900; }
a { background-color: rgb(239,185,0); }
div.DivClassName
{
background-color: #EFB900;
}
.BgClassName
{
background-color: #EFB900;
}
</style>
border-color css
<style>
span { border-color: #EFB900; }
span { border-color: rgb(239,185,0); }
td.TdClassName
{
border-color: #EFB900;
}
.TagClassName
{
border-color: #EFB900;
}
</style>