Shades of Golden Poppy #EFCA03
Tints of Golden Poppy #EFCA03
RGB
CMYK
RGB Variations
Color information
#EFCA03 (or 0xEFCA03) is known color: Golden Poppy. HEX triplet: EF, CA and 03. RGB value is (239,202,3). Sum of RGB (Red+Green+Blue) = 239+202+3=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 3 (1.56% from 255 or 0.68% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCA03 is #1035FC. Grayscale: #BFBFBF. Windows color (decimal): -1062397 or 248559. OLE color: 248559.
HSL color Cylindrical-coordinate representation of color #EFCA03: hue angle of 50.59º 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 #EFCA03 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 3 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.06 |
| HSL | 50.59º | 0.98% | 0.47% | - |
| HSV(B) | 50.59º | 0.99% | 0.94% | - |
| XYZ | 56.73 | 60.6 | 8.79 | - |
| YUV | 190.38 | 22.26 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 3 | 0 | 0.15 | 0.99 | 0.06 | 50.59 | 0.98 | 0.47 |
| Hex | EF | CA | 3 | 0 | F | 63 | 6 | 33 | 62 | 2F |
| Octal | 357 | 312 | 3 | 0 | 17 | 143 | 6 | 63 | 142 | 57 |
| Binary | 11101111 | 11001010 | 11 | 0 | 1111 | 1100011 | 110 | 110011 | 1100010 | 101111 |
Color Harmonies of #EFCA03
Complementary color
Monochromatic Colors of #EFCA03
Black with #EFCA03
Text Example
Text Example
White with #EFCA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCA03; }
p { color: rgb(239,202,3); }
H1.HeaderClassName
{
color: #EFCA03;
}
.AnyTagClassName
{
color: #EFCA03;
}
</style>
background-color css
<style>
a { background-color: #EFCA03; }
a { background-color: rgb(239,202,3); }
div.DivClassName
{
background-color: #EFCA03;
}
.BgClassName
{
background-color: #EFCA03;
}
</style>
border-color css
<style>
span { border-color: #EFCA03; }
span { border-color: rgb(239,202,3); }
td.TdClassName
{
border-color: #EFCA03;
}
.TagClassName
{
border-color: #EFCA03;
}
</style>