Shades of Golden Poppy #EFC90B
Tints of Golden Poppy #EFC90B
RGB
CMYK
RGB Variations
Color information
#EFC90B (or 0xEFC90B) is known color: Golden Poppy. HEX triplet: EF, C9 and 0B. RGB value is (239,201,11). Sum of RGB (Red+Green+Blue) = 239+201+11=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 11 (4.69% from 255 or 2.44% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC90B is #1036F4. Grayscale: #BFBFBF. Windows color (decimal): -1062645 or 772591. OLE color: 772591.
HSL color Cylindrical-coordinate representation of color #EFC90B: hue angle of 50º degrees, saturation: 0.91, 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 #EFC90B is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 11 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.06 |
| HSL | 50º | 0.91% | 0.49% | - |
| HSV(B) | 50º | 0.95% | 0.94% | - |
| XYZ | 56.54 | 60.15 | 8.95 | - |
| YUV | 190.7 | 26.59 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 11 | 0 | 0.16 | 0.95 | 0.06 | 50 | 0.91 | 0.49 |
| Hex | EF | C9 | B | 0 | 10 | 5F | 6 | 32 | 5B | 31 |
| Octal | 357 | 311 | 13 | 0 | 20 | 137 | 6 | 62 | 133 | 61 |
| Binary | 11101111 | 11001001 | 1011 | 0 | 10000 | 1011111 | 110 | 110010 | 1011011 | 110001 |
Color Harmonies of #EFC90B
Complementary color
Monochromatic Colors of #EFC90B
Black with #EFC90B
Text Example
Text Example
White with #EFC90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC90B; }
p { color: rgb(239,201,11); }
H1.HeaderClassName
{
color: #EFC90B;
}
.AnyTagClassName
{
color: #EFC90B;
}
</style>
background-color css
<style>
a { background-color: #EFC90B; }
a { background-color: rgb(239,201,11); }
div.DivClassName
{
background-color: #EFC90B;
}
.BgClassName
{
background-color: #EFC90B;
}
</style>
border-color css
<style>
span { border-color: #EFC90B; }
span { border-color: rgb(239,201,11); }
td.TdClassName
{
border-color: #EFC90B;
}
.TagClassName
{
border-color: #EFC90B;
}
</style>