Shades of Golden Poppy #EFC609
Tints of Golden Poppy #EFC609
RGB
CMYK
RGB Variations
Color information
#EFC609 (or 0xEFC609) is known color: Golden Poppy. HEX triplet: EF, C6 and 09. RGB value is (239,198,9). Sum of RGB (Red+Green+Blue) = 239+198+9=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 9 (3.91% from 255 or 2.02% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC609 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC609 is #1039F6. Grayscale: #BDBDBD. Windows color (decimal): -1063415 or 640751. OLE color: 640751.
HSL color Cylindrical-coordinate representation of color #EFC609: hue angle of 49.3º 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 #EFC609 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 9 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.06 |
| HSL | 49.3º | 0.93% | 0.49% | - |
| HSV(B) | 49.3º | 0.96% | 0.94% | - |
| XYZ | 55.84 | 58.76 | 8.66 | - |
| YUV | 188.71 | 26.58 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 9 | 0 | 0.17 | 0.96 | 0.06 | 49.3 | 0.93 | 0.49 |
| Hex | EF | C6 | 9 | 0 | 11 | 60 | 6 | 31 | 5D | 31 |
| Octal | 357 | 306 | 11 | 0 | 21 | 140 | 6 | 61 | 135 | 61 |
| Binary | 11101111 | 11000110 | 1001 | 0 | 10001 | 1100000 | 110 | 110001 | 1011101 | 110001 |
Color Harmonies of #EFC609
Complementary color
Monochromatic Colors of #EFC609
Black with #EFC609
Text Example
Text Example
White with #EFC609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC609; }
p { color: rgb(239,198,9); }
H1.HeaderClassName
{
color: #EFC609;
}
.AnyTagClassName
{
color: #EFC609;
}
</style>
background-color css
<style>
a { background-color: #EFC609; }
a { background-color: rgb(239,198,9); }
div.DivClassName
{
background-color: #EFC609;
}
.BgClassName
{
background-color: #EFC609;
}
</style>
border-color css
<style>
span { border-color: #EFC609; }
span { border-color: rgb(239,198,9); }
td.TdClassName
{
border-color: #EFC609;
}
.TagClassName
{
border-color: #EFC609;
}
</style>