Shades of Golden Poppy #EFC304
Tints of Golden Poppy #EFC304
RGB
CMYK
RGB Variations
Color information
#EFC304 (or 0xEFC304) is known color: Golden Poppy. HEX triplet: EF, C3 and 04. RGB value is (239,195,4). Sum of RGB (Red+Green+Blue) = 239+195+4=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 4 (1.95% from 255 or 0.91% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC304 is #103CFB. Grayscale: #BBBBBB. Windows color (decimal): -1064188 or 312303. OLE color: 312303.
HSL color Cylindrical-coordinate representation of color #EFC304: hue angle of 48.77º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFC304 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.06 |
| HSL | 48.77º | 0.97% | 0.48% | - |
| HSV(B) | 48.77º | 0.98% | 0.94% | - |
| XYZ | 55.13 | 57.39 | 8.29 | - |
| YUV | 186.38 | 25.08 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 4 | 0 | 0.18 | 0.98 | 0.06 | 48.77 | 0.97 | 0.48 |
| Hex | EF | C3 | 4 | 0 | 12 | 62 | 6 | 31 | 61 | 30 |
| Octal | 357 | 303 | 4 | 0 | 22 | 142 | 6 | 61 | 141 | 60 |
| Binary | 11101111 | 11000011 | 100 | 0 | 10010 | 1100010 | 110 | 110001 | 1100001 | 110000 |
Color Harmonies of #EFC304
Complementary color
Monochromatic Colors of #EFC304
Black with #EFC304
Text Example
Text Example
White with #EFC304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC304; }
p { color: rgb(239,195,4); }
H1.HeaderClassName
{
color: #EFC304;
}
.AnyTagClassName
{
color: #EFC304;
}
</style>
background-color css
<style>
a { background-color: #EFC304; }
a { background-color: rgb(239,195,4); }
div.DivClassName
{
background-color: #EFC304;
}
.BgClassName
{
background-color: #EFC304;
}
</style>
border-color css
<style>
span { border-color: #EFC304; }
span { border-color: rgb(239,195,4); }
td.TdClassName
{
border-color: #EFC304;
}
.TagClassName
{
border-color: #EFC304;
}
</style>