Shades of Golden Poppy #EFC903
Tints of Golden Poppy #EFC903
RGB
CMYK
RGB Variations
Color information
#EFC903 (or 0xEFC903) is known color: Golden Poppy. HEX triplet: EF, C9 and 03. RGB value is (239,201,3). Sum of RGB (Red+Green+Blue) = 239+201+3=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 3 (1.56% from 255 or 0.68% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC903 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC903 is #1036FC. Grayscale: #BEBEBE. Windows color (decimal): -1062653 or 248303. OLE color: 248303.
HSL color Cylindrical-coordinate representation of color #EFC903: hue angle of 50.34º 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 #EFC903 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 3 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.06 |
| HSL | 50.34º | 0.98% | 0.47% | - |
| HSV(B) | 50.34º | 0.99% | 0.94% | - |
| XYZ | 56.5 | 60.13 | 8.71 | - |
| YUV | 189.79 | 22.59 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 3 | 0 | 0.16 | 0.99 | 0.06 | 50.34 | 0.98 | 0.47 |
| Hex | EF | C9 | 3 | 0 | 10 | 63 | 6 | 32 | 62 | 2F |
| Octal | 357 | 311 | 3 | 0 | 20 | 143 | 6 | 62 | 142 | 57 |
| Binary | 11101111 | 11001001 | 11 | 0 | 10000 | 1100011 | 110 | 110010 | 1100010 | 101111 |
Color Harmonies of #EFC903
Complementary color
Monochromatic Colors of #EFC903
Black with #EFC903
Text Example
Text Example
White with #EFC903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC903; }
p { color: rgb(239,201,3); }
H1.HeaderClassName
{
color: #EFC903;
}
.AnyTagClassName
{
color: #EFC903;
}
</style>
background-color css
<style>
a { background-color: #EFC903; }
a { background-color: rgb(239,201,3); }
div.DivClassName
{
background-color: #EFC903;
}
.BgClassName
{
background-color: #EFC903;
}
</style>
border-color css
<style>
span { border-color: #EFC903; }
span { border-color: rgb(239,201,3); }
td.TdClassName
{
border-color: #EFC903;
}
.TagClassName
{
border-color: #EFC903;
}
</style>