Shades of Golden Poppy #E8B805
Tints of Golden Poppy #E8B805
RGB
CMYK
RGB Variations
Color information
#E8B805 (or 0xE8B805) is known color: Golden Poppy. HEX triplet: E8, B8 and 05. RGB value is (232,184,5). Sum of RGB (Red+Green+Blue) = 232+184+5=421 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.11% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 5 (2.34% from 255 or 1.19% from 421); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8B805 is #1747FA. Grayscale: #B2B2B2. Windows color (decimal): -1525755 or 375016. OLE color: 375016.
HSL color Cylindrical-coordinate representation of color #E8B805: hue angle of 47.31º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E8B805 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 184 | 5 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.09 |
| HSL | 47.31º | 0.96% | 0.46% | - |
| HSV(B) | 47.31º | 0.98% | 0.91% | - |
| XYZ | 50.45 | 51.45 | 7.42 | - |
| YUV | 177.95 | 30.4 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 184 | 5 | 0 | 0.21 | 0.98 | 0.09 | 47.31 | 0.96 | 0.46 |
| Hex | E8 | B8 | 5 | 0 | 15 | 62 | 9 | 2F | 60 | 2E |
| Octal | 350 | 270 | 5 | 0 | 25 | 142 | 11 | 57 | 140 | 56 |
| Binary | 11101000 | 10111000 | 101 | 0 | 10101 | 1100010 | 1001 | 101111 | 1100000 | 101110 |
Color Harmonies of #E8B805
Complementary color
Monochromatic Colors of #E8B805
Black with #E8B805
Text Example
Text Example
White with #E8B805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B805; }
p { color: rgb(232,184,5); }
H1.HeaderClassName
{
color: #E8B805;
}
.AnyTagClassName
{
color: #E8B805;
}
</style>
background-color css
<style>
a { background-color: #E8B805; }
a { background-color: rgb(232,184,5); }
div.DivClassName
{
background-color: #E8B805;
}
.BgClassName
{
background-color: #E8B805;
}
</style>
border-color css
<style>
span { border-color: #E8B805; }
span { border-color: rgb(232,184,5); }
td.TdClassName
{
border-color: #E8B805;
}
.TagClassName
{
border-color: #E8B805;
}
</style>