Shades of Golden Poppy #EFBE0D
Tints of Golden Poppy #EFBE0D
RGB
CMYK
RGB Variations
Color information
#EFBE0D (or 0xEFBE0D) is known color: Golden Poppy. HEX triplet: EF, BE and 0D. RGB value is (239,190,13). Sum of RGB (Red+Green+Blue) = 239+190+13=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBE0D is #1041F2. Grayscale: #B9B9B9. Windows color (decimal): -1065459 or 900847. OLE color: 900847.
HSL color Cylindrical-coordinate representation of color #EFBE0D: hue angle of 46.99º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFBE0D is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 13 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.06 |
| HSL | 46.99º | 0.9% | 0.49% | - |
| HSV(B) | 46.99º | 0.95% | 0.94% | - |
| XYZ | 54.08 | 55.21 | 8.19 | - |
| YUV | 184.47 | 31.23 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 13 | 0 | 0.21 | 0.95 | 0.06 | 46.99 | 0.9 | 0.49 |
| Hex | EF | BE | D | 0 | 15 | 5F | 6 | 2F | 5A | 31 |
| Octal | 357 | 276 | 15 | 0 | 25 | 137 | 6 | 57 | 132 | 61 |
| Binary | 11101111 | 10111110 | 1101 | 0 | 10101 | 1011111 | 110 | 101111 | 1011010 | 110001 |
Color Harmonies of #EFBE0D
Complementary color
Monochromatic Colors of #EFBE0D
Black with #EFBE0D
Text Example
Text Example
White with #EFBE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBE0D; }
p { color: rgb(239,190,13); }
H1.HeaderClassName
{
color: #EFBE0D;
}
.AnyTagClassName
{
color: #EFBE0D;
}
</style>
background-color css
<style>
a { background-color: #EFBE0D; }
a { background-color: rgb(239,190,13); }
div.DivClassName
{
background-color: #EFBE0D;
}
.BgClassName
{
background-color: #EFBE0D;
}
</style>
border-color css
<style>
span { border-color: #EFBE0D; }
span { border-color: rgb(239,190,13); }
td.TdClassName
{
border-color: #EFBE0D;
}
.TagClassName
{
border-color: #EFBE0D;
}
</style>