Shades of Golden Poppy #EFC100
Tints of Golden Poppy #EFC100
RGB
CMYK
RGB Variations
Color information
#EFC100 (or 0xEFC100) is known color: Golden Poppy. HEX triplet: EF, C1 and 00. RGB value is (239,193,0). Sum of RGB (Red+Green+Blue) = 239+193+0=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC100 is #103EFF. Grayscale: #B9B9B9. Windows color (decimal): -1064704 or 49647. OLE color: 49647.
HSL color Cylindrical-coordinate representation of color #EFC100: hue angle of 48.45º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFC100 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.06 |
| HSL | 48.45º | 1% | 0.47% | - |
| HSV(B) | 48.45º | 1% | 0.94% | - |
| XYZ | 54.67 | 56.49 | 8.02 | - |
| YUV | 184.75 | 23.74 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 0 | 0 | 0.19 | 1 | 0.06 | 48.45 | 1 | 0.47 |
| Hex | EF | C1 | 0 | 0 | 13 | 64 | 6 | 30 | 64 | 2F |
| Octal | 357 | 301 | 0 | 0 | 23 | 144 | 6 | 60 | 144 | 57 |
| Binary | 11101111 | 11000001 | 0 | 0 | 10011 | 1100100 | 110 | 110000 | 1100100 | 101111 |
Color Harmonies of #EFC100
Complementary color
Monochromatic Colors of #EFC100
Black with #EFC100
Text Example
Text Example
White with #EFC100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC100; }
p { color: rgb(239,193,0); }
H1.HeaderClassName
{
color: #EFC100;
}
.AnyTagClassName
{
color: #EFC100;
}
</style>
background-color css
<style>
a { background-color: #EFC100; }
a { background-color: rgb(239,193,0); }
div.DivClassName
{
background-color: #EFC100;
}
.BgClassName
{
background-color: #EFC100;
}
</style>
border-color css
<style>
span { border-color: #EFC100; }
span { border-color: rgb(239,193,0); }
td.TdClassName
{
border-color: #EFC100;
}
.TagClassName
{
border-color: #EFC100;
}
</style>