Shades of Golden Poppy #EFC500
Tints of Golden Poppy #EFC500
RGB
CMYK
RGB Variations
Color information
#EFC500 (or 0xEFC500) is known color: Golden Poppy. HEX triplet: EF, C5 and 00. RGB value is (239,197,0). Sum of RGB (Red+Green+Blue) = 239+197+0=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC500 is #103AFF. Grayscale: #BBBBBB. Windows color (decimal): -1063680 or 50671. OLE color: 50671.
HSL color Cylindrical-coordinate representation of color #EFC500: hue angle of 49.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 #EFC500 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.06 |
| HSL | 49.46º | 1% | 0.47% | - |
| HSV(B) | 49.46º | 1% | 0.94% | - |
| XYZ | 55.56 | 58.28 | 8.32 | - |
| YUV | 187.1 | 22.41 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 0 | 0 | 0.18 | 1 | 0.06 | 49.46 | 1 | 0.47 |
| Hex | EF | C5 | 0 | 0 | 12 | 64 | 6 | 31 | 64 | 2F |
| Octal | 357 | 305 | 0 | 0 | 22 | 144 | 6 | 61 | 144 | 57 |
| Binary | 11101111 | 11000101 | 0 | 0 | 10010 | 1100100 | 110 | 110001 | 1100100 | 101111 |
Color Harmonies of #EFC500
Complementary color
Monochromatic Colors of #EFC500
Black with #EFC500
Text Example
Text Example
White with #EFC500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC500; }
p { color: rgb(239,197,0); }
H1.HeaderClassName
{
color: #EFC500;
}
.AnyTagClassName
{
color: #EFC500;
}
</style>
background-color css
<style>
a { background-color: #EFC500; }
a { background-color: rgb(239,197,0); }
div.DivClassName
{
background-color: #EFC500;
}
.BgClassName
{
background-color: #EFC500;
}
</style>
border-color css
<style>
span { border-color: #EFC500; }
span { border-color: rgb(239,197,0); }
td.TdClassName
{
border-color: #EFC500;
}
.TagClassName
{
border-color: #EFC500;
}
</style>