Shades of Golden Poppy #EFC302
Tints of Golden Poppy #EFC302
RGB
CMYK
RGB Variations
Color information
#EFC302 (or 0xEFC302) is known color: Golden Poppy. HEX triplet: EF, C3 and 02. RGB value is (239,195,2). Sum of RGB (Red+Green+Blue) = 239+195+2=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC302 is #103CFD. Grayscale: #BABABA. Windows color (decimal): -1064190 or 181231. OLE color: 181231.
HSL color Cylindrical-coordinate representation of color #EFC302: hue angle of 48.86º 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 #EFC302 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.06 |
| HSL | 48.86º | 0.98% | 0.47% | - |
| HSV(B) | 48.86º | 0.99% | 0.94% | - |
| XYZ | 55.12 | 57.39 | 8.23 | - |
| YUV | 186.15 | 24.08 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 2 | 0 | 0.18 | 0.99 | 0.06 | 48.86 | 0.98 | 0.47 |
| Hex | EF | C3 | 2 | 0 | 12 | 63 | 6 | 31 | 62 | 2F |
| Octal | 357 | 303 | 2 | 0 | 22 | 143 | 6 | 61 | 142 | 57 |
| Binary | 11101111 | 11000011 | 10 | 0 | 10010 | 1100011 | 110 | 110001 | 1100010 | 101111 |
Color Harmonies of #EFC302
Complementary color
Monochromatic Colors of #EFC302
Black with #EFC302
Text Example
Text Example
White with #EFC302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC302; }
p { color: rgb(239,195,2); }
H1.HeaderClassName
{
color: #EFC302;
}
.AnyTagClassName
{
color: #EFC302;
}
</style>
background-color css
<style>
a { background-color: #EFC302; }
a { background-color: rgb(239,195,2); }
div.DivClassName
{
background-color: #EFC302;
}
.BgClassName
{
background-color: #EFC302;
}
</style>
border-color css
<style>
span { border-color: #EFC302; }
span { border-color: rgb(239,195,2); }
td.TdClassName
{
border-color: #EFC302;
}
.TagClassName
{
border-color: #EFC302;
}
</style>