Shades of Golden Poppy #EFC908
Tints of Golden Poppy #EFC908
RGB
CMYK
RGB Variations
Color information
#EFC908 (or 0xEFC908) is known color: Golden Poppy. HEX triplet: EF, C9 and 08. RGB value is (239,201,8). Sum of RGB (Red+Green+Blue) = 239+201+8=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 8 (3.52% from 255 or 1.79% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC908 is #1036F7. Grayscale: #BFBFBF. Windows color (decimal): -1062648 or 575983. OLE color: 575983.
HSL color Cylindrical-coordinate representation of color #EFC908: hue angle of 50.13º 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 #EFC908 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 8 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.06 |
| HSL | 50.13º | 0.94% | 0.48% | - |
| HSV(B) | 50.13º | 0.97% | 0.94% | - |
| XYZ | 56.53 | 60.14 | 8.86 | - |
| YUV | 190.36 | 25.09 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 8 | 0 | 0.16 | 0.97 | 0.06 | 50.13 | 0.94 | 0.48 |
| Hex | EF | C9 | 8 | 0 | 10 | 61 | 6 | 32 | 5E | 30 |
| Octal | 357 | 311 | 10 | 0 | 20 | 141 | 6 | 62 | 136 | 60 |
| Binary | 11101111 | 11001001 | 1000 | 0 | 10000 | 1100001 | 110 | 110010 | 1011110 | 110000 |
Color Harmonies of #EFC908
Complementary color
Monochromatic Colors of #EFC908
Black with #EFC908
Text Example
Text Example
White with #EFC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC908; }
p { color: rgb(239,201,8); }
H1.HeaderClassName
{
color: #EFC908;
}
.AnyTagClassName
{
color: #EFC908;
}
</style>
background-color css
<style>
a { background-color: #EFC908; }
a { background-color: rgb(239,201,8); }
div.DivClassName
{
background-color: #EFC908;
}
.BgClassName
{
background-color: #EFC908;
}
</style>
border-color css
<style>
span { border-color: #EFC908; }
span { border-color: rgb(239,201,8); }
td.TdClassName
{
border-color: #EFC908;
}
.TagClassName
{
border-color: #EFC908;
}
</style>