Shades of Golden Poppy #EFBC09
Tints of Golden Poppy #EFBC09
RGB
CMYK
RGB Variations
Color information
#EFBC09 (or 0xEFBC09) is known color: Golden Poppy. HEX triplet: EF, BC and 09. RGB value is (239,188,9). Sum of RGB (Red+Green+Blue) = 239+188+9=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 9 (3.91% from 255 or 2.06% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBC09 is #1043F6. Grayscale: #B7B7B7. Windows color (decimal): -1065975 or 638191. OLE color: 638191.
HSL color Cylindrical-coordinate representation of color #EFBC09: hue angle of 46.7º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFBC09 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 9 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.06 |
| HSL | 46.7º | 0.93% | 0.49% | - |
| HSV(B) | 46.7º | 0.96% | 0.94% | - |
| XYZ | 53.63 | 54.34 | 7.92 | - |
| YUV | 182.84 | 29.9 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 9 | 0 | 0.21 | 0.96 | 0.06 | 46.7 | 0.93 | 0.49 |
| Hex | EF | BC | 9 | 0 | 15 | 60 | 6 | 2F | 5D | 31 |
| Octal | 357 | 274 | 11 | 0 | 25 | 140 | 6 | 57 | 135 | 61 |
| Binary | 11101111 | 10111100 | 1001 | 0 | 10101 | 1100000 | 110 | 101111 | 1011101 | 110001 |
Color Harmonies of #EFBC09
Complementary color
Monochromatic Colors of #EFBC09
Black with #EFBC09
Text Example
Text Example
White with #EFBC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC09; }
p { color: rgb(239,188,9); }
H1.HeaderClassName
{
color: #EFBC09;
}
.AnyTagClassName
{
color: #EFBC09;
}
</style>
background-color css
<style>
a { background-color: #EFBC09; }
a { background-color: rgb(239,188,9); }
div.DivClassName
{
background-color: #EFBC09;
}
.BgClassName
{
background-color: #EFBC09;
}
</style>
border-color css
<style>
span { border-color: #EFBC09; }
span { border-color: rgb(239,188,9); }
td.TdClassName
{
border-color: #EFBC09;
}
.TagClassName
{
border-color: #EFBC09;
}
</style>