Shades of Golden Poppy #EEC70A
Tints of Golden Poppy #EEC70A
RGB
CMYK
RGB Variations
Color information
#EEC70A (or 0xEEC70A) is known color: Golden Poppy. HEX triplet: EE, C7 and 0A. RGB value is (238,199,10). Sum of RGB (Red+Green+Blue) = 238+199+10=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 10 (4.30% from 255 or 2.24% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC70A is #1138F5. Grayscale: #BDBDBD. Windows color (decimal): -1128694 or 706542. OLE color: 706542.
HSL color Cylindrical-coordinate representation of color #EEC70A: hue angle of 49.74º 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 #EEC70A is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 10 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.07 |
| HSL | 49.74º | 0.92% | 0.49% | - |
| HSV(B) | 49.74º | 0.96% | 0.93% | - |
| XYZ | 55.74 | 59.05 | 8.75 | - |
| YUV | 189.12 | 26.92 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 10 | 0 | 0.16 | 0.96 | 0.07 | 49.74 | 0.92 | 0.49 |
| Hex | EE | C7 | A | 0 | 10 | 60 | 7 | 32 | 5C | 31 |
| Octal | 356 | 307 | 12 | 0 | 20 | 140 | 7 | 62 | 134 | 61 |
| Binary | 11101110 | 11000111 | 1010 | 0 | 10000 | 1100000 | 111 | 110010 | 1011100 | 110001 |
Color Harmonies of #EEC70A
Complementary color
Monochromatic Colors of #EEC70A
Black with #EEC70A
Text Example
Text Example
White with #EEC70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC70A; }
p { color: rgb(238,199,10); }
H1.HeaderClassName
{
color: #EEC70A;
}
.AnyTagClassName
{
color: #EEC70A;
}
</style>
background-color css
<style>
a { background-color: #EEC70A; }
a { background-color: rgb(238,199,10); }
div.DivClassName
{
background-color: #EEC70A;
}
.BgClassName
{
background-color: #EEC70A;
}
</style>
border-color css
<style>
span { border-color: #EEC70A; }
span { border-color: rgb(238,199,10); }
td.TdClassName
{
border-color: #EEC70A;
}
.TagClassName
{
border-color: #EEC70A;
}
</style>