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