Shades of Golden Poppy #EFC407
Tints of Golden Poppy #EFC407
RGB
CMYK
RGB Variations
Color information
#EFC407 (or 0xEFC407) is known color: Golden Poppy. HEX triplet: EF, C4 and 07. RGB value is (239,196,7). Sum of RGB (Red+Green+Blue) = 239+196+7=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 7 (3.12% from 255 or 1.58% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC407 is #103BF8. Grayscale: #BCBCBC. Windows color (decimal): -1063929 or 509167. OLE color: 509167.
HSL color Cylindrical-coordinate representation of color #EFC407: hue angle of 48.88º 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 #EFC407 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 7 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.06 |
| HSL | 48.88º | 0.94% | 0.48% | - |
| HSV(B) | 48.88º | 0.97% | 0.94% | - |
| XYZ | 55.37 | 57.85 | 8.45 | - |
| YUV | 187.31 | 26.25 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 7 | 0 | 0.18 | 0.97 | 0.06 | 48.88 | 0.94 | 0.48 |
| Hex | EF | C4 | 7 | 0 | 12 | 61 | 6 | 31 | 5E | 30 |
| Octal | 357 | 304 | 7 | 0 | 22 | 141 | 6 | 61 | 136 | 60 |
| Binary | 11101111 | 11000100 | 111 | 0 | 10010 | 1100001 | 110 | 110001 | 1011110 | 110000 |
Color Harmonies of #EFC407
Complementary color
Monochromatic Colors of #EFC407
Black with #EFC407
Text Example
Text Example
White with #EFC407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC407; }
p { color: rgb(239,196,7); }
H1.HeaderClassName
{
color: #EFC407;
}
.AnyTagClassName
{
color: #EFC407;
}
</style>
background-color css
<style>
a { background-color: #EFC407; }
a { background-color: rgb(239,196,7); }
div.DivClassName
{
background-color: #EFC407;
}
.BgClassName
{
background-color: #EFC407;
}
</style>
border-color css
<style>
span { border-color: #EFC407; }
span { border-color: rgb(239,196,7); }
td.TdClassName
{
border-color: #EFC407;
}
.TagClassName
{
border-color: #EFC407;
}
</style>