Shades of Golden Poppy #EFC70C
Tints of Golden Poppy #EFC70C
RGB
CMYK
RGB Variations
Color information
#EFC70C (or 0xEFC70C) is known color: Golden Poppy. HEX triplet: EF, C7 and 0C. RGB value is (239,199,12). Sum of RGB (Red+Green+Blue) = 239+199+12=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC70C is #1038F3. Grayscale: #BEBEBE. Windows color (decimal): -1063156 or 837615. OLE color: 837615.
HSL color Cylindrical-coordinate representation of color #EFC70C: hue angle of 49.43º 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 #EFC70C is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 12 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.06 |
| HSL | 49.43º | 0.9% | 0.49% | - |
| HSV(B) | 49.43º | 0.95% | 0.94% | - |
| XYZ | 56.09 | 59.22 | 8.82 | - |
| YUV | 189.64 | 27.75 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 12 | 0 | 0.17 | 0.95 | 0.06 | 49.43 | 0.9 | 0.49 |
| Hex | EF | C7 | C | 0 | 11 | 5F | 6 | 31 | 5A | 31 |
| Octal | 357 | 307 | 14 | 0 | 21 | 137 | 6 | 61 | 132 | 61 |
| Binary | 11101111 | 11000111 | 1100 | 0 | 10001 | 1011111 | 110 | 110001 | 1011010 | 110001 |
Color Harmonies of #EFC70C
Complementary color
Monochromatic Colors of #EFC70C
Black with #EFC70C
Text Example
Text Example
White with #EFC70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC70C; }
p { color: rgb(239,199,12); }
H1.HeaderClassName
{
color: #EFC70C;
}
.AnyTagClassName
{
color: #EFC70C;
}
</style>
background-color css
<style>
a { background-color: #EFC70C; }
a { background-color: rgb(239,199,12); }
div.DivClassName
{
background-color: #EFC70C;
}
.BgClassName
{
background-color: #EFC70C;
}
</style>
border-color css
<style>
span { border-color: #EFC70C; }
span { border-color: rgb(239,199,12); }
td.TdClassName
{
border-color: #EFC70C;
}
.TagClassName
{
border-color: #EFC70C;
}
</style>