Shades of Golden Poppy #EEC40A
Tints of Golden Poppy #EEC40A
RGB
CMYK
RGB Variations
Color information
#EEC40A (or 0xEEC40A) is known color: Golden Poppy. HEX triplet: EE, C4 and 0A. RGB value is (238,196,10). Sum of RGB (Red+Green+Blue) = 238+196+10=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 10 (4.30% from 255 or 2.25% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC40A is #113BF5. Grayscale: #BCBCBC. Windows color (decimal): -1129462 or 705774. OLE color: 705774.
HSL color Cylindrical-coordinate representation of color #EEC40A: hue angle of 48.95º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EEC40A is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 10 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.07 |
| HSL | 48.95º | 0.92% | 0.49% | - |
| HSV(B) | 48.95º | 0.96% | 0.93% | - |
| XYZ | 55.05 | 57.68 | 8.52 | - |
| YUV | 187.35 | 27.91 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 10 | 0 | 0.18 | 0.96 | 0.07 | 48.95 | 0.92 | 0.49 |
| Hex | EE | C4 | A | 0 | 12 | 60 | 7 | 31 | 5C | 31 |
| Octal | 356 | 304 | 12 | 0 | 22 | 140 | 7 | 61 | 134 | 61 |
| Binary | 11101110 | 11000100 | 1010 | 0 | 10010 | 1100000 | 111 | 110001 | 1011100 | 110001 |
Color Harmonies of #EEC40A
Complementary color
Monochromatic Colors of #EEC40A
Black with #EEC40A
Text Example
Text Example
White with #EEC40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC40A; }
p { color: rgb(238,196,10); }
H1.HeaderClassName
{
color: #EEC40A;
}
.AnyTagClassName
{
color: #EEC40A;
}
</style>
background-color css
<style>
a { background-color: #EEC40A; }
a { background-color: rgb(238,196,10); }
div.DivClassName
{
background-color: #EEC40A;
}
.BgClassName
{
background-color: #EEC40A;
}
</style>
border-color css
<style>
span { border-color: #EEC40A; }
span { border-color: rgb(238,196,10); }
td.TdClassName
{
border-color: #EEC40A;
}
.TagClassName
{
border-color: #EEC40A;
}
</style>