Shades of Golden Poppy #EFC507
Tints of Golden Poppy #EFC507
RGB
CMYK
RGB Variations
Color information
#EFC507 (or 0xEFC507) is known color: Golden Poppy. HEX triplet: EF, C5 and 07. RGB value is (239,197,7). Sum of RGB (Red+Green+Blue) = 239+197+7=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 7 (3.12% from 255 or 1.58% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC507 is #103AF8. Grayscale: #BCBCBC. Windows color (decimal): -1063673 or 509423. OLE color: 509423.
HSL color Cylindrical-coordinate representation of color #EFC507: hue angle of 49.14º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFC507 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 7 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.06 |
| HSL | 49.14º | 0.94% | 0.48% | - |
| HSV(B) | 49.14º | 0.97% | 0.94% | - |
| XYZ | 55.6 | 58.3 | 8.52 | - |
| YUV | 187.9 | 25.91 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 7 | 0 | 0.18 | 0.97 | 0.06 | 49.14 | 0.94 | 0.48 |
| Hex | EF | C5 | 7 | 0 | 12 | 61 | 6 | 31 | 5E | 30 |
| Octal | 357 | 305 | 7 | 0 | 22 | 141 | 6 | 61 | 136 | 60 |
| Binary | 11101111 | 11000101 | 111 | 0 | 10010 | 1100001 | 110 | 110001 | 1011110 | 110000 |
Color Harmonies of #EFC507
Complementary color
Monochromatic Colors of #EFC507
Black with #EFC507
Text Example
Text Example
White with #EFC507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC507; }
p { color: rgb(239,197,7); }
H1.HeaderClassName
{
color: #EFC507;
}
.AnyTagClassName
{
color: #EFC507;
}
</style>
background-color css
<style>
a { background-color: #EFC507; }
a { background-color: rgb(239,197,7); }
div.DivClassName
{
background-color: #EFC507;
}
.BgClassName
{
background-color: #EFC507;
}
</style>
border-color css
<style>
span { border-color: #EFC507; }
span { border-color: rgb(239,197,7); }
td.TdClassName
{
border-color: #EFC507;
}
.TagClassName
{
border-color: #EFC507;
}
</style>