Shades of Golden Poppy #EFC502
Tints of Golden Poppy #EFC502
RGB
CMYK
RGB Variations
Color information
#EFC502 (or 0xEFC502) is known color: Golden Poppy. HEX triplet: EF, C5 and 02. RGB value is (239,197,2). Sum of RGB (Red+Green+Blue) = 239+197+2=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC502 is #103AFD. Grayscale: #BCBCBC. Windows color (decimal): -1063678 or 181743. OLE color: 181743.
HSL color Cylindrical-coordinate representation of color #EFC502: hue angle of 49.37º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFC502 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.06 |
| HSL | 49.37º | 0.98% | 0.47% | - |
| HSV(B) | 49.37º | 0.99% | 0.94% | - |
| XYZ | 55.57 | 58.29 | 8.38 | - |
| YUV | 187.33 | 23.41 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 2 | 0 | 0.18 | 0.99 | 0.06 | 49.37 | 0.98 | 0.47 |
| Hex | EF | C5 | 2 | 0 | 12 | 63 | 6 | 31 | 62 | 2F |
| Octal | 357 | 305 | 2 | 0 | 22 | 143 | 6 | 61 | 142 | 57 |
| Binary | 11101111 | 11000101 | 10 | 0 | 10010 | 1100011 | 110 | 110001 | 1100010 | 101111 |
Color Harmonies of #EFC502
Complementary color
Monochromatic Colors of #EFC502
Black with #EFC502
Text Example
Text Example
White with #EFC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC502; }
p { color: rgb(239,197,2); }
H1.HeaderClassName
{
color: #EFC502;
}
.AnyTagClassName
{
color: #EFC502;
}
</style>
background-color css
<style>
a { background-color: #EFC502; }
a { background-color: rgb(239,197,2); }
div.DivClassName
{
background-color: #EFC502;
}
.BgClassName
{
background-color: #EFC502;
}
</style>
border-color css
<style>
span { border-color: #EFC502; }
span { border-color: rgb(239,197,2); }
td.TdClassName
{
border-color: #EFC502;
}
.TagClassName
{
border-color: #EFC502;
}
</style>