Shades of Golden Poppy #EFC803
Tints of Golden Poppy #EFC803
RGB
CMYK
RGB Variations
Color information
#EFC803 (or 0xEFC803) is known color: Golden Poppy. HEX triplet: EF, C8 and 03. RGB value is (239,200,3). Sum of RGB (Red+Green+Blue) = 239+200+3=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 3 (1.56% from 255 or 0.68% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC803 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC803 is #1037FC. Grayscale: #BEBEBE. Windows color (decimal): -1062909 or 248047. OLE color: 248047.
HSL color Cylindrical-coordinate representation of color #EFC803: hue angle of 50.08º 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 #EFC803 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 3 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.06 |
| HSL | 50.08º | 0.98% | 0.47% | - |
| HSV(B) | 50.08º | 0.99% | 0.94% | - |
| XYZ | 56.27 | 59.67 | 8.64 | - |
| YUV | 189.2 | 22.92 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 3 | 0 | 0.16 | 0.99 | 0.06 | 50.08 | 0.98 | 0.47 |
| Hex | EF | C8 | 3 | 0 | 10 | 63 | 6 | 32 | 62 | 2F |
| Octal | 357 | 310 | 3 | 0 | 20 | 143 | 6 | 62 | 142 | 57 |
| Binary | 11101111 | 11001000 | 11 | 0 | 10000 | 1100011 | 110 | 110010 | 1100010 | 101111 |
Color Harmonies of #EFC803
Complementary color
Monochromatic Colors of #EFC803
Black with #EFC803
Text Example
Text Example
White with #EFC803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC803; }
p { color: rgb(239,200,3); }
H1.HeaderClassName
{
color: #EFC803;
}
.AnyTagClassName
{
color: #EFC803;
}
</style>
background-color css
<style>
a { background-color: #EFC803; }
a { background-color: rgb(239,200,3); }
div.DivClassName
{
background-color: #EFC803;
}
.BgClassName
{
background-color: #EFC803;
}
</style>
border-color css
<style>
span { border-color: #EFC803; }
span { border-color: rgb(239,200,3); }
td.TdClassName
{
border-color: #EFC803;
}
.TagClassName
{
border-color: #EFC803;
}
</style>