Shades of Golden Poppy #EEBF05
Tints of Golden Poppy #EEBF05
RGB
CMYK
RGB Variations
Color information
#EEBF05 (or 0xEEBF05) is known color: Golden Poppy. HEX triplet: EE, BF and 05. RGB value is (238,191,5). Sum of RGB (Red+Green+Blue) = 238+191+5=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 5 (2.34% from 255 or 1.15% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBF05 is #1140FA. Grayscale: #B8B8B8. Windows color (decimal): -1130747 or 376814. OLE color: 376814.
HSL color Cylindrical-coordinate representation of color #EEBF05: hue angle of 47.9º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEBF05 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 5 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.07 |
| HSL | 47.9º | 0.96% | 0.48% | - |
| HSV(B) | 47.9º | 0.98% | 0.93% | - |
| XYZ | 53.92 | 55.45 | 8 | - |
| YUV | 183.85 | 27.07 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 5 | 0 | 0.20 | 0.98 | 0.07 | 47.9 | 0.96 | 0.48 |
| Hex | EE | BF | 5 | 0 | 14 | 62 | 7 | 30 | 60 | 30 |
| Octal | 356 | 277 | 5 | 0 | 24 | 142 | 7 | 60 | 140 | 60 |
| Binary | 11101110 | 10111111 | 101 | 0 | 10100 | 1100010 | 111 | 110000 | 1100000 | 110000 |
Color Harmonies of #EEBF05
Complementary color
Monochromatic Colors of #EEBF05
Black with #EEBF05
Text Example
Text Example
White with #EEBF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF05; }
p { color: rgb(238,191,5); }
H1.HeaderClassName
{
color: #EEBF05;
}
.AnyTagClassName
{
color: #EEBF05;
}
</style>
background-color css
<style>
a { background-color: #EEBF05; }
a { background-color: rgb(238,191,5); }
div.DivClassName
{
background-color: #EEBF05;
}
.BgClassName
{
background-color: #EEBF05;
}
</style>
border-color css
<style>
span { border-color: #EEBF05; }
span { border-color: rgb(238,191,5); }
td.TdClassName
{
border-color: #EEBF05;
}
.TagClassName
{
border-color: #EEBF05;
}
</style>