Shades of Golden Poppy #EFBC00
Tints of Golden Poppy #EFBC00
RGB
CMYK
RGB Variations
Color information
#EFBC00 (or 0xEFBC00) is known color: Golden Poppy. HEX triplet: EF, BC and 00. RGB value is (239,188,0). Sum of RGB (Red+Green+Blue) = 239+188+0=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBC00 is #1043FF. Grayscale: #B6B6B6. Windows color (decimal): -1065984 or 48367. OLE color: 48367.
HSL color Cylindrical-coordinate representation of color #EFBC00: hue angle of 47.2º 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 #EFBC00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.06 |
| HSL | 47.2º | 1% | 0.47% | - |
| HSV(B) | 47.2º | 1% | 0.94% | - |
| XYZ | 53.58 | 54.32 | 7.66 | - |
| YUV | 181.82 | 25.4 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 0 | 0 | 0.21 | 1 | 0.06 | 47.2 | 1 | 0.47 |
| Hex | EF | BC | 0 | 0 | 15 | 64 | 6 | 2F | 64 | 2F |
| Octal | 357 | 274 | 0 | 0 | 25 | 144 | 6 | 57 | 144 | 57 |
| Binary | 11101111 | 10111100 | 0 | 0 | 10101 | 1100100 | 110 | 101111 | 1100100 | 101111 |
Color Harmonies of #EFBC00
Complementary color
Monochromatic Colors of #EFBC00
Black with #EFBC00
Text Example
Text Example
White with #EFBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC00; }
p { color: rgb(239,188,0); }
H1.HeaderClassName
{
color: #EFBC00;
}
.AnyTagClassName
{
color: #EFBC00;
}
</style>
background-color css
<style>
a { background-color: #EFBC00; }
a { background-color: rgb(239,188,0); }
div.DivClassName
{
background-color: #EFBC00;
}
.BgClassName
{
background-color: #EFBC00;
}
</style>
border-color css
<style>
span { border-color: #EFBC00; }
span { border-color: rgb(239,188,0); }
td.TdClassName
{
border-color: #EFBC00;
}
.TagClassName
{
border-color: #EFBC00;
}
</style>