Shades of Golden Poppy #EEBA04
Tints of Golden Poppy #EEBA04
RGB
CMYK
RGB Variations
Color information
#EEBA04 (or 0xEEBA04) is known color: Golden Poppy. HEX triplet: EE, BA and 04. RGB value is (238,186,4). Sum of RGB (Red+Green+Blue) = 238+186+4=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 4 (1.95% from 255 or 0.93% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBA04 is #1145FB. Grayscale: #B5B5B5. Windows color (decimal): -1132028 or 309998. OLE color: 309998.
HSL color Cylindrical-coordinate representation of color #EEBA04: hue angle of 46.67º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEBA04 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 4 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.07 |
| HSL | 46.67º | 0.97% | 0.47% | - |
| HSV(B) | 46.67º | 0.98% | 0.93% | - |
| XYZ | 52.84 | 53.3 | 7.62 | - |
| YUV | 180.8 | 28.23 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 4 | 0 | 0.22 | 0.98 | 0.07 | 46.67 | 0.97 | 0.47 |
| Hex | EE | BA | 4 | 0 | 16 | 62 | 7 | 2F | 61 | 2F |
| Octal | 356 | 272 | 4 | 0 | 26 | 142 | 7 | 57 | 141 | 57 |
| Binary | 11101110 | 10111010 | 100 | 0 | 10110 | 1100010 | 111 | 101111 | 1100001 | 101111 |
Color Harmonies of #EEBA04
Complementary color
Monochromatic Colors of #EEBA04
Black with #EEBA04
Text Example
Text Example
White with #EEBA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA04; }
p { color: rgb(238,186,4); }
H1.HeaderClassName
{
color: #EEBA04;
}
.AnyTagClassName
{
color: #EEBA04;
}
</style>
background-color css
<style>
a { background-color: #EEBA04; }
a { background-color: rgb(238,186,4); }
div.DivClassName
{
background-color: #EEBA04;
}
.BgClassName
{
background-color: #EEBA04;
}
</style>
border-color css
<style>
span { border-color: #EEBA04; }
span { border-color: rgb(238,186,4); }
td.TdClassName
{
border-color: #EEBA04;
}
.TagClassName
{
border-color: #EEBA04;
}
</style>