Shades of Golden Poppy #EFC20B
Tints of Golden Poppy #EFC20B
RGB
CMYK
RGB Variations
Color information
#EFC20B (or 0xEFC20B) is known color: Golden Poppy. HEX triplet: EF, C2 and 0B. RGB value is (239,194,11). Sum of RGB (Red+Green+Blue) = 239+194+11=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC20B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC20B is #103DF4. Grayscale: #BBBBBB. Windows color (decimal): -1064437 or 770799. OLE color: 770799.
HSL color Cylindrical-coordinate representation of color #EFC20B: hue angle of 48.16º 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 #EFC20B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.06 |
| HSL | 48.16º | 0.91% | 0.49% | - |
| HSV(B) | 48.16º | 0.95% | 0.94% | - |
| XYZ | 54.95 | 56.96 | 8.41 | - |
| YUV | 186.59 | 28.91 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 11 | 0 | 0.19 | 0.95 | 0.06 | 48.16 | 0.91 | 0.49 |
| Hex | EF | C2 | B | 0 | 13 | 5F | 6 | 30 | 5B | 31 |
| Octal | 357 | 302 | 13 | 0 | 23 | 137 | 6 | 60 | 133 | 61 |
| Binary | 11101111 | 11000010 | 1011 | 0 | 10011 | 1011111 | 110 | 110000 | 1011011 | 110001 |
Color Harmonies of #EFC20B
Complementary color
Monochromatic Colors of #EFC20B
Black with #EFC20B
Text Example
Text Example
White with #EFC20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC20B; }
p { color: rgb(239,194,11); }
H1.HeaderClassName
{
color: #EFC20B;
}
.AnyTagClassName
{
color: #EFC20B;
}
</style>
background-color css
<style>
a { background-color: #EFC20B; }
a { background-color: rgb(239,194,11); }
div.DivClassName
{
background-color: #EFC20B;
}
.BgClassName
{
background-color: #EFC20B;
}
</style>
border-color css
<style>
span { border-color: #EFC20B; }
span { border-color: rgb(239,194,11); }
td.TdClassName
{
border-color: #EFC20B;
}
.TagClassName
{
border-color: #EFC20B;
}
</style>