Shades of Golden Poppy #EFC201
Tints of Golden Poppy #EFC201
RGB
CMYK
RGB Variations
Color information
#EFC201 (or 0xEFC201) is known color: Golden Poppy. HEX triplet: EF, C2 and 01. RGB value is (239,194,1). Sum of RGB (Red+Green+Blue) = 239+194+1=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 1 (0.78% from 255 or 0.23% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC201 is #103DFE. Grayscale: #BABABA. Windows color (decimal): -1064447 or 115439. OLE color: 115439.
HSL color Cylindrical-coordinate representation of color #EFC201: hue angle of 48.66º 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 #EFC201 is Cyan = 0, Magento = 0.19, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 1 | - |
| CMYK | 0 | 0.19 | 1.00 | 0.06 |
| HSL | 48.66º | 0.99% | 0.47% | - |
| HSV(B) | 48.66º | 1% | 0.94% | - |
| XYZ | 54.89 | 56.94 | 8.13 | - |
| YUV | 185.45 | 23.91 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 1 | 0 | 0.19 | 1.00 | 0.06 | 48.66 | 0.99 | 0.47 |
| Hex | EF | C2 | 1 | 0 | 13 | 64 | 6 | 31 | 63 | 2F |
| Octal | 357 | 302 | 1 | 0 | 23 | 144 | 6 | 61 | 143 | 57 |
| Binary | 11101111 | 11000010 | 1 | 0 | 10011 | 1100100 | 110 | 110001 | 1100011 | 101111 |
Color Harmonies of #EFC201
Complementary color
Monochromatic Colors of #EFC201
Black with #EFC201
Text Example
Text Example
White with #EFC201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC201; }
p { color: rgb(239,194,1); }
H1.HeaderClassName
{
color: #EFC201;
}
.AnyTagClassName
{
color: #EFC201;
}
</style>
background-color css
<style>
a { background-color: #EFC201; }
a { background-color: rgb(239,194,1); }
div.DivClassName
{
background-color: #EFC201;
}
.BgClassName
{
background-color: #EFC201;
}
</style>
border-color css
<style>
span { border-color: #EFC201; }
span { border-color: rgb(239,194,1); }
td.TdClassName
{
border-color: #EFC201;
}
.TagClassName
{
border-color: #EFC201;
}
</style>