Shades of Golden Poppy #E8BC06
Tints of Golden Poppy #E8BC06
RGB
CMYK
RGB Variations
Color information
#E8BC06 (or 0xE8BC06) is known color: Golden Poppy. HEX triplet: E8, BC and 06. RGB value is (232,188,6). Sum of RGB (Red+Green+Blue) = 232+188+6=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 6 (2.73% from 255 or 1.41% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BC06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8BC06 is #1743F9. Grayscale: #B5B5B5. Windows color (decimal): -1524730 or 441576. OLE color: 441576.
HSL color Cylindrical-coordinate representation of color #E8BC06: hue angle of 48.32º degrees, saturation: 0.95, 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 #E8BC06 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 188 | 6 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.09 |
| HSL | 48.32º | 0.95% | 0.47% | - |
| HSV(B) | 48.32º | 0.97% | 0.91% | - |
| XYZ | 51.29 | 53.14 | 7.72 | - |
| YUV | 180.41 | 29.58 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 6 | 0 | 0.19 | 0.97 | 0.09 | 48.32 | 0.95 | 0.47 |
| Hex | E8 | BC | 6 | 0 | 13 | 61 | 9 | 30 | 5F | 2F |
| Octal | 350 | 274 | 6 | 0 | 23 | 141 | 11 | 60 | 137 | 57 |
| Binary | 11101000 | 10111100 | 110 | 0 | 10011 | 1100001 | 1001 | 110000 | 1011111 | 101111 |
Color Harmonies of #E8BC06
Complementary color
Monochromatic Colors of #E8BC06
Black with #E8BC06
Text Example
Text Example
White with #E8BC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BC06; }
p { color: rgb(232,188,6); }
H1.HeaderClassName
{
color: #E8BC06;
}
.AnyTagClassName
{
color: #E8BC06;
}
</style>
background-color css
<style>
a { background-color: #E8BC06; }
a { background-color: rgb(232,188,6); }
div.DivClassName
{
background-color: #E8BC06;
}
.BgClassName
{
background-color: #E8BC06;
}
</style>
border-color css
<style>
span { border-color: #E8BC06; }
span { border-color: rgb(232,188,6); }
td.TdClassName
{
border-color: #E8BC06;
}
.TagClassName
{
border-color: #E8BC06;
}
</style>