Shades of Golden Poppy #EFC001
Tints of Golden Poppy #EFC001
RGB
CMYK
RGB Variations
Color information
#EFC001 (or 0xEFC001) is known color: Golden Poppy. HEX triplet: EF, C0 and 01. RGB value is (239,192,1). Sum of RGB (Red+Green+Blue) = 239+192+1=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 1 (0.78% from 255 or 0.23% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC001 is #103FFE. Grayscale: #B9B9B9. Windows color (decimal): -1064959 or 114927. OLE color: 114927.
HSL color Cylindrical-coordinate representation of color #EFC001: hue angle of 48.15º 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 #EFC001 is Cyan = 0, Magento = 0.20, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 1 | - |
| CMYK | 0 | 0.20 | 1.00 | 0.06 |
| HSL | 48.15º | 0.99% | 0.47% | - |
| HSV(B) | 48.15º | 1% | 0.94% | - |
| XYZ | 54.45 | 56.05 | 7.98 | - |
| YUV | 184.28 | 24.57 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 1 | 0 | 0.20 | 1.00 | 0.06 | 48.15 | 0.99 | 0.47 |
| Hex | EF | C0 | 1 | 0 | 14 | 64 | 6 | 30 | 63 | 2F |
| Octal | 357 | 300 | 1 | 0 | 24 | 144 | 6 | 60 | 143 | 57 |
| Binary | 11101111 | 11000000 | 1 | 0 | 10100 | 1100100 | 110 | 110000 | 1100011 | 101111 |
Color Harmonies of #EFC001
Complementary color
Monochromatic Colors of #EFC001
Black with #EFC001
Text Example
Text Example
White with #EFC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC001; }
p { color: rgb(239,192,1); }
H1.HeaderClassName
{
color: #EFC001;
}
.AnyTagClassName
{
color: #EFC001;
}
</style>
background-color css
<style>
a { background-color: #EFC001; }
a { background-color: rgb(239,192,1); }
div.DivClassName
{
background-color: #EFC001;
}
.BgClassName
{
background-color: #EFC001;
}
</style>
border-color css
<style>
span { border-color: #EFC001; }
span { border-color: rgb(239,192,1); }
td.TdClassName
{
border-color: #EFC001;
}
.TagClassName
{
border-color: #EFC001;
}
</style>