Shades of Golden Poppy #EFC102
Tints of Golden Poppy #EFC102
RGB
CMYK
RGB Variations
Color information
#EFC102 (or 0xEFC102) is known color: Golden Poppy. HEX triplet: EF, C1 and 02. RGB value is (239,193,2). Sum of RGB (Red+Green+Blue) = 239+193+2=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 2 (1.17% from 255 or 0.46% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC102 is #103EFD. Grayscale: #B9B9B9. Windows color (decimal): -1064702 or 180719. OLE color: 180719.
HSL color Cylindrical-coordinate representation of color #EFC102: hue angle of 48.35º 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 #EFC102 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.06 |
| HSL | 48.35º | 0.98% | 0.47% | - |
| HSV(B) | 48.35º | 0.99% | 0.94% | - |
| XYZ | 54.68 | 56.5 | 8.08 | - |
| YUV | 184.98 | 24.74 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 2 | 0 | 0.19 | 0.99 | 0.06 | 48.35 | 0.98 | 0.47 |
| Hex | EF | C1 | 2 | 0 | 13 | 63 | 6 | 30 | 62 | 2F |
| Octal | 357 | 301 | 2 | 0 | 23 | 143 | 6 | 60 | 142 | 57 |
| Binary | 11101111 | 11000001 | 10 | 0 | 10011 | 1100011 | 110 | 110000 | 1100010 | 101111 |
Color Harmonies of #EFC102
Complementary color
Monochromatic Colors of #EFC102
Black with #EFC102
Text Example
Text Example
White with #EFC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC102; }
p { color: rgb(239,193,2); }
H1.HeaderClassName
{
color: #EFC102;
}
.AnyTagClassName
{
color: #EFC102;
}
</style>
background-color css
<style>
a { background-color: #EFC102; }
a { background-color: rgb(239,193,2); }
div.DivClassName
{
background-color: #EFC102;
}
.BgClassName
{
background-color: #EFC102;
}
</style>
border-color css
<style>
span { border-color: #EFC102; }
span { border-color: rgb(239,193,2); }
td.TdClassName
{
border-color: #EFC102;
}
.TagClassName
{
border-color: #EFC102;
}
</style>