Shades of Golden Poppy #E9B802
Tints of Golden Poppy #E9B802
RGB
CMYK
RGB Variations
Color information
#E9B802 (or 0xE9B802) is known color: Golden Poppy. HEX triplet: E9, B8 and 02. RGB value is (233,184,2). Sum of RGB (Red+Green+Blue) = 233+184+2=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9B802 is #1647FD. Grayscale: #B2B2B2. Windows color (decimal): -1460222 or 178409. OLE color: 178409.
HSL color Cylindrical-coordinate representation of color #E9B802: hue angle of 47.27º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E9B802 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 184 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.09 |
| HSL | 47.27º | 0.98% | 0.46% | - |
| HSV(B) | 47.27º | 0.99% | 0.91% | - |
| XYZ | 50.76 | 51.61 | 7.34 | - |
| YUV | 177.9 | 28.73 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 184 | 2 | 0 | 0.21 | 0.99 | 0.09 | 47.27 | 0.98 | 0.46 |
| Hex | E9 | B8 | 2 | 0 | 15 | 63 | 9 | 2F | 62 | 2E |
| Octal | 351 | 270 | 2 | 0 | 25 | 143 | 11 | 57 | 142 | 56 |
| Binary | 11101001 | 10111000 | 10 | 0 | 10101 | 1100011 | 1001 | 101111 | 1100010 | 101110 |
Color Harmonies of #E9B802
Complementary color
Monochromatic Colors of #E9B802
Black with #E9B802
Text Example
Text Example
White with #E9B802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B802; }
p { color: rgb(233,184,2); }
H1.HeaderClassName
{
color: #E9B802;
}
.AnyTagClassName
{
color: #E9B802;
}
</style>
background-color css
<style>
a { background-color: #E9B802; }
a { background-color: rgb(233,184,2); }
div.DivClassName
{
background-color: #E9B802;
}
.BgClassName
{
background-color: #E9B802;
}
</style>
border-color css
<style>
span { border-color: #E9B802; }
span { border-color: rgb(233,184,2); }
td.TdClassName
{
border-color: #E9B802;
}
.TagClassName
{
border-color: #E9B802;
}
</style>