Shades of Golden Poppy #EFC703
Tints of Golden Poppy #EFC703
RGB
CMYK
RGB Variations
Color information
#EFC703 (or 0xEFC703) is known color: Golden Poppy. HEX triplet: EF, C7 and 03. RGB value is (239,199,3). Sum of RGB (Red+Green+Blue) = 239+199+3=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 3 (1.56% from 255 or 0.68% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC703 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC703 is #1038FC. Grayscale: #BDBDBD. Windows color (decimal): -1063165 or 247791. OLE color: 247791.
HSL color Cylindrical-coordinate representation of color #EFC703: hue angle of 49.83º 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 #EFC703 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 3 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.06 |
| HSL | 49.83º | 0.98% | 0.47% | - |
| HSV(B) | 49.83º | 0.99% | 0.94% | - |
| XYZ | 56.04 | 59.2 | 8.56 | - |
| YUV | 188.62 | 23.25 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 3 | 0 | 0.17 | 0.99 | 0.06 | 49.83 | 0.98 | 0.47 |
| Hex | EF | C7 | 3 | 0 | 11 | 63 | 6 | 32 | 62 | 2F |
| Octal | 357 | 307 | 3 | 0 | 21 | 143 | 6 | 62 | 142 | 57 |
| Binary | 11101111 | 11000111 | 11 | 0 | 10001 | 1100011 | 110 | 110010 | 1100010 | 101111 |
Color Harmonies of #EFC703
Complementary color
Monochromatic Colors of #EFC703
Black with #EFC703
Text Example
Text Example
White with #EFC703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC703; }
p { color: rgb(239,199,3); }
H1.HeaderClassName
{
color: #EFC703;
}
.AnyTagClassName
{
color: #EFC703;
}
</style>
background-color css
<style>
a { background-color: #EFC703; }
a { background-color: rgb(239,199,3); }
div.DivClassName
{
background-color: #EFC703;
}
.BgClassName
{
background-color: #EFC703;
}
</style>
border-color css
<style>
span { border-color: #EFC703; }
span { border-color: rgb(239,199,3); }
td.TdClassName
{
border-color: #EFC703;
}
.TagClassName
{
border-color: #EFC703;
}
</style>