Shades of Golden Poppy #EFC00B
Tints of Golden Poppy #EFC00B
RGB
CMYK
RGB Variations
Color information
#EFC00B (or 0xEFC00B) is known color: Golden Poppy. HEX triplet: EF, C0 and 0B. RGB value is (239,192,11). Sum of RGB (Red+Green+Blue) = 239+192+11=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 11 (4.69% from 255 or 2.49% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC00B is #103FF4. Grayscale: #BABABA. Windows color (decimal): -1064949 or 770287. OLE color: 770287.
HSL color Cylindrical-coordinate representation of color #EFC00B: hue angle of 47.63º 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 #EFC00B is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 11 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.06 |
| HSL | 47.63º | 0.91% | 0.49% | - |
| HSV(B) | 47.63º | 0.95% | 0.94% | - |
| XYZ | 54.51 | 56.07 | 8.27 | - |
| YUV | 185.42 | 29.57 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 11 | 0 | 0.20 | 0.95 | 0.06 | 47.63 | 0.91 | 0.49 |
| Hex | EF | C0 | B | 0 | 14 | 5F | 6 | 30 | 5B | 31 |
| Octal | 357 | 300 | 13 | 0 | 24 | 137 | 6 | 60 | 133 | 61 |
| Binary | 11101111 | 11000000 | 1011 | 0 | 10100 | 1011111 | 110 | 110000 | 1011011 | 110001 |
Color Harmonies of #EFC00B
Complementary color
Monochromatic Colors of #EFC00B
Black with #EFC00B
Text Example
Text Example
White with #EFC00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC00B; }
p { color: rgb(239,192,11); }
H1.HeaderClassName
{
color: #EFC00B;
}
.AnyTagClassName
{
color: #EFC00B;
}
</style>
background-color css
<style>
a { background-color: #EFC00B; }
a { background-color: rgb(239,192,11); }
div.DivClassName
{
background-color: #EFC00B;
}
.BgClassName
{
background-color: #EFC00B;
}
</style>
border-color css
<style>
span { border-color: #EFC00B; }
span { border-color: rgb(239,192,11); }
td.TdClassName
{
border-color: #EFC00B;
}
.TagClassName
{
border-color: #EFC00B;
}
</style>