Shades of Golden Poppy #EEC206
Tints of Golden Poppy #EEC206
RGB
CMYK
RGB Variations
Color information
#EEC206 (or 0xEEC206) is known color: Golden Poppy. HEX triplet: EE, C2 and 06. RGB value is (238,194,6). Sum of RGB (Red+Green+Blue) = 238+194+6=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 6 (2.73% from 255 or 1.37% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC206 is #113DF9. Grayscale: #BABABA. Windows color (decimal): -1129978 or 443118. OLE color: 443118.
HSL color Cylindrical-coordinate representation of color #EEC206: hue angle of 48.62º degrees, saturation: 0.95, 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 #EEC206 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 6 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.07 |
| HSL | 48.62º | 0.95% | 0.48% | - |
| HSV(B) | 48.62º | 0.97% | 0.93% | - |
| XYZ | 54.58 | 56.77 | 8.25 | - |
| YUV | 185.72 | 26.58 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 6 | 0 | 0.18 | 0.97 | 0.07 | 48.62 | 0.95 | 0.48 |
| Hex | EE | C2 | 6 | 0 | 12 | 61 | 7 | 31 | 5F | 30 |
| Octal | 356 | 302 | 6 | 0 | 22 | 141 | 7 | 61 | 137 | 60 |
| Binary | 11101110 | 11000010 | 110 | 0 | 10010 | 1100001 | 111 | 110001 | 1011111 | 110000 |
Color Harmonies of #EEC206
Complementary color
Monochromatic Colors of #EEC206
Black with #EEC206
Text Example
Text Example
White with #EEC206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC206; }
p { color: rgb(238,194,6); }
H1.HeaderClassName
{
color: #EEC206;
}
.AnyTagClassName
{
color: #EEC206;
}
</style>
background-color css
<style>
a { background-color: #EEC206; }
a { background-color: rgb(238,194,6); }
div.DivClassName
{
background-color: #EEC206;
}
.BgClassName
{
background-color: #EEC206;
}
</style>
border-color css
<style>
span { border-color: #EEC206; }
span { border-color: rgb(238,194,6); }
td.TdClassName
{
border-color: #EEC206;
}
.TagClassName
{
border-color: #EEC206;
}
</style>