Shades of Golden Poppy #EFC105
Tints of Golden Poppy #EFC105
RGB
CMYK
RGB Variations
Color information
#EFC105 (or 0xEFC105) is known color: Golden Poppy. HEX triplet: EF, C1 and 05. RGB value is (239,193,5). Sum of RGB (Red+Green+Blue) = 239+193+5=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 5 (2.34% from 255 or 1.14% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC105 is #103EFA. Grayscale: #BABABA. Windows color (decimal): -1064699 or 377327. OLE color: 377327.
HSL color Cylindrical-coordinate representation of color #EFC105: hue angle of 48.21º 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 #EFC105 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 5 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.06 |
| HSL | 48.21º | 0.96% | 0.48% | - |
| HSV(B) | 48.21º | 0.98% | 0.94% | - |
| XYZ | 54.69 | 56.5 | 8.17 | - |
| YUV | 185.32 | 26.24 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 5 | 0 | 0.19 | 0.98 | 0.06 | 48.21 | 0.96 | 0.48 |
| Hex | EF | C1 | 5 | 0 | 13 | 62 | 6 | 30 | 60 | 30 |
| Octal | 357 | 301 | 5 | 0 | 23 | 142 | 6 | 60 | 140 | 60 |
| Binary | 11101111 | 11000001 | 101 | 0 | 10011 | 1100010 | 110 | 110000 | 1100000 | 110000 |
Color Harmonies of #EFC105
Complementary color
Monochromatic Colors of #EFC105
Black with #EFC105
Text Example
Text Example
White with #EFC105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC105; }
p { color: rgb(239,193,5); }
H1.HeaderClassName
{
color: #EFC105;
}
.AnyTagClassName
{
color: #EFC105;
}
</style>
background-color css
<style>
a { background-color: #EFC105; }
a { background-color: rgb(239,193,5); }
div.DivClassName
{
background-color: #EFC105;
}
.BgClassName
{
background-color: #EFC105;
}
</style>
border-color css
<style>
span { border-color: #EFC105; }
span { border-color: rgb(239,193,5); }
td.TdClassName
{
border-color: #EFC105;
}
.TagClassName
{
border-color: #EFC105;
}
</style>