Shades of Golden Poppy #EFC408
Tints of Golden Poppy #EFC408
RGB
CMYK
RGB Variations
Color information
#EFC408 (or 0xEFC408) is known color: Golden Poppy. HEX triplet: EF, C4 and 08. RGB value is (239,196,8). Sum of RGB (Red+Green+Blue) = 239+196+8=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 8 (3.52% from 255 or 1.81% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC408 is #103BF7. Grayscale: #BCBCBC. Windows color (decimal): -1063928 or 574703. OLE color: 574703.
HSL color Cylindrical-coordinate representation of color #EFC408: hue angle of 48.83º 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 #EFC408 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 8 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.06 |
| HSL | 48.83º | 0.94% | 0.48% | - |
| HSV(B) | 48.83º | 0.97% | 0.94% | - |
| XYZ | 55.38 | 57.85 | 8.48 | - |
| YUV | 187.43 | 26.75 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 8 | 0 | 0.18 | 0.97 | 0.06 | 48.83 | 0.94 | 0.48 |
| Hex | EF | C4 | 8 | 0 | 12 | 61 | 6 | 31 | 5E | 30 |
| Octal | 357 | 304 | 10 | 0 | 22 | 141 | 6 | 61 | 136 | 60 |
| Binary | 11101111 | 11000100 | 1000 | 0 | 10010 | 1100001 | 110 | 110001 | 1011110 | 110000 |
Color Harmonies of #EFC408
Complementary color
Monochromatic Colors of #EFC408
Black with #EFC408
Text Example
Text Example
White with #EFC408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC408; }
p { color: rgb(239,196,8); }
H1.HeaderClassName
{
color: #EFC408;
}
.AnyTagClassName
{
color: #EFC408;
}
</style>
background-color css
<style>
a { background-color: #EFC408; }
a { background-color: rgb(239,196,8); }
div.DivClassName
{
background-color: #EFC408;
}
.BgClassName
{
background-color: #EFC408;
}
</style>
border-color css
<style>
span { border-color: #EFC408; }
span { border-color: rgb(239,196,8); }
td.TdClassName
{
border-color: #EFC408;
}
.TagClassName
{
border-color: #EFC408;
}
</style>