Shades of Golden Poppy #EFC60D
Tints of Golden Poppy #EFC60D
RGB
CMYK
RGB Variations
Color information
#EFC60D (or 0xEFC60D) is known color: Golden Poppy. HEX triplet: EF, C6 and 0D. RGB value is (239,198,13). Sum of RGB (Red+Green+Blue) = 239+198+13=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 13 (5.47% from 255 or 2.89% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC60D is #1039F2. Grayscale: #BDBDBD. Windows color (decimal): -1063411 or 902895. OLE color: 902895.
HSL color Cylindrical-coordinate representation of color #EFC60D: hue angle of 49.12º degrees, saturation: 0.9, 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 #EFC60D is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 13 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.06 |
| HSL | 49.12º | 0.9% | 0.49% | - |
| HSV(B) | 49.12º | 0.95% | 0.94% | - |
| XYZ | 55.86 | 58.77 | 8.78 | - |
| YUV | 189.17 | 28.58 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 13 | 0 | 0.17 | 0.95 | 0.06 | 49.12 | 0.9 | 0.49 |
| Hex | EF | C6 | D | 0 | 11 | 5F | 6 | 31 | 5A | 31 |
| Octal | 357 | 306 | 15 | 0 | 21 | 137 | 6 | 61 | 132 | 61 |
| Binary | 11101111 | 11000110 | 1101 | 0 | 10001 | 1011111 | 110 | 110001 | 1011010 | 110001 |
Color Harmonies of #EFC60D
Complementary color
Monochromatic Colors of #EFC60D
Black with #EFC60D
Text Example
Text Example
White with #EFC60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC60D; }
p { color: rgb(239,198,13); }
H1.HeaderClassName
{
color: #EFC60D;
}
.AnyTagClassName
{
color: #EFC60D;
}
</style>
background-color css
<style>
a { background-color: #EFC60D; }
a { background-color: rgb(239,198,13); }
div.DivClassName
{
background-color: #EFC60D;
}
.BgClassName
{
background-color: #EFC60D;
}
</style>
border-color css
<style>
span { border-color: #EFC60D; }
span { border-color: rgb(239,198,13); }
td.TdClassName
{
border-color: #EFC60D;
}
.TagClassName
{
border-color: #EFC60D;
}
</style>