Shades of Golden Poppy #EEC607
Tints of Golden Poppy #EEC607
RGB
CMYK
RGB Variations
Color information
#EEC607 (or 0xEEC607) is known color: Golden Poppy. HEX triplet: EE, C6 and 07. RGB value is (238,198,7). Sum of RGB (Red+Green+Blue) = 238+198+7=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 7 (3.12% from 255 or 1.58% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC607 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC607 is #1139F8. Grayscale: #BCBCBC. Windows color (decimal): -1128953 or 509678. OLE color: 509678.
HSL color Cylindrical-coordinate representation of color #EEC607: hue angle of 49.61º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEC607 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 7 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.07 |
| HSL | 49.61º | 0.94% | 0.48% | - |
| HSV(B) | 49.61º | 0.97% | 0.93% | - |
| XYZ | 55.49 | 58.58 | 8.58 | - |
| YUV | 188.19 | 25.75 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 7 | 0 | 0.17 | 0.97 | 0.07 | 49.61 | 0.94 | 0.48 |
| Hex | EE | C6 | 7 | 0 | 11 | 61 | 7 | 32 | 5E | 30 |
| Octal | 356 | 306 | 7 | 0 | 21 | 141 | 7 | 62 | 136 | 60 |
| Binary | 11101110 | 11000110 | 111 | 0 | 10001 | 1100001 | 111 | 110010 | 1011110 | 110000 |
Color Harmonies of #EEC607
Complementary color
Monochromatic Colors of #EEC607
Black with #EEC607
Text Example
Text Example
White with #EEC607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC607; }
p { color: rgb(238,198,7); }
H1.HeaderClassName
{
color: #EEC607;
}
.AnyTagClassName
{
color: #EEC607;
}
</style>
background-color css
<style>
a { background-color: #EEC607; }
a { background-color: rgb(238,198,7); }
div.DivClassName
{
background-color: #EEC607;
}
.BgClassName
{
background-color: #EEC607;
}
</style>
border-color css
<style>
span { border-color: #EEC607; }
span { border-color: rgb(238,198,7); }
td.TdClassName
{
border-color: #EEC607;
}
.TagClassName
{
border-color: #EEC607;
}
</style>