Shades of Golden Poppy #EEC905
Tints of Golden Poppy #EEC905
RGB
CMYK
RGB Variations
Color information
#EEC905 (or 0xEEC905) is known color: Golden Poppy. HEX triplet: EE, C9 and 05. RGB value is (238,201,5). Sum of RGB (Red+Green+Blue) = 238+201+5=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 5 (2.34% from 255 or 1.13% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC905 is #1136FA. Grayscale: #BEBEBE. Windows color (decimal): -1128187 or 379374. OLE color: 379374.
HSL color Cylindrical-coordinate representation of color #EEC905: hue angle of 50.47º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEC905 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 5 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.07 |
| HSL | 50.47º | 0.96% | 0.48% | - |
| HSV(B) | 50.47º | 0.98% | 0.93% | - |
| XYZ | 56.17 | 59.96 | 8.76 | - |
| YUV | 189.72 | 23.76 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 5 | 0 | 0.16 | 0.98 | 0.07 | 50.47 | 0.96 | 0.48 |
| Hex | EE | C9 | 5 | 0 | 10 | 62 | 7 | 32 | 60 | 30 |
| Octal | 356 | 311 | 5 | 0 | 20 | 142 | 7 | 62 | 140 | 60 |
| Binary | 11101110 | 11001001 | 101 | 0 | 10000 | 1100010 | 111 | 110010 | 1100000 | 110000 |
Color Harmonies of #EEC905
Complementary color
Monochromatic Colors of #EEC905
Black with #EEC905
Text Example
Text Example
White with #EEC905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC905; }
p { color: rgb(238,201,5); }
H1.HeaderClassName
{
color: #EEC905;
}
.AnyTagClassName
{
color: #EEC905;
}
</style>
background-color css
<style>
a { background-color: #EEC905; }
a { background-color: rgb(238,201,5); }
div.DivClassName
{
background-color: #EEC905;
}
.BgClassName
{
background-color: #EEC905;
}
</style>
border-color css
<style>
span { border-color: #EEC905; }
span { border-color: rgb(238,201,5); }
td.TdClassName
{
border-color: #EEC905;
}
.TagClassName
{
border-color: #EEC905;
}
</style>