Shades of Golden Poppy #EFC208
Tints of Golden Poppy #EFC208
RGB
CMYK
RGB Variations
Color information
#EFC208 (or 0xEFC208) is known color: Golden Poppy. HEX triplet: EF, C2 and 08. RGB value is (239,194,8). Sum of RGB (Red+Green+Blue) = 239+194+8=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC208 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC208 is #103DF7. Grayscale: #BBBBBB. Windows color (decimal): -1064440 or 574191. OLE color: 574191.
HSL color Cylindrical-coordinate representation of color #EFC208: hue angle of 48.31º 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 #EFC208 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 8 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.06 |
| HSL | 48.31º | 0.94% | 0.48% | - |
| HSV(B) | 48.31º | 0.97% | 0.94% | - |
| XYZ | 54.93 | 56.95 | 8.33 | - |
| YUV | 186.25 | 27.41 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 8 | 0 | 0.19 | 0.97 | 0.06 | 48.31 | 0.94 | 0.48 |
| Hex | EF | C2 | 8 | 0 | 13 | 61 | 6 | 30 | 5E | 30 |
| Octal | 357 | 302 | 10 | 0 | 23 | 141 | 6 | 60 | 136 | 60 |
| Binary | 11101111 | 11000010 | 1000 | 0 | 10011 | 1100001 | 110 | 110000 | 1011110 | 110000 |
Color Harmonies of #EFC208
Complementary color
Monochromatic Colors of #EFC208
Black with #EFC208
Text Example
Text Example
White with #EFC208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC208; }
p { color: rgb(239,194,8); }
H1.HeaderClassName
{
color: #EFC208;
}
.AnyTagClassName
{
color: #EFC208;
}
</style>
background-color css
<style>
a { background-color: #EFC208; }
a { background-color: rgb(239,194,8); }
div.DivClassName
{
background-color: #EFC208;
}
.BgClassName
{
background-color: #EFC208;
}
</style>
border-color css
<style>
span { border-color: #EFC208; }
span { border-color: rgb(239,194,8); }
td.TdClassName
{
border-color: #EFC208;
}
.TagClassName
{
border-color: #EFC208;
}
</style>