Shades of Golden Poppy #EEC108
Tints of Golden Poppy #EEC108
RGB
CMYK
RGB Variations
Color information
#EEC108 (or 0xEEC108) is known color: Golden Poppy. HEX triplet: EE, C1 and 08. RGB value is (238,193,8). Sum of RGB (Red+Green+Blue) = 238+193+8=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 8 (3.52% from 255 or 1.82% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC108 is #113EF7. Grayscale: #BABABA. Windows color (decimal): -1130232 or 573934. OLE color: 573934.
HSL color Cylindrical-coordinate representation of color #EEC108: hue angle of 48.26º 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 #EEC108 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 8 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.07 |
| HSL | 48.26º | 0.93% | 0.48% | - |
| HSV(B) | 48.26º | 0.97% | 0.93% | - |
| XYZ | 54.37 | 56.33 | 8.24 | - |
| YUV | 185.37 | 27.91 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 8 | 0 | 0.19 | 0.97 | 0.07 | 48.26 | 0.93 | 0.48 |
| Hex | EE | C1 | 8 | 0 | 13 | 61 | 7 | 30 | 5D | 30 |
| Octal | 356 | 301 | 10 | 0 | 23 | 141 | 7 | 60 | 135 | 60 |
| Binary | 11101110 | 11000001 | 1000 | 0 | 10011 | 1100001 | 111 | 110000 | 1011101 | 110000 |
Color Harmonies of #EEC108
Complementary color
Monochromatic Colors of #EEC108
Black with #EEC108
Text Example
Text Example
White with #EEC108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC108; }
p { color: rgb(238,193,8); }
H1.HeaderClassName
{
color: #EEC108;
}
.AnyTagClassName
{
color: #EEC108;
}
</style>
background-color css
<style>
a { background-color: #EEC108; }
a { background-color: rgb(238,193,8); }
div.DivClassName
{
background-color: #EEC108;
}
.BgClassName
{
background-color: #EEC108;
}
</style>
border-color css
<style>
span { border-color: #EEC108; }
span { border-color: rgb(238,193,8); }
td.TdClassName
{
border-color: #EEC108;
}
.TagClassName
{
border-color: #EEC108;
}
</style>