Shades of Golden Poppy #EEBA02
Tints of Golden Poppy #EEBA02
RGB
CMYK
RGB Variations
Color information
#EEBA02 (or 0xEEBA02) is known color: Golden Poppy. HEX triplet: EE, BA and 02. RGB value is (238,186,2). Sum of RGB (Red+Green+Blue) = 238+186+2=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBA02 is #1145FD. Grayscale: #B5B5B5. Windows color (decimal): -1132030 or 178926. OLE color: 178926.
HSL color Cylindrical-coordinate representation of color #EEBA02: hue angle of 46.78º 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 #EEBA02 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.07 |
| HSL | 46.78º | 0.98% | 0.47% | - |
| HSV(B) | 46.78º | 0.99% | 0.93% | - |
| XYZ | 52.83 | 53.3 | 7.56 | - |
| YUV | 180.57 | 27.23 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 2 | 0 | 0.22 | 0.99 | 0.07 | 46.78 | 0.98 | 0.47 |
| Hex | EE | BA | 2 | 0 | 16 | 63 | 7 | 2F | 62 | 2F |
| Octal | 356 | 272 | 2 | 0 | 26 | 143 | 7 | 57 | 142 | 57 |
| Binary | 11101110 | 10111010 | 10 | 0 | 10110 | 1100011 | 111 | 101111 | 1100010 | 101111 |
Color Harmonies of #EEBA02
Complementary color
Monochromatic Colors of #EEBA02
Black with #EEBA02
Text Example
Text Example
White with #EEBA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA02; }
p { color: rgb(238,186,2); }
H1.HeaderClassName
{
color: #EEBA02;
}
.AnyTagClassName
{
color: #EEBA02;
}
</style>
background-color css
<style>
a { background-color: #EEBA02; }
a { background-color: rgb(238,186,2); }
div.DivClassName
{
background-color: #EEBA02;
}
.BgClassName
{
background-color: #EEBA02;
}
</style>
border-color css
<style>
span { border-color: #EEBA02; }
span { border-color: rgb(238,186,2); }
td.TdClassName
{
border-color: #EEBA02;
}
.TagClassName
{
border-color: #EEBA02;
}
</style>