Shades of Golden Poppy #EEC60A
Tints of Golden Poppy #EEC60A
RGB
CMYK
RGB Variations
Color information
#EEC60A (or 0xEEC60A) is known color: Golden Poppy. HEX triplet: EE, C6 and 0A. RGB value is (238,198,10). Sum of RGB (Red+Green+Blue) = 238+198+10=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 10 (4.30% from 255 or 2.24% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC60A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC60A is #1139F5. Grayscale: #BDBDBD. Windows color (decimal): -1128950 or 706286. OLE color: 706286.
HSL color Cylindrical-coordinate representation of color #EEC60A: hue angle of 49.47º 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 #EEC60A is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 10 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.07 |
| HSL | 49.47º | 0.92% | 0.49% | - |
| HSV(B) | 49.47º | 0.96% | 0.93% | - |
| XYZ | 55.51 | 58.59 | 8.67 | - |
| YUV | 188.53 | 27.25 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 10 | 0 | 0.17 | 0.96 | 0.07 | 49.47 | 0.92 | 0.49 |
| Hex | EE | C6 | A | 0 | 11 | 60 | 7 | 31 | 5C | 31 |
| Octal | 356 | 306 | 12 | 0 | 21 | 140 | 7 | 61 | 134 | 61 |
| Binary | 11101110 | 11000110 | 1010 | 0 | 10001 | 1100000 | 111 | 110001 | 1011100 | 110001 |
Color Harmonies of #EEC60A
Complementary color
Monochromatic Colors of #EEC60A
Black with #EEC60A
Text Example
Text Example
White with #EEC60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC60A; }
p { color: rgb(238,198,10); }
H1.HeaderClassName
{
color: #EEC60A;
}
.AnyTagClassName
{
color: #EEC60A;
}
</style>
background-color css
<style>
a { background-color: #EEC60A; }
a { background-color: rgb(238,198,10); }
div.DivClassName
{
background-color: #EEC60A;
}
.BgClassName
{
background-color: #EEC60A;
}
</style>
border-color css
<style>
span { border-color: #EEC60A; }
span { border-color: rgb(238,198,10); }
td.TdClassName
{
border-color: #EEC60A;
}
.TagClassName
{
border-color: #EEC60A;
}
</style>