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