Shades of Golden Poppy #EFC602
Tints of Golden Poppy #EFC602
RGB
CMYK
RGB Variations
Color information
#EFC602 (or 0xEFC602) is known color: Golden Poppy. HEX triplet: EF, C6 and 02. RGB value is (239,198,2). Sum of RGB (Red+Green+Blue) = 239+198+2=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 2 (1.17% from 255 or 0.46% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC602 is #1039FD. Grayscale: #BCBCBC. Windows color (decimal): -1063422 or 181999. OLE color: 181999.
HSL color Cylindrical-coordinate representation of color #EFC602: hue angle of 49.62º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFC602 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.06 |
| HSL | 49.62º | 0.98% | 0.47% | - |
| HSV(B) | 49.62º | 0.99% | 0.94% | - |
| XYZ | 55.8 | 58.74 | 8.45 | - |
| YUV | 187.92 | 23.08 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 2 | 0 | 0.17 | 0.99 | 0.06 | 49.62 | 0.98 | 0.47 |
| Hex | EF | C6 | 2 | 0 | 11 | 63 | 6 | 32 | 62 | 2F |
| Octal | 357 | 306 | 2 | 0 | 21 | 143 | 6 | 62 | 142 | 57 |
| Binary | 11101111 | 11000110 | 10 | 0 | 10001 | 1100011 | 110 | 110010 | 1100010 | 101111 |
Color Harmonies of #EFC602
Complementary color
Monochromatic Colors of #EFC602
Black with #EFC602
Text Example
Text Example
White with #EFC602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC602; }
p { color: rgb(239,198,2); }
H1.HeaderClassName
{
color: #EFC602;
}
.AnyTagClassName
{
color: #EFC602;
}
</style>
background-color css
<style>
a { background-color: #EFC602; }
a { background-color: rgb(239,198,2); }
div.DivClassName
{
background-color: #EFC602;
}
.BgClassName
{
background-color: #EFC602;
}
</style>
border-color css
<style>
span { border-color: #EFC602; }
span { border-color: rgb(239,198,2); }
td.TdClassName
{
border-color: #EFC602;
}
.TagClassName
{
border-color: #EFC602;
}
</style>