Shades of Golden Poppy #EFBD03
Tints of Golden Poppy #EFBD03
RGB
CMYK
RGB Variations
Color information
#EFBD03 (or 0xEFBD03) is known color: Golden Poppy. HEX triplet: EF, BD and 03. RGB value is (239,189,3). Sum of RGB (Red+Green+Blue) = 239+189+3=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 3 (1.56% from 255 or 0.70% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBD03 is #1042FC. Grayscale: #B7B7B7. Windows color (decimal): -1065725 or 245231. OLE color: 245231.
HSL color Cylindrical-coordinate representation of color #EFBD03: hue angle of 47.29º 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 #EFBD03 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.06 |
| HSL | 47.29º | 0.98% | 0.47% | - |
| HSV(B) | 47.29º | 0.99% | 0.94% | - |
| XYZ | 53.81 | 54.75 | 7.82 | - |
| YUV | 182.75 | 26.57 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 3 | 0 | 0.21 | 0.99 | 0.06 | 47.29 | 0.98 | 0.47 |
| Hex | EF | BD | 3 | 0 | 15 | 63 | 6 | 2F | 62 | 2F |
| Octal | 357 | 275 | 3 | 0 | 25 | 143 | 6 | 57 | 142 | 57 |
| Binary | 11101111 | 10111101 | 11 | 0 | 10101 | 1100011 | 110 | 101111 | 1100010 | 101111 |
Color Harmonies of #EFBD03
Complementary color
Monochromatic Colors of #EFBD03
Black with #EFBD03
Text Example
Text Example
White with #EFBD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBD03; }
p { color: rgb(239,189,3); }
H1.HeaderClassName
{
color: #EFBD03;
}
.AnyTagClassName
{
color: #EFBD03;
}
</style>
background-color css
<style>
a { background-color: #EFBD03; }
a { background-color: rgb(239,189,3); }
div.DivClassName
{
background-color: #EFBD03;
}
.BgClassName
{
background-color: #EFBD03;
}
</style>
border-color css
<style>
span { border-color: #EFBD03; }
span { border-color: rgb(239,189,3); }
td.TdClassName
{
border-color: #EFBD03;
}
.TagClassName
{
border-color: #EFBD03;
}
</style>