Shades of Golden Poppy #EFC70A
Tints of Golden Poppy #EFC70A
RGB
CMYK
RGB Variations
Color information
#EFC70A (or 0xEFC70A) is known color: Golden Poppy. HEX triplet: EF, C7 and 0A. RGB value is (239,199,10). Sum of RGB (Red+Green+Blue) = 239+199+10=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 10 (4.30% from 255 or 2.23% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC70A is #1038F5. Grayscale: #BEBEBE. Windows color (decimal): -1063158 or 706543. OLE color: 706543.
HSL color Cylindrical-coordinate representation of color #EFC70A: hue angle of 49.52º degrees, saturation: 0.92, 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 #EFC70A is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 10 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.06 |
| HSL | 49.52º | 0.92% | 0.49% | - |
| HSV(B) | 49.52º | 0.96% | 0.94% | - |
| XYZ | 56.07 | 59.22 | 8.76 | - |
| YUV | 189.41 | 26.75 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 10 | 0 | 0.17 | 0.96 | 0.06 | 49.52 | 0.92 | 0.49 |
| Hex | EF | C7 | A | 0 | 11 | 60 | 6 | 32 | 5C | 31 |
| Octal | 357 | 307 | 12 | 0 | 21 | 140 | 6 | 62 | 134 | 61 |
| Binary | 11101111 | 11000111 | 1010 | 0 | 10001 | 1100000 | 110 | 110010 | 1011100 | 110001 |
Color Harmonies of #EFC70A
Complementary color
Monochromatic Colors of #EFC70A
Black with #EFC70A
Text Example
Text Example
White with #EFC70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC70A; }
p { color: rgb(239,199,10); }
H1.HeaderClassName
{
color: #EFC70A;
}
.AnyTagClassName
{
color: #EFC70A;
}
</style>
background-color css
<style>
a { background-color: #EFC70A; }
a { background-color: rgb(239,199,10); }
div.DivClassName
{
background-color: #EFC70A;
}
.BgClassName
{
background-color: #EFC70A;
}
</style>
border-color css
<style>
span { border-color: #EFC70A; }
span { border-color: rgb(239,199,10); }
td.TdClassName
{
border-color: #EFC70A;
}
.TagClassName
{
border-color: #EFC70A;
}
</style>