Shades of Golden Poppy #EFC205
Tints of Golden Poppy #EFC205
RGB
CMYK
RGB Variations
Color information
#EFC205 (or 0xEFC205) is known color: Golden Poppy. HEX triplet: EF, C2 and 05. RGB value is (239,194,5). Sum of RGB (Red+Green+Blue) = 239+194+5=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC205 is #103DFA. Grayscale: #BABABA. Windows color (decimal): -1064443 or 377583. OLE color: 377583.
HSL color Cylindrical-coordinate representation of color #EFC205: hue angle of 48.46º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFC205 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 5 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.06 |
| HSL | 48.46º | 0.96% | 0.48% | - |
| HSV(B) | 48.46º | 0.98% | 0.94% | - |
| XYZ | 54.92 | 56.95 | 8.24 | - |
| YUV | 185.91 | 25.91 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 5 | 0 | 0.19 | 0.98 | 0.06 | 48.46 | 0.96 | 0.48 |
| Hex | EF | C2 | 5 | 0 | 13 | 62 | 6 | 30 | 60 | 30 |
| Octal | 357 | 302 | 5 | 0 | 23 | 142 | 6 | 60 | 140 | 60 |
| Binary | 11101111 | 11000010 | 101 | 0 | 10011 | 1100010 | 110 | 110000 | 1100000 | 110000 |
Color Harmonies of #EFC205
Complementary color
Monochromatic Colors of #EFC205
Black with #EFC205
Text Example
Text Example
White with #EFC205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC205; }
p { color: rgb(239,194,5); }
H1.HeaderClassName
{
color: #EFC205;
}
.AnyTagClassName
{
color: #EFC205;
}
</style>
background-color css
<style>
a { background-color: #EFC205; }
a { background-color: rgb(239,194,5); }
div.DivClassName
{
background-color: #EFC205;
}
.BgClassName
{
background-color: #EFC205;
}
</style>
border-color css
<style>
span { border-color: #EFC205; }
span { border-color: rgb(239,194,5); }
td.TdClassName
{
border-color: #EFC205;
}
.TagClassName
{
border-color: #EFC205;
}
</style>