Shades of Golden Poppy #EFBA01
Tints of Golden Poppy #EFBA01
RGB
CMYK
RGB Variations
Color information
#EFBA01 (or 0xEFBA01) is known color: Golden Poppy. HEX triplet: EF, BA and 01. RGB value is (239,186,1). Sum of RGB (Red+Green+Blue) = 239+186+1=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBA01 is #1045FE. Grayscale: #B5B5B5. Windows color (decimal): -1066495 or 113391. OLE color: 113391.
HSL color Cylindrical-coordinate representation of color #EFBA01: hue angle of 46.64º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFBA01 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 1 | - |
| CMYK | 0 | 0.22 | 1.00 | 0.06 |
| HSL | 46.64º | 0.99% | 0.47% | - |
| HSV(B) | 46.64º | 1% | 0.94% | - |
| XYZ | 53.16 | 53.47 | 7.55 | - |
| YUV | 180.76 | 26.56 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 1 | 0 | 0.22 | 1.00 | 0.06 | 46.64 | 0.99 | 0.47 |
| Hex | EF | BA | 1 | 0 | 16 | 64 | 6 | 2F | 63 | 2F |
| Octal | 357 | 272 | 1 | 0 | 26 | 144 | 6 | 57 | 143 | 57 |
| Binary | 11101111 | 10111010 | 1 | 0 | 10110 | 1100100 | 110 | 101111 | 1100011 | 101111 |
Color Harmonies of #EFBA01
Complementary color
Monochromatic Colors of #EFBA01
Black with #EFBA01
Text Example
Text Example
White with #EFBA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA01; }
p { color: rgb(239,186,1); }
H1.HeaderClassName
{
color: #EFBA01;
}
.AnyTagClassName
{
color: #EFBA01;
}
</style>
background-color css
<style>
a { background-color: #EFBA01; }
a { background-color: rgb(239,186,1); }
div.DivClassName
{
background-color: #EFBA01;
}
.BgClassName
{
background-color: #EFBA01;
}
</style>
border-color css
<style>
span { border-color: #EFBA01; }
span { border-color: rgb(239,186,1); }
td.TdClassName
{
border-color: #EFBA01;
}
.TagClassName
{
border-color: #EFBA01;
}
</style>