Shades of Golden Poppy #EFBA03
Tints of Golden Poppy #EFBA03
RGB
CMYK
RGB Variations
Color information
#EFBA03 (or 0xEFBA03) is known color: Golden Poppy. HEX triplet: EF, BA and 03. RGB value is (239,186,3). Sum of RGB (Red+Green+Blue) = 239+186+3=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 3 (1.56% from 255 or 0.70% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBA03 is #1045FC. Grayscale: #B5B5B5. Windows color (decimal): -1066493 or 244463. OLE color: 244463.
HSL color Cylindrical-coordinate representation of color #EFBA03: hue angle of 46.53º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFBA03 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 3 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.06 |
| HSL | 46.53º | 0.98% | 0.47% | - |
| HSV(B) | 46.53º | 0.99% | 0.94% | - |
| XYZ | 53.17 | 53.48 | 7.61 | - |
| YUV | 180.99 | 27.56 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 3 | 0 | 0.22 | 0.99 | 0.06 | 46.53 | 0.98 | 0.47 |
| Hex | EF | BA | 3 | 0 | 16 | 63 | 6 | 2F | 62 | 2F |
| Octal | 357 | 272 | 3 | 0 | 26 | 143 | 6 | 57 | 142 | 57 |
| Binary | 11101111 | 10111010 | 11 | 0 | 10110 | 1100011 | 110 | 101111 | 1100010 | 101111 |
Color Harmonies of #EFBA03
Complementary color
Monochromatic Colors of #EFBA03
Black with #EFBA03
Text Example
Text Example
White with #EFBA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA03; }
p { color: rgb(239,186,3); }
H1.HeaderClassName
{
color: #EFBA03;
}
.AnyTagClassName
{
color: #EFBA03;
}
</style>
background-color css
<style>
a { background-color: #EFBA03; }
a { background-color: rgb(239,186,3); }
div.DivClassName
{
background-color: #EFBA03;
}
.BgClassName
{
background-color: #EFBA03;
}
</style>
border-color css
<style>
span { border-color: #EFBA03; }
span { border-color: rgb(239,186,3); }
td.TdClassName
{
border-color: #EFBA03;
}
.TagClassName
{
border-color: #EFBA03;
}
</style>