Shades of Golden Poppy #EFC601
Tints of Golden Poppy #EFC601
RGB
CMYK
RGB Variations
Color information
#EFC601 (or 0xEFC601) is known color: Golden Poppy. HEX triplet: EF, C6 and 01. RGB value is (239,198,1). Sum of RGB (Red+Green+Blue) = 239+198+1=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC601 is #1039FE. Grayscale: #BCBCBC. Windows color (decimal): -1063423 or 116463. OLE color: 116463.
HSL color Cylindrical-coordinate representation of color #EFC601: hue angle of 49.66º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFC601 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 1 | - |
| CMYK | 0 | 0.17 | 1.00 | 0.06 |
| HSL | 49.66º | 0.99% | 0.47% | - |
| HSV(B) | 49.66º | 1% | 0.94% | - |
| XYZ | 55.8 | 58.74 | 8.43 | - |
| YUV | 187.8 | 22.58 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 1 | 0 | 0.17 | 1.00 | 0.06 | 49.66 | 0.99 | 0.47 |
| Hex | EF | C6 | 1 | 0 | 11 | 64 | 6 | 32 | 63 | 2F |
| Octal | 357 | 306 | 1 | 0 | 21 | 144 | 6 | 62 | 143 | 57 |
| Binary | 11101111 | 11000110 | 1 | 0 | 10001 | 1100100 | 110 | 110010 | 1100011 | 101111 |
Color Harmonies of #EFC601
Complementary color
Monochromatic Colors of #EFC601
Black with #EFC601
Text Example
Text Example
White with #EFC601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC601; }
p { color: rgb(239,198,1); }
H1.HeaderClassName
{
color: #EFC601;
}
.AnyTagClassName
{
color: #EFC601;
}
</style>
background-color css
<style>
a { background-color: #EFC601; }
a { background-color: rgb(239,198,1); }
div.DivClassName
{
background-color: #EFC601;
}
.BgClassName
{
background-color: #EFC601;
}
</style>
border-color css
<style>
span { border-color: #EFC601; }
span { border-color: rgb(239,198,1); }
td.TdClassName
{
border-color: #EFC601;
}
.TagClassName
{
border-color: #EFC601;
}
</style>