Shades of Golden Poppy #EEC80A
Tints of Golden Poppy #EEC80A
RGB
CMYK
RGB Variations
Color information
#EEC80A (or 0xEEC80A) is known color: Golden Poppy. HEX triplet: EE, C8 and 0A. RGB value is (238,200,10). Sum of RGB (Red+Green+Blue) = 238+200+10=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 10 (4.30% from 255 or 2.23% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC80A is #1137F5. Grayscale: #BEBEBE. Windows color (decimal): -1128438 or 706798. OLE color: 706798.
HSL color Cylindrical-coordinate representation of color #EEC80A: hue angle of 50º 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 #EEC80A is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 10 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.07 |
| HSL | 50º | 0.92% | 0.49% | - |
| HSV(B) | 50º | 0.96% | 0.93% | - |
| XYZ | 55.97 | 59.51 | 8.82 | - |
| YUV | 189.7 | 26.59 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 10 | 0 | 0.16 | 0.96 | 0.07 | 50 | 0.92 | 0.49 |
| Hex | EE | C8 | A | 0 | 10 | 60 | 7 | 32 | 5C | 31 |
| Octal | 356 | 310 | 12 | 0 | 20 | 140 | 7 | 62 | 134 | 61 |
| Binary | 11101110 | 11001000 | 1010 | 0 | 10000 | 1100000 | 111 | 110010 | 1011100 | 110001 |
Color Harmonies of #EEC80A
Complementary color
Monochromatic Colors of #EEC80A
Black with #EEC80A
Text Example
Text Example
White with #EEC80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC80A; }
p { color: rgb(238,200,10); }
H1.HeaderClassName
{
color: #EEC80A;
}
.AnyTagClassName
{
color: #EEC80A;
}
</style>
background-color css
<style>
a { background-color: #EEC80A; }
a { background-color: rgb(238,200,10); }
div.DivClassName
{
background-color: #EEC80A;
}
.BgClassName
{
background-color: #EEC80A;
}
</style>
border-color css
<style>
span { border-color: #EEC80A; }
span { border-color: rgb(238,200,10); }
td.TdClassName
{
border-color: #EEC80A;
}
.TagClassName
{
border-color: #EEC80A;
}
</style>