Shades of Golden Poppy #EFB901
Tints of Golden Poppy #EFB901
RGB
CMYK
RGB Variations
Color information
#EFB901 (or 0xEFB901) is known color: Golden Poppy. HEX triplet: EF, B9 and 01. RGB value is (239,185,1). Sum of RGB (Red+Green+Blue) = 239+185+1=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB901 is #1046FE. Grayscale: #B4B4B4. Windows color (decimal): -1066751 or 113135. OLE color: 113135.
HSL color Cylindrical-coordinate representation of color #EFB901: hue angle of 46.39º 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 #EFB901 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 1 | - |
| CMYK | 0 | 0.23 | 1.00 | 0.06 |
| HSL | 46.39º | 0.99% | 0.47% | - |
| HSV(B) | 46.39º | 1% | 0.94% | - |
| XYZ | 52.95 | 53.05 | 7.48 | - |
| YUV | 180.17 | 26.89 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 1 | 0 | 0.23 | 1.00 | 0.06 | 46.39 | 0.99 | 0.47 |
| Hex | EF | B9 | 1 | 0 | 17 | 64 | 6 | 2E | 63 | 2F |
| Octal | 357 | 271 | 1 | 0 | 27 | 144 | 6 | 56 | 143 | 57 |
| Binary | 11101111 | 10111001 | 1 | 0 | 10111 | 1100100 | 110 | 101110 | 1100011 | 101111 |
Color Harmonies of #EFB901
Complementary color
Monochromatic Colors of #EFB901
Black with #EFB901
Text Example
Text Example
White with #EFB901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB901; }
p { color: rgb(239,185,1); }
H1.HeaderClassName
{
color: #EFB901;
}
.AnyTagClassName
{
color: #EFB901;
}
</style>
background-color css
<style>
a { background-color: #EFB901; }
a { background-color: rgb(239,185,1); }
div.DivClassName
{
background-color: #EFB901;
}
.BgClassName
{
background-color: #EFB901;
}
</style>
border-color css
<style>
span { border-color: #EFB901; }
span { border-color: rgb(239,185,1); }
td.TdClassName
{
border-color: #EFB901;
}
.TagClassName
{
border-color: #EFB901;
}
</style>