Shades of Golden Poppy #EEC605
Tints of Golden Poppy #EEC605
RGB
CMYK
RGB Variations
Color information
#EEC605 (or 0xEEC605) is known color: Golden Poppy. HEX triplet: EE, C6 and 05. RGB value is (238,198,5). Sum of RGB (Red+Green+Blue) = 238+198+5=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC605 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC605 is #1139FA. Grayscale: #BCBCBC. Windows color (decimal): -1128955 or 378606. OLE color: 378606.
HSL color Cylindrical-coordinate representation of color #EEC605: hue angle of 49.7º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEC605 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 5 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.07 |
| HSL | 49.7º | 0.96% | 0.48% | - |
| HSV(B) | 49.7º | 0.98% | 0.93% | - |
| XYZ | 55.48 | 58.58 | 8.53 | - |
| YUV | 187.96 | 24.75 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 5 | 0 | 0.17 | 0.98 | 0.07 | 49.7 | 0.96 | 0.48 |
| Hex | EE | C6 | 5 | 0 | 11 | 62 | 7 | 32 | 60 | 30 |
| Octal | 356 | 306 | 5 | 0 | 21 | 142 | 7 | 62 | 140 | 60 |
| Binary | 11101110 | 11000110 | 101 | 0 | 10001 | 1100010 | 111 | 110010 | 1100000 | 110000 |
Color Harmonies of #EEC605
Complementary color
Monochromatic Colors of #EEC605
Black with #EEC605
Text Example
Text Example
White with #EEC605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC605; }
p { color: rgb(238,198,5); }
H1.HeaderClassName
{
color: #EEC605;
}
.AnyTagClassName
{
color: #EEC605;
}
</style>
background-color css
<style>
a { background-color: #EEC605; }
a { background-color: rgb(238,198,5); }
div.DivClassName
{
background-color: #EEC605;
}
.BgClassName
{
background-color: #EEC605;
}
</style>
border-color css
<style>
span { border-color: #EEC605; }
span { border-color: rgb(238,198,5); }
td.TdClassName
{
border-color: #EEC605;
}
.TagClassName
{
border-color: #EEC605;
}
</style>