Shades of Golden Poppy #EFC709
Tints of Golden Poppy #EFC709
RGB
CMYK
RGB Variations
Color information
#EFC709 (or 0xEFC709) is known color: Golden Poppy. HEX triplet: EF, C7 and 09. RGB value is (239,199,9). Sum of RGB (Red+Green+Blue) = 239+199+9=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 9 (3.91% from 255 or 2.01% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC709 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC709 is #1038F6. Grayscale: #BEBEBE. Windows color (decimal): -1063159 or 641007. OLE color: 641007.
HSL color Cylindrical-coordinate representation of color #EFC709: hue angle of 49.57º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFC709 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 9 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.06 |
| HSL | 49.57º | 0.93% | 0.49% | - |
| HSV(B) | 49.57º | 0.96% | 0.94% | - |
| XYZ | 56.07 | 59.22 | 8.73 | - |
| YUV | 189.3 | 26.25 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 9 | 0 | 0.17 | 0.96 | 0.06 | 49.57 | 0.93 | 0.49 |
| Hex | EF | C7 | 9 | 0 | 11 | 60 | 6 | 32 | 5D | 31 |
| Octal | 357 | 307 | 11 | 0 | 21 | 140 | 6 | 62 | 135 | 61 |
| Binary | 11101111 | 11000111 | 1001 | 0 | 10001 | 1100000 | 110 | 110010 | 1011101 | 110001 |
Color Harmonies of #EFC709
Complementary color
Monochromatic Colors of #EFC709
Black with #EFC709
Text Example
Text Example
White with #EFC709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC709; }
p { color: rgb(239,199,9); }
H1.HeaderClassName
{
color: #EFC709;
}
.AnyTagClassName
{
color: #EFC709;
}
</style>
background-color css
<style>
a { background-color: #EFC709; }
a { background-color: rgb(239,199,9); }
div.DivClassName
{
background-color: #EFC709;
}
.BgClassName
{
background-color: #EFC709;
}
</style>
border-color css
<style>
span { border-color: #EFC709; }
span { border-color: rgb(239,199,9); }
td.TdClassName
{
border-color: #EFC709;
}
.TagClassName
{
border-color: #EFC709;
}
</style>