Shades of Golden Poppy #E5BD00
Tints of Golden Poppy #E5BD00
RGB
CMYK
RGB Variations
Color information
#E5BD00 (or 0xE5BD00) is known color: Golden Poppy. HEX triplet: E5, BD and 00. RGB value is (229,189,0). Sum of RGB (Red+Green+Blue) = 229+189+0=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5BD00 is #1A42FF. Grayscale: #B4B4B4. Windows color (decimal): -1721088 or 48613. OLE color: 48613.
HSL color Cylindrical-coordinate representation of color #E5BD00: hue angle of 49.52º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5BD00 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 189 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.10 |
| HSL | 49.52º | 1% | 0.45% | - |
| HSV(B) | 49.52º | 1% | 0.9% | - |
| XYZ | 50.51 | 53.05 | 7.58 | - |
| YUV | 179.41 | 26.75 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 0 | 0 | 0.17 | 1 | 0.10 | 49.52 | 1 | 0.45 |
| Hex | E5 | BD | 0 | 0 | 11 | 64 | A | 32 | 64 | 2D |
| Octal | 345 | 275 | 0 | 0 | 21 | 144 | 12 | 62 | 144 | 55 |
| Binary | 11100101 | 10111101 | 0 | 0 | 10001 | 1100100 | 1010 | 110010 | 1100100 | 101101 |
Color Harmonies of #E5BD00
Complementary color
Monochromatic Colors of #E5BD00
Black with #E5BD00
Text Example
Text Example
White with #E5BD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BD00; }
p { color: rgb(229,189,0); }
H1.HeaderClassName
{
color: #E5BD00;
}
.AnyTagClassName
{
color: #E5BD00;
}
</style>
background-color css
<style>
a { background-color: #E5BD00; }
a { background-color: rgb(229,189,0); }
div.DivClassName
{
background-color: #E5BD00;
}
.BgClassName
{
background-color: #E5BD00;
}
</style>
border-color css
<style>
span { border-color: #E5BD00; }
span { border-color: rgb(229,189,0); }
td.TdClassName
{
border-color: #E5BD00;
}
.TagClassName
{
border-color: #E5BD00;
}
</style>