Shades of Golden Poppy #EFC501
Tints of Golden Poppy #EFC501
RGB
CMYK
RGB Variations
Color information
#EFC501 (or 0xEFC501) is known color: Golden Poppy. HEX triplet: EF, C5 and 01. RGB value is (239,197,1). Sum of RGB (Red+Green+Blue) = 239+197+1=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 1 (0.78% from 255 or 0.23% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC501 is #103AFE. Grayscale: #BCBCBC. Windows color (decimal): -1063679 or 116207. OLE color: 116207.
HSL color Cylindrical-coordinate representation of color #EFC501: hue angle of 49.41º 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 #EFC501 is Cyan = 0, Magento = 0.18, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 1 | - |
| CMYK | 0 | 0.18 | 1.00 | 0.06 |
| HSL | 49.41º | 0.99% | 0.47% | - |
| HSV(B) | 49.41º | 1% | 0.94% | - |
| XYZ | 55.57 | 58.29 | 8.35 | - |
| YUV | 187.21 | 22.91 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 1 | 0 | 0.18 | 1.00 | 0.06 | 49.41 | 0.99 | 0.47 |
| Hex | EF | C5 | 1 | 0 | 12 | 64 | 6 | 31 | 63 | 2F |
| Octal | 357 | 305 | 1 | 0 | 22 | 144 | 6 | 61 | 143 | 57 |
| Binary | 11101111 | 11000101 | 1 | 0 | 10010 | 1100100 | 110 | 110001 | 1100011 | 101111 |
Color Harmonies of #EFC501
Complementary color
Monochromatic Colors of #EFC501
Black with #EFC501
Text Example
Text Example
White with #EFC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC501; }
p { color: rgb(239,197,1); }
H1.HeaderClassName
{
color: #EFC501;
}
.AnyTagClassName
{
color: #EFC501;
}
</style>
background-color css
<style>
a { background-color: #EFC501; }
a { background-color: rgb(239,197,1); }
div.DivClassName
{
background-color: #EFC501;
}
.BgClassName
{
background-color: #EFC501;
}
</style>
border-color css
<style>
span { border-color: #EFC501; }
span { border-color: rgb(239,197,1); }
td.TdClassName
{
border-color: #EFC501;
}
.TagClassName
{
border-color: #EFC501;
}
</style>