Shades of Golden Poppy #EFC50D
Tints of Golden Poppy #EFC50D
RGB
CMYK
RGB Variations
Color information
#EFC50D (or 0xEFC50D) is known color: Golden Poppy. HEX triplet: EF, C5 and 0D. RGB value is (239,197,13). Sum of RGB (Red+Green+Blue) = 239+197+13=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 13 (5.47% from 255 or 2.90% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC50D is #103AF2. Grayscale: #BDBDBD. Windows color (decimal): -1063667 or 902639. OLE color: 902639.
HSL color Cylindrical-coordinate representation of color #EFC50D: hue angle of 48.85º 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 #EFC50D is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 13 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.06 |
| HSL | 48.85º | 0.9% | 0.49% | - |
| HSV(B) | 48.85º | 0.95% | 0.94% | - |
| XYZ | 55.64 | 58.31 | 8.7 | - |
| YUV | 188.58 | 28.91 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 13 | 0 | 0.18 | 0.95 | 0.06 | 48.85 | 0.9 | 0.49 |
| Hex | EF | C5 | D | 0 | 12 | 5F | 6 | 31 | 5A | 31 |
| Octal | 357 | 305 | 15 | 0 | 22 | 137 | 6 | 61 | 132 | 61 |
| Binary | 11101111 | 11000101 | 1101 | 0 | 10010 | 1011111 | 110 | 110001 | 1011010 | 110001 |
Color Harmonies of #EFC50D
Complementary color
Monochromatic Colors of #EFC50D
Black with #EFC50D
Text Example
Text Example
White with #EFC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC50D; }
p { color: rgb(239,197,13); }
H1.HeaderClassName
{
color: #EFC50D;
}
.AnyTagClassName
{
color: #EFC50D;
}
</style>
background-color css
<style>
a { background-color: #EFC50D; }
a { background-color: rgb(239,197,13); }
div.DivClassName
{
background-color: #EFC50D;
}
.BgClassName
{
background-color: #EFC50D;
}
</style>
border-color css
<style>
span { border-color: #EFC50D; }
span { border-color: rgb(239,197,13); }
td.TdClassName
{
border-color: #EFC50D;
}
.TagClassName
{
border-color: #EFC50D;
}
</style>