Shades of Golden Poppy #EEC502
Tints of Golden Poppy #EEC502
RGB
CMYK
RGB Variations
Color information
#EEC502 (or 0xEEC502) is known color: Golden Poppy. HEX triplet: EE, C5 and 02. RGB value is (238,197,2). Sum of RGB (Red+Green+Blue) = 238+197+2=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 2 (1.17% from 255 or 0.46% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC502 is #113AFD. Grayscale: #BBBBBB. Windows color (decimal): -1129214 or 181742. OLE color: 181742.
HSL color Cylindrical-coordinate representation of color #EEC502: hue angle of 49.58º 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 #EEC502 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.07 |
| HSL | 49.58º | 0.98% | 0.47% | - |
| HSV(B) | 49.58º | 0.99% | 0.93% | - |
| XYZ | 55.24 | 58.11 | 8.36 | - |
| YUV | 187.03 | 23.58 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 2 | 0 | 0.17 | 0.99 | 0.07 | 49.58 | 0.98 | 0.47 |
| Hex | EE | C5 | 2 | 0 | 11 | 63 | 7 | 32 | 62 | 2F |
| Octal | 356 | 305 | 2 | 0 | 21 | 143 | 7 | 62 | 142 | 57 |
| Binary | 11101110 | 11000101 | 10 | 0 | 10001 | 1100011 | 111 | 110010 | 1100010 | 101111 |
Color Harmonies of #EEC502
Complementary color
Monochromatic Colors of #EEC502
Black with #EEC502
Text Example
Text Example
White with #EEC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC502; }
p { color: rgb(238,197,2); }
H1.HeaderClassName
{
color: #EEC502;
}
.AnyTagClassName
{
color: #EEC502;
}
</style>
background-color css
<style>
a { background-color: #EEC502; }
a { background-color: rgb(238,197,2); }
div.DivClassName
{
background-color: #EEC502;
}
.BgClassName
{
background-color: #EEC502;
}
</style>
border-color css
<style>
span { border-color: #EEC502; }
span { border-color: rgb(238,197,2); }
td.TdClassName
{
border-color: #EEC502;
}
.TagClassName
{
border-color: #EEC502;
}
</style>