Shades of Golden Poppy #EFC70B
Tints of Golden Poppy #EFC70B
RGB
CMYK
RGB Variations
Color information
#EFC70B (or 0xEFC70B) is known color: Golden Poppy. HEX triplet: EF, C7 and 0B. RGB value is (239,199,11). Sum of RGB (Red+Green+Blue) = 239+199+11=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC70B is #1038F4. Grayscale: #BEBEBE. Windows color (decimal): -1063157 or 772079. OLE color: 772079.
HSL color Cylindrical-coordinate representation of color #EFC70B: hue angle of 49.47º degrees, saturation: 0.91, 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 #EFC70B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 11 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.06 |
| HSL | 49.47º | 0.91% | 0.49% | - |
| HSV(B) | 49.47º | 0.95% | 0.94% | - |
| XYZ | 56.08 | 59.22 | 8.79 | - |
| YUV | 189.53 | 27.25 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 11 | 0 | 0.17 | 0.95 | 0.06 | 49.47 | 0.91 | 0.49 |
| Hex | EF | C7 | B | 0 | 11 | 5F | 6 | 31 | 5B | 31 |
| Octal | 357 | 307 | 13 | 0 | 21 | 137 | 6 | 61 | 133 | 61 |
| Binary | 11101111 | 11000111 | 1011 | 0 | 10001 | 1011111 | 110 | 110001 | 1011011 | 110001 |
Color Harmonies of #EFC70B
Complementary color
Monochromatic Colors of #EFC70B
Black with #EFC70B
Text Example
Text Example
White with #EFC70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC70B; }
p { color: rgb(239,199,11); }
H1.HeaderClassName
{
color: #EFC70B;
}
.AnyTagClassName
{
color: #EFC70B;
}
</style>
background-color css
<style>
a { background-color: #EFC70B; }
a { background-color: rgb(239,199,11); }
div.DivClassName
{
background-color: #EFC70B;
}
.BgClassName
{
background-color: #EFC70B;
}
</style>
border-color css
<style>
span { border-color: #EFC70B; }
span { border-color: rgb(239,199,11); }
td.TdClassName
{
border-color: #EFC70B;
}
.TagClassName
{
border-color: #EFC70B;
}
</style>