Shades of Golden Poppy #EEC906
Tints of Golden Poppy #EEC906
RGB
CMYK
RGB Variations
Color information
#EEC906 (or 0xEEC906) is known color: Golden Poppy. HEX triplet: EE, C9 and 06. RGB value is (238,201,6). Sum of RGB (Red+Green+Blue) = 238+201+6=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 6 (2.73% from 255 or 1.35% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC906 is #1136F9. Grayscale: #BEBEBE. Windows color (decimal): -1128186 or 444910. OLE color: 444910.
HSL color Cylindrical-coordinate representation of color #EEC906: hue angle of 50.43º 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 #EEC906 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 6 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.07 |
| HSL | 50.43º | 0.95% | 0.48% | - |
| HSV(B) | 50.43º | 0.97% | 0.93% | - |
| XYZ | 56.18 | 59.96 | 8.79 | - |
| YUV | 189.83 | 24.26 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 6 | 0 | 0.16 | 0.97 | 0.07 | 50.43 | 0.95 | 0.48 |
| Hex | EE | C9 | 6 | 0 | 10 | 61 | 7 | 32 | 5F | 30 |
| Octal | 356 | 311 | 6 | 0 | 20 | 141 | 7 | 62 | 137 | 60 |
| Binary | 11101110 | 11001001 | 110 | 0 | 10000 | 1100001 | 111 | 110010 | 1011111 | 110000 |
Color Harmonies of #EEC906
Complementary color
Monochromatic Colors of #EEC906
Black with #EEC906
Text Example
Text Example
White with #EEC906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC906; }
p { color: rgb(238,201,6); }
H1.HeaderClassName
{
color: #EEC906;
}
.AnyTagClassName
{
color: #EEC906;
}
</style>
background-color css
<style>
a { background-color: #EEC906; }
a { background-color: rgb(238,201,6); }
div.DivClassName
{
background-color: #EEC906;
}
.BgClassName
{
background-color: #EEC906;
}
</style>
border-color css
<style>
span { border-color: #EEC906; }
span { border-color: rgb(238,201,6); }
td.TdClassName
{
border-color: #EEC906;
}
.TagClassName
{
border-color: #EEC906;
}
</style>