Shades of Golden Poppy #EFC008
Tints of Golden Poppy #EFC008
RGB
CMYK
RGB Variations
Color information
#EFC008 (or 0xEFC008) is known color: Golden Poppy. HEX triplet: EF, C0 and 08. RGB value is (239,192,8). Sum of RGB (Red+Green+Blue) = 239+192+8=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 8 (3.52% from 255 or 1.82% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC008 is #103FF7. Grayscale: #B9B9B9. Windows color (decimal): -1064952 or 573679. OLE color: 573679.
HSL color Cylindrical-coordinate representation of color #EFC008: hue angle of 47.79º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFC008 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 8 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.06 |
| HSL | 47.79º | 0.94% | 0.48% | - |
| HSV(B) | 47.79º | 0.97% | 0.94% | - |
| XYZ | 54.49 | 56.07 | 8.18 | - |
| YUV | 185.08 | 28.07 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 8 | 0 | 0.20 | 0.97 | 0.06 | 47.79 | 0.94 | 0.48 |
| Hex | EF | C0 | 8 | 0 | 14 | 61 | 6 | 30 | 5E | 30 |
| Octal | 357 | 300 | 10 | 0 | 24 | 141 | 6 | 60 | 136 | 60 |
| Binary | 11101111 | 11000000 | 1000 | 0 | 10100 | 1100001 | 110 | 110000 | 1011110 | 110000 |
Color Harmonies of #EFC008
Complementary color
Monochromatic Colors of #EFC008
Black with #EFC008
Text Example
Text Example
White with #EFC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC008; }
p { color: rgb(239,192,8); }
H1.HeaderClassName
{
color: #EFC008;
}
.AnyTagClassName
{
color: #EFC008;
}
</style>
background-color css
<style>
a { background-color: #EFC008; }
a { background-color: rgb(239,192,8); }
div.DivClassName
{
background-color: #EFC008;
}
.BgClassName
{
background-color: #EFC008;
}
</style>
border-color css
<style>
span { border-color: #EFC008; }
span { border-color: rgb(239,192,8); }
td.TdClassName
{
border-color: #EFC008;
}
.TagClassName
{
border-color: #EFC008;
}
</style>