Shades of Golden Poppy #EEC500
Tints of Golden Poppy #EEC500
RGB
CMYK
RGB Variations
Color information
#EEC500 (or 0xEEC500) is known color: Golden Poppy. HEX triplet: EE, C5 and 00. RGB value is (238,197,0). Sum of RGB (Red+Green+Blue) = 238+197+0=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC500 is #113AFF. Grayscale: #BBBBBB. Windows color (decimal): -1129216 or 50670. OLE color: 50670.
HSL color Cylindrical-coordinate representation of color #EEC500: hue angle of 49.66º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEC500 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.07 |
| HSL | 49.66º | 1% | 0.47% | - |
| HSV(B) | 49.66º | 1% | 0.93% | - |
| XYZ | 55.23 | 58.11 | 8.31 | - |
| YUV | 186.8 | 22.58 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 0 | 0 | 0.17 | 1 | 0.07 | 49.66 | 1 | 0.47 |
| Hex | EE | C5 | 0 | 0 | 11 | 64 | 7 | 32 | 64 | 2F |
| Octal | 356 | 305 | 0 | 0 | 21 | 144 | 7 | 62 | 144 | 57 |
| Binary | 11101110 | 11000101 | 0 | 0 | 10001 | 1100100 | 111 | 110010 | 1100100 | 101111 |
Color Harmonies of #EEC500
Complementary color
Monochromatic Colors of #EEC500
Black with #EEC500
Text Example
Text Example
White with #EEC500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC500; }
p { color: rgb(238,197,0); }
H1.HeaderClassName
{
color: #EEC500;
}
.AnyTagClassName
{
color: #EEC500;
}
</style>
background-color css
<style>
a { background-color: #EEC500; }
a { background-color: rgb(238,197,0); }
div.DivClassName
{
background-color: #EEC500;
}
.BgClassName
{
background-color: #EEC500;
}
</style>
border-color css
<style>
span { border-color: #EEC500; }
span { border-color: rgb(238,197,0); }
td.TdClassName
{
border-color: #EEC500;
}
.TagClassName
{
border-color: #EEC500;
}
</style>