Shades of Golden Poppy #EFC300
Tints of Golden Poppy #EFC300
RGB
CMYK
RGB Variations
Color information
#EFC300 (or 0xEFC300) is known color: Golden Poppy. HEX triplet: EF, C3 and 00. RGB value is (239,195,0). Sum of RGB (Red+Green+Blue) = 239+195+0=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC300 is #103CFF. Grayscale: #BABABA. Windows color (decimal): -1064192 or 50159. OLE color: 50159.
HSL color Cylindrical-coordinate representation of color #EFC300: hue angle of 48.95º 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 #EFC300 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.06 |
| HSL | 48.95º | 1% | 0.47% | - |
| HSV(B) | 48.95º | 1% | 0.94% | - |
| XYZ | 55.11 | 57.38 | 8.17 | - |
| YUV | 185.93 | 23.08 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 0 | 0 | 0.18 | 1 | 0.06 | 48.95 | 1 | 0.47 |
| Hex | EF | C3 | 0 | 0 | 12 | 64 | 6 | 31 | 64 | 2F |
| Octal | 357 | 303 | 0 | 0 | 22 | 144 | 6 | 61 | 144 | 57 |
| Binary | 11101111 | 11000011 | 0 | 0 | 10010 | 1100100 | 110 | 110001 | 1100100 | 101111 |
Color Harmonies of #EFC300
Complementary color
Monochromatic Colors of #EFC300
Black with #EFC300
Text Example
Text Example
White with #EFC300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC300; }
p { color: rgb(239,195,0); }
H1.HeaderClassName
{
color: #EFC300;
}
.AnyTagClassName
{
color: #EFC300;
}
</style>
background-color css
<style>
a { background-color: #EFC300; }
a { background-color: rgb(239,195,0); }
div.DivClassName
{
background-color: #EFC300;
}
.BgClassName
{
background-color: #EFC300;
}
</style>
border-color css
<style>
span { border-color: #EFC300; }
span { border-color: rgb(239,195,0); }
td.TdClassName
{
border-color: #EFC300;
}
.TagClassName
{
border-color: #EFC300;
}
</style>