Shades of Golden Poppy #EEC705
Tints of Golden Poppy #EEC705
RGB
CMYK
RGB Variations
Color information
#EEC705 (or 0xEEC705) is known color: Golden Poppy. HEX triplet: EE, C7 and 05. RGB value is (238,199,5). Sum of RGB (Red+Green+Blue) = 238+199+5=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 5 (2.34% from 255 or 1.13% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC705 is #1138FA. Grayscale: #BDBDBD. Windows color (decimal): -1128699 or 378862. OLE color: 378862.
HSL color Cylindrical-coordinate representation of color #EEC705: hue angle of 49.96º 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 #EEC705 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 5 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.07 |
| HSL | 49.96º | 0.96% | 0.48% | - |
| HSV(B) | 49.96º | 0.98% | 0.93% | - |
| XYZ | 55.71 | 59.03 | 8.6 | - |
| YUV | 188.55 | 24.42 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 5 | 0 | 0.16 | 0.98 | 0.07 | 49.96 | 0.96 | 0.48 |
| Hex | EE | C7 | 5 | 0 | 10 | 62 | 7 | 32 | 60 | 30 |
| Octal | 356 | 307 | 5 | 0 | 20 | 142 | 7 | 62 | 140 | 60 |
| Binary | 11101110 | 11000111 | 101 | 0 | 10000 | 1100010 | 111 | 110010 | 1100000 | 110000 |
Color Harmonies of #EEC705
Complementary color
Monochromatic Colors of #EEC705
Black with #EEC705
Text Example
Text Example
White with #EEC705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC705; }
p { color: rgb(238,199,5); }
H1.HeaderClassName
{
color: #EEC705;
}
.AnyTagClassName
{
color: #EEC705;
}
</style>
background-color css
<style>
a { background-color: #EEC705; }
a { background-color: rgb(238,199,5); }
div.DivClassName
{
background-color: #EEC705;
}
.BgClassName
{
background-color: #EEC705;
}
</style>
border-color css
<style>
span { border-color: #EEC705; }
span { border-color: rgb(238,199,5); }
td.TdClassName
{
border-color: #EEC705;
}
.TagClassName
{
border-color: #EEC705;
}
</style>