Shades of Golden Poppy #EEC803
Tints of Golden Poppy #EEC803
RGB
CMYK
RGB Variations
Color information
#EEC803 (or 0xEEC803) is known color: Golden Poppy. HEX triplet: EE, C8 and 03. RGB value is (238,200,3). Sum of RGB (Red+Green+Blue) = 238+200+3=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 3 (1.56% from 255 or 0.68% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC803 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC803 is #1137FC. Grayscale: #BDBDBD. Windows color (decimal): -1128445 or 248046. OLE color: 248046.
HSL color Cylindrical-coordinate representation of color #EEC803: hue angle of 50.3º 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 #EEC803 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 3 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.07 |
| HSL | 50.3º | 0.98% | 0.47% | - |
| HSV(B) | 50.3º | 0.99% | 0.93% | - |
| XYZ | 55.93 | 59.49 | 8.62 | - |
| YUV | 188.9 | 23.09 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 3 | 0 | 0.16 | 0.99 | 0.07 | 50.3 | 0.98 | 0.47 |
| Hex | EE | C8 | 3 | 0 | 10 | 63 | 7 | 32 | 62 | 2F |
| Octal | 356 | 310 | 3 | 0 | 20 | 143 | 7 | 62 | 142 | 57 |
| Binary | 11101110 | 11001000 | 11 | 0 | 10000 | 1100011 | 111 | 110010 | 1100010 | 101111 |
Color Harmonies of #EEC803
Complementary color
Monochromatic Colors of #EEC803
Black with #EEC803
Text Example
Text Example
White with #EEC803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC803; }
p { color: rgb(238,200,3); }
H1.HeaderClassName
{
color: #EEC803;
}
.AnyTagClassName
{
color: #EEC803;
}
</style>
background-color css
<style>
a { background-color: #EEC803; }
a { background-color: rgb(238,200,3); }
div.DivClassName
{
background-color: #EEC803;
}
.BgClassName
{
background-color: #EEC803;
}
</style>
border-color css
<style>
span { border-color: #EEC803; }
span { border-color: rgb(238,200,3); }
td.TdClassName
{
border-color: #EEC803;
}
.TagClassName
{
border-color: #EEC803;
}
</style>