Shades of Golden Poppy #EFC306
Tints of Golden Poppy #EFC306
RGB
CMYK
RGB Variations
Color information
#EFC306 (or 0xEFC306) is known color: Golden Poppy. HEX triplet: EF, C3 and 06. RGB value is (239,195,6). Sum of RGB (Red+Green+Blue) = 239+195+6=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 6 (2.73% from 255 or 1.36% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC306 is #103CF9. Grayscale: #BBBBBB. Windows color (decimal): -1064186 or 443375. OLE color: 443375.
HSL color Cylindrical-coordinate representation of color #EFC306: hue angle of 48.67º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFC306 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 6 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.06 |
| HSL | 48.67º | 0.95% | 0.48% | - |
| HSV(B) | 48.67º | 0.97% | 0.94% | - |
| XYZ | 55.14 | 57.39 | 8.34 | - |
| YUV | 186.61 | 26.08 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 6 | 0 | 0.18 | 0.97 | 0.06 | 48.67 | 0.95 | 0.48 |
| Hex | EF | C3 | 6 | 0 | 12 | 61 | 6 | 31 | 5F | 30 |
| Octal | 357 | 303 | 6 | 0 | 22 | 141 | 6 | 61 | 137 | 60 |
| Binary | 11101111 | 11000011 | 110 | 0 | 10010 | 1100001 | 110 | 110001 | 1011111 | 110000 |
Color Harmonies of #EFC306
Complementary color
Monochromatic Colors of #EFC306
Black with #EFC306
Text Example
Text Example
White with #EFC306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC306; }
p { color: rgb(239,195,6); }
H1.HeaderClassName
{
color: #EFC306;
}
.AnyTagClassName
{
color: #EFC306;
}
</style>
background-color css
<style>
a { background-color: #EFC306; }
a { background-color: rgb(239,195,6); }
div.DivClassName
{
background-color: #EFC306;
}
.BgClassName
{
background-color: #EFC306;
}
</style>
border-color css
<style>
span { border-color: #EFC306; }
span { border-color: rgb(239,195,6); }
td.TdClassName
{
border-color: #EFC306;
}
.TagClassName
{
border-color: #EFC306;
}
</style>