Shades of Golden Poppy #EEC708
Tints of Golden Poppy #EEC708
RGB
CMYK
RGB Variations
Color information
#EEC708 (or 0xEEC708) is known color: Golden Poppy. HEX triplet: EE, C7 and 08. RGB value is (238,199,8). Sum of RGB (Red+Green+Blue) = 238+199+8=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 8 (3.52% from 255 or 1.80% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC708 is #1138F7. Grayscale: #BDBDBD. Windows color (decimal): -1128696 or 575470. OLE color: 575470.
HSL color Cylindrical-coordinate representation of color #EEC708: hue angle of 49.83º degrees, saturation: 0.93, 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 #EEC708 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 8 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.07 |
| HSL | 49.83º | 0.93% | 0.48% | - |
| HSV(B) | 49.83º | 0.97% | 0.93% | - |
| XYZ | 55.73 | 59.04 | 8.69 | - |
| YUV | 188.89 | 25.92 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 8 | 0 | 0.16 | 0.97 | 0.07 | 49.83 | 0.93 | 0.48 |
| Hex | EE | C7 | 8 | 0 | 10 | 61 | 7 | 32 | 5D | 30 |
| Octal | 356 | 307 | 10 | 0 | 20 | 141 | 7 | 62 | 135 | 60 |
| Binary | 11101110 | 11000111 | 1000 | 0 | 10000 | 1100001 | 111 | 110010 | 1011101 | 110000 |
Color Harmonies of #EEC708
Complementary color
Monochromatic Colors of #EEC708
Black with #EEC708
Text Example
Text Example
White with #EEC708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC708; }
p { color: rgb(238,199,8); }
H1.HeaderClassName
{
color: #EEC708;
}
.AnyTagClassName
{
color: #EEC708;
}
</style>
background-color css
<style>
a { background-color: #EEC708; }
a { background-color: rgb(238,199,8); }
div.DivClassName
{
background-color: #EEC708;
}
.BgClassName
{
background-color: #EEC708;
}
</style>
border-color css
<style>
span { border-color: #EEC708; }
span { border-color: rgb(238,199,8); }
td.TdClassName
{
border-color: #EEC708;
}
.TagClassName
{
border-color: #EEC708;
}
</style>