Shades of Golden Poppy #EFC701
Tints of Golden Poppy #EFC701
RGB
CMYK
RGB Variations
Color information
#EFC701 (or 0xEFC701) is known color: Golden Poppy. HEX triplet: EF, C7 and 01. RGB value is (239,199,1). Sum of RGB (Red+Green+Blue) = 239+199+1=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 1 (0.78% from 255 or 0.23% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC701 is #1038FE. Grayscale: #BDBDBD. Windows color (decimal): -1063167 or 116719. OLE color: 116719.
HSL color Cylindrical-coordinate representation of color #EFC701: hue angle of 49.92º 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 #EFC701 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 1 | - |
| CMYK | 0 | 0.17 | 1.00 | 0.06 |
| HSL | 49.92º | 0.99% | 0.47% | - |
| HSV(B) | 49.92º | 1% | 0.94% | - |
| XYZ | 56.03 | 59.2 | 8.5 | - |
| YUV | 188.39 | 22.25 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 1 | 0 | 0.17 | 1.00 | 0.06 | 49.92 | 0.99 | 0.47 |
| Hex | EF | C7 | 1 | 0 | 11 | 64 | 6 | 32 | 63 | 2F |
| Octal | 357 | 307 | 1 | 0 | 21 | 144 | 6 | 62 | 143 | 57 |
| Binary | 11101111 | 11000111 | 1 | 0 | 10001 | 1100100 | 110 | 110010 | 1100011 | 101111 |
Color Harmonies of #EFC701
Complementary color
Monochromatic Colors of #EFC701
Black with #EFC701
Text Example
Text Example
White with #EFC701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC701; }
p { color: rgb(239,199,1); }
H1.HeaderClassName
{
color: #EFC701;
}
.AnyTagClassName
{
color: #EFC701;
}
</style>
background-color css
<style>
a { background-color: #EFC701; }
a { background-color: rgb(239,199,1); }
div.DivClassName
{
background-color: #EFC701;
}
.BgClassName
{
background-color: #EFC701;
}
</style>
border-color css
<style>
span { border-color: #EFC701; }
span { border-color: rgb(239,199,1); }
td.TdClassName
{
border-color: #EFC701;
}
.TagClassName
{
border-color: #EFC701;
}
</style>