Shades of Golden Poppy #EFC80C
Tints of Golden Poppy #EFC80C
RGB
CMYK
RGB Variations
Color information
#EFC80C (or 0xEFC80C) is known color: Golden Poppy. HEX triplet: EF, C8 and 0C. RGB value is (239,200,12). Sum of RGB (Red+Green+Blue) = 239+200+12=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 12 (5.08% from 255 or 2.66% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC80C is #1037F3. Grayscale: #BFBFBF. Windows color (decimal): -1062900 or 837871. OLE color: 837871.
HSL color Cylindrical-coordinate representation of color #EFC80C: hue angle of 49.69º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFC80C is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 12 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.06 |
| HSL | 49.69º | 0.9% | 0.49% | - |
| HSV(B) | 49.69º | 0.95% | 0.94% | - |
| XYZ | 56.32 | 59.69 | 8.9 | - |
| YUV | 190.23 | 27.42 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 12 | 0 | 0.16 | 0.95 | 0.06 | 49.69 | 0.9 | 0.49 |
| Hex | EF | C8 | C | 0 | 10 | 5F | 6 | 32 | 5A | 31 |
| Octal | 357 | 310 | 14 | 0 | 20 | 137 | 6 | 62 | 132 | 61 |
| Binary | 11101111 | 11001000 | 1100 | 0 | 10000 | 1011111 | 110 | 110010 | 1011010 | 110001 |
Color Harmonies of #EFC80C
Complementary color
Monochromatic Colors of #EFC80C
Black with #EFC80C
Text Example
Text Example
White with #EFC80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC80C; }
p { color: rgb(239,200,12); }
H1.HeaderClassName
{
color: #EFC80C;
}
.AnyTagClassName
{
color: #EFC80C;
}
</style>
background-color css
<style>
a { background-color: #EFC80C; }
a { background-color: rgb(239,200,12); }
div.DivClassName
{
background-color: #EFC80C;
}
.BgClassName
{
background-color: #EFC80C;
}
</style>
border-color css
<style>
span { border-color: #EFC80C; }
span { border-color: rgb(239,200,12); }
td.TdClassName
{
border-color: #EFC80C;
}
.TagClassName
{
border-color: #EFC80C;
}
</style>