Shades of Golden Poppy #EEB809
Tints of Golden Poppy #EEB809
RGB
CMYK
RGB Variations
Color information
#EEB809 (or 0xEEB809) is known color: Golden Poppy. HEX triplet: EE, B8 and 09. RGB value is (238,184,9). Sum of RGB (Red+Green+Blue) = 238+184+9=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 9 (3.91% from 255 or 2.09% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB809 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB809 is #1147F6. Grayscale: #B4B4B4. Windows color (decimal): -1132535 or 637166. OLE color: 637166.
HSL color Cylindrical-coordinate representation of color #EEB809: hue angle of 45.85º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EEB809 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 9 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.07 |
| HSL | 45.85º | 0.93% | 0.48% | - |
| HSV(B) | 45.85º | 0.96% | 0.93% | - |
| XYZ | 52.45 | 52.48 | 7.62 | - |
| YUV | 180.2 | 31.39 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 9 | 0 | 0.23 | 0.96 | 0.07 | 45.85 | 0.93 | 0.48 |
| Hex | EE | B8 | 9 | 0 | 17 | 60 | 7 | 2E | 5D | 30 |
| Octal | 356 | 270 | 11 | 0 | 27 | 140 | 7 | 56 | 135 | 60 |
| Binary | 11101110 | 10111000 | 1001 | 0 | 10111 | 1100000 | 111 | 101110 | 1011101 | 110000 |
Color Harmonies of #EEB809
Complementary color
Monochromatic Colors of #EEB809
Black with #EEB809
Text Example
Text Example
White with #EEB809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB809; }
p { color: rgb(238,184,9); }
H1.HeaderClassName
{
color: #EEB809;
}
.AnyTagClassName
{
color: #EEB809;
}
</style>
background-color css
<style>
a { background-color: #EEB809; }
a { background-color: rgb(238,184,9); }
div.DivClassName
{
background-color: #EEB809;
}
.BgClassName
{
background-color: #EEB809;
}
</style>
border-color css
<style>
span { border-color: #EEB809; }
span { border-color: rgb(238,184,9); }
td.TdClassName
{
border-color: #EEB809;
}
.TagClassName
{
border-color: #EEB809;
}
</style>