Shades of Golden Poppy #EEC90A
Tints of Golden Poppy #EEC90A
RGB
CMYK
RGB Variations
Color information
#EEC90A (or 0xEEC90A) is known color: Golden Poppy. HEX triplet: EE, C9 and 0A. RGB value is (238,201,10). Sum of RGB (Red+Green+Blue) = 238+201+10=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 10 (4.30% from 255 or 2.23% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC90A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC90A is #1136F5. Grayscale: #BFBFBF. Windows color (decimal): -1128182 or 707054. OLE color: 707054.
HSL color Cylindrical-coordinate representation of color #EEC90A: hue angle of 50.26º 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 #EEC90A is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 10 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.07 |
| HSL | 50.26º | 0.92% | 0.49% | - |
| HSV(B) | 50.26º | 0.96% | 0.93% | - |
| XYZ | 56.2 | 59.97 | 8.9 | - |
| YUV | 190.29 | 26.26 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 10 | 0 | 0.16 | 0.96 | 0.07 | 50.26 | 0.92 | 0.49 |
| Hex | EE | C9 | A | 0 | 10 | 60 | 7 | 32 | 5C | 31 |
| Octal | 356 | 311 | 12 | 0 | 20 | 140 | 7 | 62 | 134 | 61 |
| Binary | 11101110 | 11001001 | 1010 | 0 | 10000 | 1100000 | 111 | 110010 | 1011100 | 110001 |
Color Harmonies of #EEC90A
Complementary color
Monochromatic Colors of #EEC90A
Black with #EEC90A
Text Example
Text Example
White with #EEC90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC90A; }
p { color: rgb(238,201,10); }
H1.HeaderClassName
{
color: #EEC90A;
}
.AnyTagClassName
{
color: #EEC90A;
}
</style>
background-color css
<style>
a { background-color: #EEC90A; }
a { background-color: rgb(238,201,10); }
div.DivClassName
{
background-color: #EEC90A;
}
.BgClassName
{
background-color: #EEC90A;
}
</style>
border-color css
<style>
span { border-color: #EEC90A; }
span { border-color: rgb(238,201,10); }
td.TdClassName
{
border-color: #EEC90A;
}
.TagClassName
{
border-color: #EEC90A;
}
</style>