Shades of Golden Poppy #EFC708
Tints of Golden Poppy #EFC708
RGB
CMYK
RGB Variations
Color information
#EFC708 (or 0xEFC708) is known color: Golden Poppy. HEX triplet: EF, C7 and 08. RGB value is (239,199,8). Sum of RGB (Red+Green+Blue) = 239+199+8=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 8 (3.52% from 255 or 1.79% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC708 is #1038F7. Grayscale: #BDBDBD. Windows color (decimal): -1063160 or 575471. OLE color: 575471.
HSL color Cylindrical-coordinate representation of color #EFC708: hue angle of 49.61º 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 #EFC708 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 8 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.06 |
| HSL | 49.61º | 0.94% | 0.48% | - |
| HSV(B) | 49.61º | 0.97% | 0.94% | - |
| XYZ | 56.06 | 59.22 | 8.7 | - |
| YUV | 189.19 | 25.75 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 8 | 0 | 0.17 | 0.97 | 0.06 | 49.61 | 0.94 | 0.48 |
| Hex | EF | C7 | 8 | 0 | 11 | 61 | 6 | 32 | 5E | 30 |
| Octal | 357 | 307 | 10 | 0 | 21 | 141 | 6 | 62 | 136 | 60 |
| Binary | 11101111 | 11000111 | 1000 | 0 | 10001 | 1100001 | 110 | 110010 | 1011110 | 110000 |
Color Harmonies of #EFC708
Complementary color
Monochromatic Colors of #EFC708
Black with #EFC708
Text Example
Text Example
White with #EFC708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC708; }
p { color: rgb(239,199,8); }
H1.HeaderClassName
{
color: #EFC708;
}
.AnyTagClassName
{
color: #EFC708;
}
</style>
background-color css
<style>
a { background-color: #EFC708; }
a { background-color: rgb(239,199,8); }
div.DivClassName
{
background-color: #EFC708;
}
.BgClassName
{
background-color: #EFC708;
}
</style>
border-color css
<style>
span { border-color: #EFC708; }
span { border-color: rgb(239,199,8); }
td.TdClassName
{
border-color: #EFC708;
}
.TagClassName
{
border-color: #EFC708;
}
</style>