Shades of Golden Poppy #EEC002
Tints of Golden Poppy #EEC002
RGB
CMYK
RGB Variations
Color information
#EEC002 (or 0xEEC002) is known color: Golden Poppy. HEX triplet: EE, C0 and 02. RGB value is (238,192,2). Sum of RGB (Red+Green+Blue) = 238+192+2=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC002 is #113FFD. Grayscale: #B8B8B8. Windows color (decimal): -1130494 or 180462. OLE color: 180462.
HSL color Cylindrical-coordinate representation of color #EEC002: hue angle of 48.31º 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 #EEC002 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.07 |
| HSL | 48.31º | 0.98% | 0.47% | - |
| HSV(B) | 48.31º | 0.99% | 0.93% | - |
| XYZ | 54.12 | 55.88 | 7.99 | - |
| YUV | 184.09 | 25.24 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 2 | 0 | 0.19 | 0.99 | 0.07 | 48.31 | 0.98 | 0.47 |
| Hex | EE | C0 | 2 | 0 | 13 | 63 | 7 | 30 | 62 | 2F |
| Octal | 356 | 300 | 2 | 0 | 23 | 143 | 7 | 60 | 142 | 57 |
| Binary | 11101110 | 11000000 | 10 | 0 | 10011 | 1100011 | 111 | 110000 | 1100010 | 101111 |
Color Harmonies of #EEC002
Complementary color
Monochromatic Colors of #EEC002
Black with #EEC002
Text Example
Text Example
White with #EEC002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC002; }
p { color: rgb(238,192,2); }
H1.HeaderClassName
{
color: #EEC002;
}
.AnyTagClassName
{
color: #EEC002;
}
</style>
background-color css
<style>
a { background-color: #EEC002; }
a { background-color: rgb(238,192,2); }
div.DivClassName
{
background-color: #EEC002;
}
.BgClassName
{
background-color: #EEC002;
}
</style>
border-color css
<style>
span { border-color: #EEC002; }
span { border-color: rgb(238,192,2); }
td.TdClassName
{
border-color: #EEC002;
}
.TagClassName
{
border-color: #EEC002;
}
</style>