Shades of Golden Poppy #EEC503
Tints of Golden Poppy #EEC503
RGB
CMYK
RGB Variations
Color information
#EEC503 (or 0xEEC503) is known color: Golden Poppy. HEX triplet: EE, C5 and 03. RGB value is (238,197,3). Sum of RGB (Red+Green+Blue) = 238+197+3=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 3 (1.56% from 255 or 0.68% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC503 is #113AFC. Grayscale: #BBBBBB. Windows color (decimal): -1129213 or 247278. OLE color: 247278.
HSL color Cylindrical-coordinate representation of color #EEC503: hue angle of 49.53º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EEC503 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 3 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.07 |
| HSL | 49.53º | 0.98% | 0.47% | - |
| HSV(B) | 49.53º | 0.99% | 0.93% | - |
| XYZ | 55.24 | 58.12 | 8.39 | - |
| YUV | 187.14 | 24.08 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 3 | 0 | 0.17 | 0.99 | 0.07 | 49.53 | 0.98 | 0.47 |
| Hex | EE | C5 | 3 | 0 | 11 | 63 | 7 | 32 | 62 | 2F |
| Octal | 356 | 305 | 3 | 0 | 21 | 143 | 7 | 62 | 142 | 57 |
| Binary | 11101110 | 11000101 | 11 | 0 | 10001 | 1100011 | 111 | 110010 | 1100010 | 101111 |
Color Harmonies of #EEC503
Complementary color
Monochromatic Colors of #EEC503
Black with #EEC503
Text Example
Text Example
White with #EEC503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC503; }
p { color: rgb(238,197,3); }
H1.HeaderClassName
{
color: #EEC503;
}
.AnyTagClassName
{
color: #EEC503;
}
</style>
background-color css
<style>
a { background-color: #EEC503; }
a { background-color: rgb(238,197,3); }
div.DivClassName
{
background-color: #EEC503;
}
.BgClassName
{
background-color: #EEC503;
}
</style>
border-color css
<style>
span { border-color: #EEC503; }
span { border-color: rgb(238,197,3); }
td.TdClassName
{
border-color: #EEC503;
}
.TagClassName
{
border-color: #EEC503;
}
</style>