Shades of Golden Poppy #EFC10C
Tints of Golden Poppy #EFC10C
RGB
CMYK
RGB Variations
Color information
#EFC10C (or 0xEFC10C) is known color: Golden Poppy. HEX triplet: EF, C1 and 0C. RGB value is (239,193,12). Sum of RGB (Red+Green+Blue) = 239+193+12=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC10C is #103EF3. Grayscale: #BABABA. Windows color (decimal): -1064692 or 836079. OLE color: 836079.
HSL color Cylindrical-coordinate representation of color #EFC10C: hue angle of 47.84º 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 #EFC10C is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 12 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.06 |
| HSL | 47.84º | 0.9% | 0.49% | - |
| HSV(B) | 47.84º | 0.95% | 0.94% | - |
| XYZ | 54.73 | 56.52 | 8.37 | - |
| YUV | 186.12 | 29.74 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 12 | 0 | 0.19 | 0.95 | 0.06 | 47.84 | 0.9 | 0.49 |
| Hex | EF | C1 | C | 0 | 13 | 5F | 6 | 30 | 5A | 31 |
| Octal | 357 | 301 | 14 | 0 | 23 | 137 | 6 | 60 | 132 | 61 |
| Binary | 11101111 | 11000001 | 1100 | 0 | 10011 | 1011111 | 110 | 110000 | 1011010 | 110001 |
Color Harmonies of #EFC10C
Complementary color
Monochromatic Colors of #EFC10C
Black with #EFC10C
Text Example
Text Example
White with #EFC10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC10C; }
p { color: rgb(239,193,12); }
H1.HeaderClassName
{
color: #EFC10C;
}
.AnyTagClassName
{
color: #EFC10C;
}
</style>
background-color css
<style>
a { background-color: #EFC10C; }
a { background-color: rgb(239,193,12); }
div.DivClassName
{
background-color: #EFC10C;
}
.BgClassName
{
background-color: #EFC10C;
}
</style>
border-color css
<style>
span { border-color: #EFC10C; }
span { border-color: rgb(239,193,12); }
td.TdClassName
{
border-color: #EFC10C;
}
.TagClassName
{
border-color: #EFC10C;
}
</style>