Shades of Golden Poppy #E8BD07
Tints of Golden Poppy #E8BD07
RGB
CMYK
RGB Variations
Color information
#E8BD07 (or 0xE8BD07) is known color: Golden Poppy. HEX triplet: E8, BD and 07. RGB value is (232,189,7). Sum of RGB (Red+Green+Blue) = 232+189+7=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 7 (3.12% from 255 or 1.64% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8BD07 is #1742F8. Grayscale: #B5B5B5. Windows color (decimal): -1524473 or 507368. OLE color: 507368.
HSL color Cylindrical-coordinate representation of color #E8BD07: hue angle of 48.53º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8BD07 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 189 | 7 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.09 |
| HSL | 48.53º | 0.94% | 0.47% | - |
| HSV(B) | 48.53º | 0.97% | 0.91% | - |
| XYZ | 51.51 | 53.57 | 7.83 | - |
| YUV | 181.11 | 29.75 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 7 | 0 | 0.19 | 0.97 | 0.09 | 48.53 | 0.94 | 0.47 |
| Hex | E8 | BD | 7 | 0 | 13 | 61 | 9 | 31 | 5E | 2F |
| Octal | 350 | 275 | 7 | 0 | 23 | 141 | 11 | 61 | 136 | 57 |
| Binary | 11101000 | 10111101 | 111 | 0 | 10011 | 1100001 | 1001 | 110001 | 1011110 | 101111 |
Color Harmonies of #E8BD07
Complementary color
Monochromatic Colors of #E8BD07
Black with #E8BD07
Text Example
Text Example
White with #E8BD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BD07; }
p { color: rgb(232,189,7); }
H1.HeaderClassName
{
color: #E8BD07;
}
.AnyTagClassName
{
color: #E8BD07;
}
</style>
background-color css
<style>
a { background-color: #E8BD07; }
a { background-color: rgb(232,189,7); }
div.DivClassName
{
background-color: #E8BD07;
}
.BgClassName
{
background-color: #E8BD07;
}
</style>
border-color css
<style>
span { border-color: #E8BD07; }
span { border-color: rgb(232,189,7); }
td.TdClassName
{
border-color: #E8BD07;
}
.TagClassName
{
border-color: #E8BD07;
}
</style>