Shades of Golden Poppy #EEBF07
Tints of Golden Poppy #EEBF07
RGB
CMYK
RGB Variations
Color information
#EEBF07 (or 0xEEBF07) is known color: Golden Poppy. HEX triplet: EE, BF and 07. RGB value is (238,191,7). Sum of RGB (Red+Green+Blue) = 238+191+7=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 7 (3.12% from 255 or 1.61% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBF07 is #1140F8. Grayscale: #B8B8B8. Windows color (decimal): -1130745 or 507886. OLE color: 507886.
HSL color Cylindrical-coordinate representation of color #EEBF07: hue angle of 47.79º degrees, saturation: 0.94, 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 #EEBF07 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 7 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.07 |
| HSL | 47.79º | 0.94% | 0.48% | - |
| HSV(B) | 47.79º | 0.97% | 0.93% | - |
| XYZ | 53.93 | 55.45 | 8.06 | - |
| YUV | 184.08 | 28.07 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 7 | 0 | 0.20 | 0.97 | 0.07 | 47.79 | 0.94 | 0.48 |
| Hex | EE | BF | 7 | 0 | 14 | 61 | 7 | 30 | 5E | 30 |
| Octal | 356 | 277 | 7 | 0 | 24 | 141 | 7 | 60 | 136 | 60 |
| Binary | 11101110 | 10111111 | 111 | 0 | 10100 | 1100001 | 111 | 110000 | 1011110 | 110000 |
Color Harmonies of #EEBF07
Complementary color
Monochromatic Colors of #EEBF07
Black with #EEBF07
Text Example
Text Example
White with #EEBF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF07; }
p { color: rgb(238,191,7); }
H1.HeaderClassName
{
color: #EEBF07;
}
.AnyTagClassName
{
color: #EEBF07;
}
</style>
background-color css
<style>
a { background-color: #EEBF07; }
a { background-color: rgb(238,191,7); }
div.DivClassName
{
background-color: #EEBF07;
}
.BgClassName
{
background-color: #EEBF07;
}
</style>
border-color css
<style>
span { border-color: #EEBF07; }
span { border-color: rgb(238,191,7); }
td.TdClassName
{
border-color: #EEBF07;
}
.TagClassName
{
border-color: #EEBF07;
}
</style>