Shades of Golden Poppy #EEC903
Tints of Golden Poppy #EEC903
RGB
CMYK
RGB Variations
Color information
#EEC903 (or 0xEEC903) is known color: Golden Poppy. HEX triplet: EE, C9 and 03. RGB value is (238,201,3). Sum of RGB (Red+Green+Blue) = 238+201+3=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 3 (1.56% from 255 or 0.68% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC903 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC903 is #1136FC. Grayscale: #BEBEBE. Windows color (decimal): -1128189 or 248302. OLE color: 248302.
HSL color Cylindrical-coordinate representation of color #EEC903: hue angle of 50.55º 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 #EEC903 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 3 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.07 |
| HSL | 50.55º | 0.98% | 0.47% | - |
| HSV(B) | 50.55º | 0.99% | 0.93% | - |
| XYZ | 56.16 | 59.96 | 8.7 | - |
| YUV | 189.49 | 22.76 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 3 | 0 | 0.16 | 0.99 | 0.07 | 50.55 | 0.98 | 0.47 |
| Hex | EE | C9 | 3 | 0 | 10 | 63 | 7 | 33 | 62 | 2F |
| Octal | 356 | 311 | 3 | 0 | 20 | 143 | 7 | 63 | 142 | 57 |
| Binary | 11101110 | 11001001 | 11 | 0 | 10000 | 1100011 | 111 | 110011 | 1100010 | 101111 |
Color Harmonies of #EEC903
Complementary color
Monochromatic Colors of #EEC903
Black with #EEC903
Text Example
Text Example
White with #EEC903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC903; }
p { color: rgb(238,201,3); }
H1.HeaderClassName
{
color: #EEC903;
}
.AnyTagClassName
{
color: #EEC903;
}
</style>
background-color css
<style>
a { background-color: #EEC903; }
a { background-color: rgb(238,201,3); }
div.DivClassName
{
background-color: #EEC903;
}
.BgClassName
{
background-color: #EEC903;
}
</style>
border-color css
<style>
span { border-color: #EEC903; }
span { border-color: rgb(238,201,3); }
td.TdClassName
{
border-color: #EEC903;
}
.TagClassName
{
border-color: #EEC903;
}
</style>