Shades of Golden Poppy #E5BD02
Tints of Golden Poppy #E5BD02
RGB
CMYK
RGB Variations
Color information
#E5BD02 (or 0xE5BD02) is known color: Golden Poppy. HEX triplet: E5, BD and 02. RGB value is (229,189,2). Sum of RGB (Red+Green+Blue) = 229+189+2=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5BD02 is #1A42FD. Grayscale: #B4B4B4. Windows color (decimal): -1721086 or 179685. OLE color: 179685.
HSL color Cylindrical-coordinate representation of color #E5BD02: hue angle of 49.43º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5BD02 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 189 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.10 |
| HSL | 49.43º | 0.98% | 0.45% | - |
| HSV(B) | 49.43º | 0.99% | 0.9% | - |
| XYZ | 50.52 | 53.06 | 7.64 | - |
| YUV | 179.64 | 27.75 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 2 | 0 | 0.17 | 0.99 | 0.10 | 49.43 | 0.98 | 0.45 |
| Hex | E5 | BD | 2 | 0 | 11 | 63 | A | 31 | 62 | 2D |
| Octal | 345 | 275 | 2 | 0 | 21 | 143 | 12 | 61 | 142 | 55 |
| Binary | 11100101 | 10111101 | 10 | 0 | 10001 | 1100011 | 1010 | 110001 | 1100010 | 101101 |
Color Harmonies of #E5BD02
Complementary color
Monochromatic Colors of #E5BD02
Black with #E5BD02
Text Example
Text Example
White with #E5BD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BD02; }
p { color: rgb(229,189,2); }
H1.HeaderClassName
{
color: #E5BD02;
}
.AnyTagClassName
{
color: #E5BD02;
}
</style>
background-color css
<style>
a { background-color: #E5BD02; }
a { background-color: rgb(229,189,2); }
div.DivClassName
{
background-color: #E5BD02;
}
.BgClassName
{
background-color: #E5BD02;
}
</style>
border-color css
<style>
span { border-color: #E5BD02; }
span { border-color: rgb(229,189,2); }
td.TdClassName
{
border-color: #E5BD02;
}
.TagClassName
{
border-color: #E5BD02;
}
</style>