Shades of Golden Poppy #EEBF08
Tints of Golden Poppy #EEBF08
RGB
CMYK
RGB Variations
Color information
#EEBF08 (or 0xEEBF08) is known color: Golden Poppy. HEX triplet: EE, BF and 08. RGB value is (238,191,8). Sum of RGB (Red+Green+Blue) = 238+191+8=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 8 (3.52% from 255 or 1.83% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBF08 is #1140F7. Grayscale: #B8B8B8. Windows color (decimal): -1130744 or 573422. OLE color: 573422.
HSL color Cylindrical-coordinate representation of color #EEBF08: hue angle of 47.74º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEBF08 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 8 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.07 |
| HSL | 47.74º | 0.93% | 0.48% | - |
| HSV(B) | 47.74º | 0.97% | 0.93% | - |
| XYZ | 53.93 | 55.46 | 8.09 | - |
| YUV | 184.19 | 28.57 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 8 | 0 | 0.20 | 0.97 | 0.07 | 47.74 | 0.93 | 0.48 |
| Hex | EE | BF | 8 | 0 | 14 | 61 | 7 | 30 | 5D | 30 |
| Octal | 356 | 277 | 10 | 0 | 24 | 141 | 7 | 60 | 135 | 60 |
| Binary | 11101110 | 10111111 | 1000 | 0 | 10100 | 1100001 | 111 | 110000 | 1011101 | 110000 |
Color Harmonies of #EEBF08
Complementary color
Monochromatic Colors of #EEBF08
Black with #EEBF08
Text Example
Text Example
White with #EEBF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF08; }
p { color: rgb(238,191,8); }
H1.HeaderClassName
{
color: #EEBF08;
}
.AnyTagClassName
{
color: #EEBF08;
}
</style>
background-color css
<style>
a { background-color: #EEBF08; }
a { background-color: rgb(238,191,8); }
div.DivClassName
{
background-color: #EEBF08;
}
.BgClassName
{
background-color: #EEBF08;
}
</style>
border-color css
<style>
span { border-color: #EEBF08; }
span { border-color: rgb(238,191,8); }
td.TdClassName
{
border-color: #EEBF08;
}
.TagClassName
{
border-color: #EEBF08;
}
</style>