Shades of Golden Poppy #EEB902
Tints of Golden Poppy #EEB902
RGB
CMYK
RGB Variations
Color information
#EEB902 (or 0xEEB902) is known color: Golden Poppy. HEX triplet: EE, B9 and 02. RGB value is (238,185,2). Sum of RGB (Red+Green+Blue) = 238+185+2=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB902 is #1146FD. Grayscale: #B4B4B4. Windows color (decimal): -1132286 or 178670. OLE color: 178670.
HSL color Cylindrical-coordinate representation of color #EEB902: hue angle of 46.53º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EEB902 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.07 |
| HSL | 46.53º | 0.98% | 0.47% | - |
| HSV(B) | 46.53º | 0.99% | 0.93% | - |
| XYZ | 52.62 | 52.88 | 7.49 | - |
| YUV | 179.99 | 27.56 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 2 | 0 | 0.22 | 0.99 | 0.07 | 46.53 | 0.98 | 0.47 |
| Hex | EE | B9 | 2 | 0 | 16 | 63 | 7 | 2F | 62 | 2F |
| Octal | 356 | 271 | 2 | 0 | 26 | 143 | 7 | 57 | 142 | 57 |
| Binary | 11101110 | 10111001 | 10 | 0 | 10110 | 1100011 | 111 | 101111 | 1100010 | 101111 |
Color Harmonies of #EEB902
Complementary color
Monochromatic Colors of #EEB902
Black with #EEB902
Text Example
Text Example
White with #EEB902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB902; }
p { color: rgb(238,185,2); }
H1.HeaderClassName
{
color: #EEB902;
}
.AnyTagClassName
{
color: #EEB902;
}
</style>
background-color css
<style>
a { background-color: #EEB902; }
a { background-color: rgb(238,185,2); }
div.DivClassName
{
background-color: #EEB902;
}
.BgClassName
{
background-color: #EEB902;
}
</style>
border-color css
<style>
span { border-color: #EEB902; }
span { border-color: rgb(238,185,2); }
td.TdClassName
{
border-color: #EEB902;
}
.TagClassName
{
border-color: #EEB902;
}
</style>