Shades of Golden Poppy #EEC602
Tints of Golden Poppy #EEC602
RGB
CMYK
RGB Variations
Color information
#EEC602 (or 0xEEC602) is known color: Golden Poppy. HEX triplet: EE, C6 and 02. RGB value is (238,198,2). Sum of RGB (Red+Green+Blue) = 238+198+2=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC602 is #1139FD. Grayscale: #BCBCBC. Windows color (decimal): -1128958 or 181998. OLE color: 181998.
HSL color Cylindrical-coordinate representation of color #EEC602: hue angle of 49.83º 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 #EEC602 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.07 |
| HSL | 49.83º | 0.98% | 0.47% | - |
| HSV(B) | 49.83º | 0.99% | 0.93% | - |
| XYZ | 55.46 | 58.57 | 8.44 | - |
| YUV | 187.62 | 23.25 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 2 | 0 | 0.17 | 0.99 | 0.07 | 49.83 | 0.98 | 0.47 |
| Hex | EE | C6 | 2 | 0 | 11 | 63 | 7 | 32 | 62 | 2F |
| Octal | 356 | 306 | 2 | 0 | 21 | 143 | 7 | 62 | 142 | 57 |
| Binary | 11101110 | 11000110 | 10 | 0 | 10001 | 1100011 | 111 | 110010 | 1100010 | 101111 |
Color Harmonies of #EEC602
Complementary color
Monochromatic Colors of #EEC602
Black with #EEC602
Text Example
Text Example
White with #EEC602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC602; }
p { color: rgb(238,198,2); }
H1.HeaderClassName
{
color: #EEC602;
}
.AnyTagClassName
{
color: #EEC602;
}
</style>
background-color css
<style>
a { background-color: #EEC602; }
a { background-color: rgb(238,198,2); }
div.DivClassName
{
background-color: #EEC602;
}
.BgClassName
{
background-color: #EEC602;
}
</style>
border-color css
<style>
span { border-color: #EEC602; }
span { border-color: rgb(238,198,2); }
td.TdClassName
{
border-color: #EEC602;
}
.TagClassName
{
border-color: #EEC602;
}
</style>