Shades of Golden Poppy #EFC505
Tints of Golden Poppy #EFC505
RGB
CMYK
RGB Variations
Color information
#EFC505 (or 0xEFC505) is known color: Golden Poppy. HEX triplet: EF, C5 and 05. RGB value is (239,197,5). Sum of RGB (Red+Green+Blue) = 239+197+5=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC505 is #103AFA. Grayscale: #BCBCBC. Windows color (decimal): -1063675 or 378351. OLE color: 378351.
HSL color Cylindrical-coordinate representation of color #EFC505: hue angle of 49.23º 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 #EFC505 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 5 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.06 |
| HSL | 49.23º | 0.96% | 0.48% | - |
| HSV(B) | 49.23º | 0.98% | 0.94% | - |
| XYZ | 55.59 | 58.29 | 8.47 | - |
| YUV | 187.67 | 24.91 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 5 | 0 | 0.18 | 0.98 | 0.06 | 49.23 | 0.96 | 0.48 |
| Hex | EF | C5 | 5 | 0 | 12 | 62 | 6 | 31 | 60 | 30 |
| Octal | 357 | 305 | 5 | 0 | 22 | 142 | 6 | 61 | 140 | 60 |
| Binary | 11101111 | 11000101 | 101 | 0 | 10010 | 1100010 | 110 | 110001 | 1100000 | 110000 |
Color Harmonies of #EFC505
Complementary color
Monochromatic Colors of #EFC505
Black with #EFC505
Text Example
Text Example
White with #EFC505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC505; }
p { color: rgb(239,197,5); }
H1.HeaderClassName
{
color: #EFC505;
}
.AnyTagClassName
{
color: #EFC505;
}
</style>
background-color css
<style>
a { background-color: #EFC505; }
a { background-color: rgb(239,197,5); }
div.DivClassName
{
background-color: #EFC505;
}
.BgClassName
{
background-color: #EFC505;
}
</style>
border-color css
<style>
span { border-color: #EFC505; }
span { border-color: rgb(239,197,5); }
td.TdClassName
{
border-color: #EFC505;
}
.TagClassName
{
border-color: #EFC505;
}
</style>