Shades of Golden Poppy #EFC20D
Tints of Golden Poppy #EFC20D
RGB
CMYK
RGB Variations
Color information
#EFC20D (or 0xEFC20D) is known color: Golden Poppy. HEX triplet: EF, C2 and 0D. RGB value is (239,194,13). Sum of RGB (Red+Green+Blue) = 239+194+13=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC20D is #103DF2. Grayscale: #BBBBBB. Windows color (decimal): -1064435 or 901871. OLE color: 901871.
HSL color Cylindrical-coordinate representation of color #EFC20D: hue angle of 48.05º 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 #EFC20D is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 13 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.06 |
| HSL | 48.05º | 0.9% | 0.49% | - |
| HSV(B) | 48.05º | 0.95% | 0.94% | - |
| XYZ | 54.96 | 56.96 | 8.48 | - |
| YUV | 186.82 | 29.91 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 13 | 0 | 0.19 | 0.95 | 0.06 | 48.05 | 0.9 | 0.49 |
| Hex | EF | C2 | D | 0 | 13 | 5F | 6 | 30 | 5A | 31 |
| Octal | 357 | 302 | 15 | 0 | 23 | 137 | 6 | 60 | 132 | 61 |
| Binary | 11101111 | 11000010 | 1101 | 0 | 10011 | 1011111 | 110 | 110000 | 1011010 | 110001 |
Color Harmonies of #EFC20D
Complementary color
Monochromatic Colors of #EFC20D
Black with #EFC20D
Text Example
Text Example
White with #EFC20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC20D; }
p { color: rgb(239,194,13); }
H1.HeaderClassName
{
color: #EFC20D;
}
.AnyTagClassName
{
color: #EFC20D;
}
</style>
background-color css
<style>
a { background-color: #EFC20D; }
a { background-color: rgb(239,194,13); }
div.DivClassName
{
background-color: #EFC20D;
}
.BgClassName
{
background-color: #EFC20D;
}
</style>
border-color css
<style>
span { border-color: #EFC20D; }
span { border-color: rgb(239,194,13); }
td.TdClassName
{
border-color: #EFC20D;
}
.TagClassName
{
border-color: #EFC20D;
}
</style>