Shades of Golden Poppy #E8BF00
Tints of Golden Poppy #E8BF00
RGB
CMYK
RGB Variations
Color information
#E8BF00 (or 0xE8BF00) is known color: Golden Poppy. HEX triplet: E8, BF and 00. RGB value is (232,191,0). Sum of RGB (Red+Green+Blue) = 232+191+0=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8BF00 is #1740FF. Grayscale: #B6B6B6. Windows color (decimal): -1523968 or 49128. OLE color: 49128.
HSL color Cylindrical-coordinate representation of color #E8BF00: hue angle of 49.4º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8BF00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 191 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.09 |
| HSL | 49.4º | 1% | 0.45% | - |
| HSV(B) | 49.4º | 1% | 0.91% | - |
| XYZ | 51.91 | 54.42 | 7.77 | - |
| YUV | 181.49 | 25.58 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 191 | 0 | 0 | 0.18 | 1 | 0.09 | 49.4 | 1 | 0.45 |
| Hex | E8 | BF | 0 | 0 | 12 | 64 | 9 | 31 | 64 | 2D |
| Octal | 350 | 277 | 0 | 0 | 22 | 144 | 11 | 61 | 144 | 55 |
| Binary | 11101000 | 10111111 | 0 | 0 | 10010 | 1100100 | 1001 | 110001 | 1100100 | 101101 |
Color Harmonies of #E8BF00
Complementary color
Monochromatic Colors of #E8BF00
Black with #E8BF00
Text Example
Text Example
White with #E8BF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BF00; }
p { color: rgb(232,191,0); }
H1.HeaderClassName
{
color: #E8BF00;
}
.AnyTagClassName
{
color: #E8BF00;
}
</style>
background-color css
<style>
a { background-color: #E8BF00; }
a { background-color: rgb(232,191,0); }
div.DivClassName
{
background-color: #E8BF00;
}
.BgClassName
{
background-color: #E8BF00;
}
</style>
border-color css
<style>
span { border-color: #E8BF00; }
span { border-color: rgb(232,191,0); }
td.TdClassName
{
border-color: #E8BF00;
}
.TagClassName
{
border-color: #E8BF00;
}
</style>