Shades of Golden Poppy #E5C301
Tints of Golden Poppy #E5C301
RGB
CMYK
RGB Variations
Color information
#E5C301 (or 0xE5C301) is known color: Golden Poppy. HEX triplet: E5, C3 and 01. RGB value is (229,195,1). Sum of RGB (Red+Green+Blue) = 229+195+1=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C301 is #1A3CFE. Grayscale: #B7B7B7. Windows color (decimal): -1719551 or 115685. OLE color: 115685.
HSL color Cylindrical-coordinate representation of color #E5C301: hue angle of 51.05º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5C301 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 195 | 1 | - |
| CMYK | 0 | 0.15 | 1.00 | 0.10 |
| HSL | 51.05º | 0.99% | 0.45% | - |
| HSV(B) | 51.05º | 1% | 0.9% | - |
| XYZ | 51.83 | 55.69 | 8.05 | - |
| YUV | 183.05 | 25.26 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 1 | 0 | 0.15 | 1.00 | 0.10 | 51.05 | 0.99 | 0.45 |
| Hex | E5 | C3 | 1 | 0 | F | 64 | A | 33 | 63 | 2D |
| Octal | 345 | 303 | 1 | 0 | 17 | 144 | 12 | 63 | 143 | 55 |
| Binary | 11100101 | 11000011 | 1 | 0 | 1111 | 1100100 | 1010 | 110011 | 1100011 | 101101 |
Color Harmonies of #E5C301
Complementary color
Monochromatic Colors of #E5C301
Black with #E5C301
Text Example
Text Example
White with #E5C301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C301; }
p { color: rgb(229,195,1); }
H1.HeaderClassName
{
color: #E5C301;
}
.AnyTagClassName
{
color: #E5C301;
}
</style>
background-color css
<style>
a { background-color: #E5C301; }
a { background-color: rgb(229,195,1); }
div.DivClassName
{
background-color: #E5C301;
}
.BgClassName
{
background-color: #E5C301;
}
</style>
border-color css
<style>
span { border-color: #E5C301; }
span { border-color: rgb(229,195,1); }
td.TdClassName
{
border-color: #E5C301;
}
.TagClassName
{
border-color: #E5C301;
}
</style>