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