Shades of Golden Poppy #EEBA09
Tints of Golden Poppy #EEBA09
RGB
CMYK
RGB Variations
Color information
#EEBA09 (or 0xEEBA09) is known color: Golden Poppy. HEX triplet: EE, BA and 09. RGB value is (238,186,9). Sum of RGB (Red+Green+Blue) = 238+186+9=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 9 (3.91% from 255 or 2.08% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBA09 is #1145F6. Grayscale: #B6B6B6. Windows color (decimal): -1132023 or 637678. OLE color: 637678.
HSL color Cylindrical-coordinate representation of color #EEBA09: hue angle of 46.38º 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 #EEBA09 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 9 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.07 |
| HSL | 46.38º | 0.93% | 0.48% | - |
| HSV(B) | 46.38º | 0.96% | 0.93% | - |
| XYZ | 52.87 | 53.31 | 7.76 | - |
| YUV | 181.37 | 30.73 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 9 | 0 | 0.22 | 0.96 | 0.07 | 46.38 | 0.93 | 0.48 |
| Hex | EE | BA | 9 | 0 | 16 | 60 | 7 | 2E | 5D | 30 |
| Octal | 356 | 272 | 11 | 0 | 26 | 140 | 7 | 56 | 135 | 60 |
| Binary | 11101110 | 10111010 | 1001 | 0 | 10110 | 1100000 | 111 | 101110 | 1011101 | 110000 |
Color Harmonies of #EEBA09
Complementary color
Monochromatic Colors of #EEBA09
Black with #EEBA09
Text Example
Text Example
White with #EEBA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA09; }
p { color: rgb(238,186,9); }
H1.HeaderClassName
{
color: #EEBA09;
}
.AnyTagClassName
{
color: #EEBA09;
}
</style>
background-color css
<style>
a { background-color: #EEBA09; }
a { background-color: rgb(238,186,9); }
div.DivClassName
{
background-color: #EEBA09;
}
.BgClassName
{
background-color: #EEBA09;
}
</style>
border-color css
<style>
span { border-color: #EEBA09; }
span { border-color: rgb(238,186,9); }
td.TdClassName
{
border-color: #EEBA09;
}
.TagClassName
{
border-color: #EEBA09;
}
</style>