Shades of Golden Poppy #EEBF04
Tints of Golden Poppy #EEBF04
RGB
CMYK
RGB Variations
Color information
#EEBF04 (or 0xEEBF04) is known color: Golden Poppy. HEX triplet: EE, BF and 04. RGB value is (238,191,4). Sum of RGB (Red+Green+Blue) = 238+191+4=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 4 (1.95% from 255 or 0.92% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBF04 is #1140FB. Grayscale: #B8B8B8. Windows color (decimal): -1130748 or 311278. OLE color: 311278.
HSL color Cylindrical-coordinate representation of color #EEBF04: hue angle of 47.95º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEBF04 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 4 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.07 |
| HSL | 47.95º | 0.97% | 0.47% | - |
| HSV(B) | 47.95º | 0.98% | 0.93% | - |
| XYZ | 53.91 | 55.45 | 7.98 | - |
| YUV | 183.74 | 26.57 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 4 | 0 | 0.20 | 0.98 | 0.07 | 47.95 | 0.97 | 0.47 |
| Hex | EE | BF | 4 | 0 | 14 | 62 | 7 | 30 | 61 | 2F |
| Octal | 356 | 277 | 4 | 0 | 24 | 142 | 7 | 60 | 141 | 57 |
| Binary | 11101110 | 10111111 | 100 | 0 | 10100 | 1100010 | 111 | 110000 | 1100001 | 101111 |
Color Harmonies of #EEBF04
Complementary color
Monochromatic Colors of #EEBF04
Black with #EEBF04
Text Example
Text Example
White with #EEBF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF04; }
p { color: rgb(238,191,4); }
H1.HeaderClassName
{
color: #EEBF04;
}
.AnyTagClassName
{
color: #EEBF04;
}
</style>
background-color css
<style>
a { background-color: #EEBF04; }
a { background-color: rgb(238,191,4); }
div.DivClassName
{
background-color: #EEBF04;
}
.BgClassName
{
background-color: #EEBF04;
}
</style>
border-color css
<style>
span { border-color: #EEBF04; }
span { border-color: rgb(238,191,4); }
td.TdClassName
{
border-color: #EEBF04;
}
.TagClassName
{
border-color: #EEBF04;
}
</style>