Shades of Golden Poppy #E5C304
Tints of Golden Poppy #E5C304
RGB
CMYK
RGB Variations
Color information
#E5C304 (or 0xE5C304) is known color: Golden Poppy. HEX triplet: E5, C3 and 04. RGB value is (229,195,4). Sum of RGB (Red+Green+Blue) = 229+195+4=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 4 (1.95% from 255 or 0.93% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C304 is #1A3CFB. Grayscale: #B8B8B8. Windows color (decimal): -1719548 or 312293. OLE color: 312293.
HSL color Cylindrical-coordinate representation of color #E5C304: hue angle of 50.93º 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 #E5C304 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 195 | 4 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.10 |
| HSL | 50.93º | 0.97% | 0.46% | - |
| HSV(B) | 50.93º | 0.98% | 0.9% | - |
| XYZ | 51.85 | 55.7 | 8.13 | - |
| YUV | 183.39 | 26.76 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 4 | 0 | 0.15 | 0.98 | 0.10 | 50.93 | 0.97 | 0.46 |
| Hex | E5 | C3 | 4 | 0 | F | 62 | A | 33 | 61 | 2E |
| Octal | 345 | 303 | 4 | 0 | 17 | 142 | 12 | 63 | 141 | 56 |
| Binary | 11100101 | 11000011 | 100 | 0 | 1111 | 1100010 | 1010 | 110011 | 1100001 | 101110 |
Color Harmonies of #E5C304
Complementary color
Monochromatic Colors of #E5C304
Black with #E5C304
Text Example
Text Example
White with #E5C304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C304; }
p { color: rgb(229,195,4); }
H1.HeaderClassName
{
color: #E5C304;
}
.AnyTagClassName
{
color: #E5C304;
}
</style>
background-color css
<style>
a { background-color: #E5C304; }
a { background-color: rgb(229,195,4); }
div.DivClassName
{
background-color: #E5C304;
}
.BgClassName
{
background-color: #E5C304;
}
</style>
border-color css
<style>
span { border-color: #E5C304; }
span { border-color: rgb(229,195,4); }
td.TdClassName
{
border-color: #E5C304;
}
.TagClassName
{
border-color: #E5C304;
}
</style>