Shades of Golden Poppy #E5C504
Tints of Golden Poppy #E5C504
RGB
CMYK
RGB Variations
Color information
#E5C504 (or 0xE5C504) is known color: Golden Poppy. HEX triplet: E5, C5 and 04. RGB value is (229,197,4). Sum of RGB (Red+Green+Blue) = 229+197+4=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 4 (1.95% from 255 or 0.93% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C504 is #1A3AFB. Grayscale: #B9B9B9. Windows color (decimal): -1719036 or 312805. OLE color: 312805.
HSL color Cylindrical-coordinate representation of color #E5C504: hue angle of 51.47º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5C504 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 197 | 4 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.10 |
| HSL | 51.47º | 0.97% | 0.46% | - |
| HSV(B) | 51.47º | 0.98% | 0.9% | - |
| XYZ | 52.3 | 56.6 | 8.28 | - |
| YUV | 184.57 | 26.1 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 197 | 4 | 0 | 0.14 | 0.98 | 0.10 | 51.47 | 0.97 | 0.46 |
| Hex | E5 | C5 | 4 | 0 | E | 62 | A | 33 | 61 | 2E |
| Octal | 345 | 305 | 4 | 0 | 16 | 142 | 12 | 63 | 141 | 56 |
| Binary | 11100101 | 11000101 | 100 | 0 | 1110 | 1100010 | 1010 | 110011 | 1100001 | 101110 |
Color Harmonies of #E5C504
Complementary color
Monochromatic Colors of #E5C504
Black with #E5C504
Text Example
Text Example
White with #E5C504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C504; }
p { color: rgb(229,197,4); }
H1.HeaderClassName
{
color: #E5C504;
}
.AnyTagClassName
{
color: #E5C504;
}
</style>
background-color css
<style>
a { background-color: #E5C504; }
a { background-color: rgb(229,197,4); }
div.DivClassName
{
background-color: #E5C504;
}
.BgClassName
{
background-color: #E5C504;
}
</style>
border-color css
<style>
span { border-color: #E5C504; }
span { border-color: rgb(229,197,4); }
td.TdClassName
{
border-color: #E5C504;
}
.TagClassName
{
border-color: #E5C504;
}
</style>