Shades of Golden Poppy #EEB908
Tints of Golden Poppy #EEB908
RGB
CMYK
RGB Variations
Color information
#EEB908 (or 0xEEB908) is known color: Golden Poppy. HEX triplet: EE, B9 and 08. RGB value is (238,185,8). Sum of RGB (Red+Green+Blue) = 238+185+8=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 8 (3.52% from 255 or 1.86% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB908 is #1146F7. Grayscale: #B5B5B5. Windows color (decimal): -1132280 or 571886. OLE color: 571886.
HSL color Cylindrical-coordinate representation of color #EEB908: hue angle of 46.17º 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 #EEB908 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 8 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.07 |
| HSL | 46.17º | 0.93% | 0.48% | - |
| HSV(B) | 46.17º | 0.97% | 0.93% | - |
| XYZ | 52.65 | 52.89 | 7.66 | - |
| YUV | 180.67 | 30.56 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 8 | 0 | 0.22 | 0.97 | 0.07 | 46.17 | 0.93 | 0.48 |
| Hex | EE | B9 | 8 | 0 | 16 | 61 | 7 | 2E | 5D | 30 |
| Octal | 356 | 271 | 10 | 0 | 26 | 141 | 7 | 56 | 135 | 60 |
| Binary | 11101110 | 10111001 | 1000 | 0 | 10110 | 1100001 | 111 | 101110 | 1011101 | 110000 |
Color Harmonies of #EEB908
Complementary color
Monochromatic Colors of #EEB908
Black with #EEB908
Text Example
Text Example
White with #EEB908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB908; }
p { color: rgb(238,185,8); }
H1.HeaderClassName
{
color: #EEB908;
}
.AnyTagClassName
{
color: #EEB908;
}
</style>
background-color css
<style>
a { background-color: #EEB908; }
a { background-color: rgb(238,185,8); }
div.DivClassName
{
background-color: #EEB908;
}
.BgClassName
{
background-color: #EEB908;
}
</style>
border-color css
<style>
span { border-color: #EEB908; }
span { border-color: rgb(238,185,8); }
td.TdClassName
{
border-color: #EEB908;
}
.TagClassName
{
border-color: #EEB908;
}
</style>