Shades of Golden Poppy #EFC40D
Tints of Golden Poppy #EFC40D
RGB
CMYK
RGB Variations
Color information
#EFC40D (or 0xEFC40D) is known color: Golden Poppy. HEX triplet: EF, C4 and 0D. RGB value is (239,196,13). Sum of RGB (Red+Green+Blue) = 239+196+13=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC40D is #103BF2. Grayscale: #BCBCBC. Windows color (decimal): -1063923 or 902383. OLE color: 902383.
HSL color Cylindrical-coordinate representation of color #EFC40D: hue angle of 48.58º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFC40D is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 13 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.06 |
| HSL | 48.58º | 0.9% | 0.49% | - |
| HSV(B) | 48.58º | 0.95% | 0.94% | - |
| XYZ | 55.41 | 57.86 | 8.63 | - |
| YUV | 188 | 29.25 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 13 | 0 | 0.18 | 0.95 | 0.06 | 48.58 | 0.9 | 0.49 |
| Hex | EF | C4 | D | 0 | 12 | 5F | 6 | 31 | 5A | 31 |
| Octal | 357 | 304 | 15 | 0 | 22 | 137 | 6 | 61 | 132 | 61 |
| Binary | 11101111 | 11000100 | 1101 | 0 | 10010 | 1011111 | 110 | 110001 | 1011010 | 110001 |
Color Harmonies of #EFC40D
Complementary color
Monochromatic Colors of #EFC40D
Black with #EFC40D
Text Example
Text Example
White with #EFC40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC40D; }
p { color: rgb(239,196,13); }
H1.HeaderClassName
{
color: #EFC40D;
}
.AnyTagClassName
{
color: #EFC40D;
}
</style>
background-color css
<style>
a { background-color: #EFC40D; }
a { background-color: rgb(239,196,13); }
div.DivClassName
{
background-color: #EFC40D;
}
.BgClassName
{
background-color: #EFC40D;
}
</style>
border-color css
<style>
span { border-color: #EFC40D; }
span { border-color: rgb(239,196,13); }
td.TdClassName
{
border-color: #EFC40D;
}
.TagClassName
{
border-color: #EFC40D;
}
</style>