Shades of Golden Poppy #EFC805
Tints of Golden Poppy #EFC805
RGB
CMYK
RGB Variations
Color information
#EFC805 (or 0xEFC805) is known color: Golden Poppy. HEX triplet: EF, C8 and 05. RGB value is (239,200,5). Sum of RGB (Red+Green+Blue) = 239+200+5=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 5 (2.34% from 255 or 1.13% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC805 is #1037FA. Grayscale: #BEBEBE. Windows color (decimal): -1062907 or 379119. OLE color: 379119.
HSL color Cylindrical-coordinate representation of color #EFC805: hue angle of 50º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFC805 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 5 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.06 |
| HSL | 50º | 0.96% | 0.48% | - |
| HSV(B) | 50º | 0.98% | 0.94% | - |
| XYZ | 56.28 | 59.67 | 8.69 | - |
| YUV | 189.43 | 23.92 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 5 | 0 | 0.16 | 0.98 | 0.06 | 50 | 0.96 | 0.48 |
| Hex | EF | C8 | 5 | 0 | 10 | 62 | 6 | 32 | 60 | 30 |
| Octal | 357 | 310 | 5 | 0 | 20 | 142 | 6 | 62 | 140 | 60 |
| Binary | 11101111 | 11001000 | 101 | 0 | 10000 | 1100010 | 110 | 110010 | 1100000 | 110000 |
Color Harmonies of #EFC805
Complementary color
Monochromatic Colors of #EFC805
Black with #EFC805
Text Example
Text Example
White with #EFC805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC805; }
p { color: rgb(239,200,5); }
H1.HeaderClassName
{
color: #EFC805;
}
.AnyTagClassName
{
color: #EFC805;
}
</style>
background-color css
<style>
a { background-color: #EFC805; }
a { background-color: rgb(239,200,5); }
div.DivClassName
{
background-color: #EFC805;
}
.BgClassName
{
background-color: #EFC805;
}
</style>
border-color css
<style>
span { border-color: #EFC805; }
span { border-color: rgb(239,200,5); }
td.TdClassName
{
border-color: #EFC805;
}
.TagClassName
{
border-color: #EFC805;
}
</style>