Shades of Golden Poppy #EEC805
Tints of Golden Poppy #EEC805
RGB
CMYK
RGB Variations
Color information
#EEC805 (or 0xEEC805) is known color: Golden Poppy. HEX triplet: EE, C8 and 05. RGB value is (238,200,5). Sum of RGB (Red+Green+Blue) = 238+200+5=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 5 (2.34% from 255 or 1.13% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC805 is #1137FA. Grayscale: #BDBDBD. Windows color (decimal): -1128443 or 379118. OLE color: 379118.
HSL color Cylindrical-coordinate representation of color #EEC805: hue angle of 50.21º 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 #EEC805 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 5 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.07 |
| HSL | 50.21º | 0.96% | 0.48% | - |
| HSV(B) | 50.21º | 0.98% | 0.93% | - |
| XYZ | 55.94 | 59.5 | 8.68 | - |
| YUV | 189.13 | 24.09 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 5 | 0 | 0.16 | 0.98 | 0.07 | 50.21 | 0.96 | 0.48 |
| Hex | EE | C8 | 5 | 0 | 10 | 62 | 7 | 32 | 60 | 30 |
| Octal | 356 | 310 | 5 | 0 | 20 | 142 | 7 | 62 | 140 | 60 |
| Binary | 11101110 | 11001000 | 101 | 0 | 10000 | 1100010 | 111 | 110010 | 1100000 | 110000 |
Color Harmonies of #EEC805
Complementary color
Monochromatic Colors of #EEC805
Black with #EEC805
Text Example
Text Example
White with #EEC805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC805; }
p { color: rgb(238,200,5); }
H1.HeaderClassName
{
color: #EEC805;
}
.AnyTagClassName
{
color: #EEC805;
}
</style>
background-color css
<style>
a { background-color: #EEC805; }
a { background-color: rgb(238,200,5); }
div.DivClassName
{
background-color: #EEC805;
}
.BgClassName
{
background-color: #EEC805;
}
</style>
border-color css
<style>
span { border-color: #EEC805; }
span { border-color: rgb(238,200,5); }
td.TdClassName
{
border-color: #EEC805;
}
.TagClassName
{
border-color: #EEC805;
}
</style>