Shades of Golden Poppy #EFC506
Tints of Golden Poppy #EFC506
RGB
CMYK
RGB Variations
Color information
#EFC506 (or 0xEFC506) is known color: Golden Poppy. HEX triplet: EF, C5 and 06. RGB value is (239,197,6). Sum of RGB (Red+Green+Blue) = 239+197+6=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 6 (2.73% from 255 or 1.36% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC506 is #103AF9. Grayscale: #BCBCBC. Windows color (decimal): -1063674 or 443887. OLE color: 443887.
HSL color Cylindrical-coordinate representation of color #EFC506: hue angle of 49.18º degrees, saturation: 0.95, 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 #EFC506 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 6 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.06 |
| HSL | 49.18º | 0.95% | 0.48% | - |
| HSV(B) | 49.18º | 0.97% | 0.94% | - |
| XYZ | 55.6 | 58.3 | 8.49 | - |
| YUV | 187.78 | 25.41 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 6 | 0 | 0.18 | 0.97 | 0.06 | 49.18 | 0.95 | 0.48 |
| Hex | EF | C5 | 6 | 0 | 12 | 61 | 6 | 31 | 5F | 30 |
| Octal | 357 | 305 | 6 | 0 | 22 | 141 | 6 | 61 | 137 | 60 |
| Binary | 11101111 | 11000101 | 110 | 0 | 10010 | 1100001 | 110 | 110001 | 1011111 | 110000 |
Color Harmonies of #EFC506
Complementary color
Monochromatic Colors of #EFC506
Black with #EFC506
Text Example
Text Example
White with #EFC506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC506; }
p { color: rgb(239,197,6); }
H1.HeaderClassName
{
color: #EFC506;
}
.AnyTagClassName
{
color: #EFC506;
}
</style>
background-color css
<style>
a { background-color: #EFC506; }
a { background-color: rgb(239,197,6); }
div.DivClassName
{
background-color: #EFC506;
}
.BgClassName
{
background-color: #EFC506;
}
</style>
border-color css
<style>
span { border-color: #EFC506; }
span { border-color: rgb(239,197,6); }
td.TdClassName
{
border-color: #EFC506;
}
.TagClassName
{
border-color: #EFC506;
}
</style>