Shades of Golden Poppy #EEBA01
Tints of Golden Poppy #EEBA01
RGB
CMYK
RGB Variations
Color information
#EEBA01 (or 0xEEBA01) is known color: Golden Poppy. HEX triplet: EE, BA and 01. RGB value is (238,186,1). Sum of RGB (Red+Green+Blue) = 238+186+1=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBA01 is #1145FE. Grayscale: #B5B5B5. Windows color (decimal): -1132031 or 113390. OLE color: 113390.
HSL color Cylindrical-coordinate representation of color #EEBA01: hue angle of 46.84º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEBA01 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 1 | - |
| CMYK | 0 | 0.22 | 1.00 | 0.07 |
| HSL | 46.84º | 0.99% | 0.47% | - |
| HSV(B) | 46.84º | 1% | 0.93% | - |
| XYZ | 52.82 | 53.3 | 7.53 | - |
| YUV | 180.46 | 26.73 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 1 | 0 | 0.22 | 1.00 | 0.07 | 46.84 | 0.99 | 0.47 |
| Hex | EE | BA | 1 | 0 | 16 | 64 | 7 | 2F | 63 | 2F |
| Octal | 356 | 272 | 1 | 0 | 26 | 144 | 7 | 57 | 143 | 57 |
| Binary | 11101110 | 10111010 | 1 | 0 | 10110 | 1100100 | 111 | 101111 | 1100011 | 101111 |
Color Harmonies of #EEBA01
Complementary color
Monochromatic Colors of #EEBA01
Black with #EEBA01
Text Example
Text Example
White with #EEBA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA01; }
p { color: rgb(238,186,1); }
H1.HeaderClassName
{
color: #EEBA01;
}
.AnyTagClassName
{
color: #EEBA01;
}
</style>
background-color css
<style>
a { background-color: #EEBA01; }
a { background-color: rgb(238,186,1); }
div.DivClassName
{
background-color: #EEBA01;
}
.BgClassName
{
background-color: #EEBA01;
}
</style>
border-color css
<style>
span { border-color: #EEBA01; }
span { border-color: rgb(238,186,1); }
td.TdClassName
{
border-color: #EEBA01;
}
.TagClassName
{
border-color: #EEBA01;
}
</style>