Shades of Golden Poppy #EFC700
Tints of Golden Poppy #EFC700
RGB
CMYK
RGB Variations
Color information
#EFC700 (or 0xEFC700) is known color: Golden Poppy. HEX triplet: EF, C7 and 00. RGB value is (239,199,0). Sum of RGB (Red+Green+Blue) = 239+199+0=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 199 (78.12% from 255 or 45.43% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC700 is #1038FF. Grayscale: #BDBDBD. Windows color (decimal): -1063168 or 51183. OLE color: 51183.
HSL color Cylindrical-coordinate representation of color #EFC700: hue angle of 49.96º 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 #EFC700 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.06 |
| HSL | 49.96º | 1% | 0.47% | - |
| HSV(B) | 49.96º | 1% | 0.94% | - |
| XYZ | 56.02 | 59.2 | 8.47 | - |
| YUV | 188.27 | 21.75 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 0 | 0 | 0.17 | 1 | 0.06 | 49.96 | 1 | 0.47 |
| Hex | EF | C7 | 0 | 0 | 11 | 64 | 6 | 32 | 64 | 2F |
| Octal | 357 | 307 | 0 | 0 | 21 | 144 | 6 | 62 | 144 | 57 |
| Binary | 11101111 | 11000111 | 0 | 0 | 10001 | 1100100 | 110 | 110010 | 1100100 | 101111 |
Color Harmonies of #EFC700
Complementary color
Monochromatic Colors of #EFC700
Black with #EFC700
Text Example
Text Example
White with #EFC700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC700; }
p { color: rgb(239,199,0); }
H1.HeaderClassName
{
color: #EFC700;
}
.AnyTagClassName
{
color: #EFC700;
}
</style>
background-color css
<style>
a { background-color: #EFC700; }
a { background-color: rgb(239,199,0); }
div.DivClassName
{
background-color: #EFC700;
}
.BgClassName
{
background-color: #EFC700;
}
</style>
border-color css
<style>
span { border-color: #EFC700; }
span { border-color: rgb(239,199,0); }
td.TdClassName
{
border-color: #EFC700;
}
.TagClassName
{
border-color: #EFC700;
}
</style>