Shades of Golden Poppy #EEC904
Tints of Golden Poppy #EEC904
RGB
CMYK
RGB Variations
Color information
#EEC904 (or 0xEEC904) is known color: Golden Poppy. HEX triplet: EE, C9 and 04. RGB value is (238,201,4). Sum of RGB (Red+Green+Blue) = 238+201+4=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 4 (1.95% from 255 or 0.90% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC904 is #1136FB. Grayscale: #BEBEBE. Windows color (decimal): -1128188 or 313838. OLE color: 313838.
HSL color Cylindrical-coordinate representation of color #EEC904: hue angle of 50.51º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEC904 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.07 |
| HSL | 50.51º | 0.97% | 0.47% | - |
| HSV(B) | 50.51º | 0.98% | 0.93% | - |
| XYZ | 56.17 | 59.96 | 8.73 | - |
| YUV | 189.61 | 23.26 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 4 | 0 | 0.16 | 0.98 | 0.07 | 50.51 | 0.97 | 0.47 |
| Hex | EE | C9 | 4 | 0 | 10 | 62 | 7 | 33 | 61 | 2F |
| Octal | 356 | 311 | 4 | 0 | 20 | 142 | 7 | 63 | 141 | 57 |
| Binary | 11101110 | 11001001 | 100 | 0 | 10000 | 1100010 | 111 | 110011 | 1100001 | 101111 |
Color Harmonies of #EEC904
Complementary color
Monochromatic Colors of #EEC904
Black with #EEC904
Text Example
Text Example
White with #EEC904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC904; }
p { color: rgb(238,201,4); }
H1.HeaderClassName
{
color: #EEC904;
}
.AnyTagClassName
{
color: #EEC904;
}
</style>
background-color css
<style>
a { background-color: #EEC904; }
a { background-color: rgb(238,201,4); }
div.DivClassName
{
background-color: #EEC904;
}
.BgClassName
{
background-color: #EEC904;
}
</style>
border-color css
<style>
span { border-color: #EEC904; }
span { border-color: rgb(238,201,4); }
td.TdClassName
{
border-color: #EEC904;
}
.TagClassName
{
border-color: #EEC904;
}
</style>