Shades of Golden Poppy #EFC900
Tints of Golden Poppy #EFC900
RGB
CMYK
RGB Variations
Color information
#EFC900 (or 0xEFC900) is known color: Golden Poppy. HEX triplet: EF, C9 and 00. RGB value is (239,201,0). Sum of RGB (Red+Green+Blue) = 239+201+0=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC900 is #1036FF. Grayscale: #BEBEBE. Windows color (decimal): -1062656 or 51695. OLE color: 51695.
HSL color Cylindrical-coordinate representation of color #EFC900: hue angle of 50.46º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFC900 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.06 |
| HSL | 50.46º | 1% | 0.47% | - |
| HSV(B) | 50.46º | 1% | 0.94% | - |
| XYZ | 56.48 | 60.12 | 8.63 | - |
| YUV | 189.45 | 21.09 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 0 | 0 | 0.16 | 1 | 0.06 | 50.46 | 1 | 0.47 |
| Hex | EF | C9 | 0 | 0 | 10 | 64 | 6 | 32 | 64 | 2F |
| Octal | 357 | 311 | 0 | 0 | 20 | 144 | 6 | 62 | 144 | 57 |
| Binary | 11101111 | 11001001 | 0 | 0 | 10000 | 1100100 | 110 | 110010 | 1100100 | 101111 |
Color Harmonies of #EFC900
Complementary color
Monochromatic Colors of #EFC900
Black with #EFC900
Text Example
Text Example
White with #EFC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC900; }
p { color: rgb(239,201,0); }
H1.HeaderClassName
{
color: #EFC900;
}
.AnyTagClassName
{
color: #EFC900;
}
</style>
background-color css
<style>
a { background-color: #EFC900; }
a { background-color: rgb(239,201,0); }
div.DivClassName
{
background-color: #EFC900;
}
.BgClassName
{
background-color: #EFC900;
}
</style>
border-color css
<style>
span { border-color: #EFC900; }
span { border-color: rgb(239,201,0); }
td.TdClassName
{
border-color: #EFC900;
}
.TagClassName
{
border-color: #EFC900;
}
</style>