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