Shades of Golden Poppy #E5C300
Tints of Golden Poppy #E5C300
RGB
CMYK
RGB Variations
Color information
#E5C300 (or 0xE5C300) is known color: Golden Poppy. HEX triplet: E5, C3 and 00. RGB value is (229,195,0). Sum of RGB (Red+Green+Blue) = 229+195+0=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C300 is #1A3CFF. Grayscale: #B7B7B7. Windows color (decimal): -1719552 or 50149. OLE color: 50149.
HSL color Cylindrical-coordinate representation of color #E5C300: hue angle of 51.09º 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 #E5C300 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 195 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.10 |
| HSL | 51.09º | 1% | 0.45% | - |
| HSV(B) | 51.09º | 1% | 0.9% | - |
| XYZ | 51.83 | 55.69 | 8.02 | - |
| YUV | 182.94 | 24.76 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 0 | 0 | 0.15 | 1 | 0.10 | 51.09 | 1 | 0.45 |
| Hex | E5 | C3 | 0 | 0 | F | 64 | A | 33 | 64 | 2D |
| Octal | 345 | 303 | 0 | 0 | 17 | 144 | 12 | 63 | 144 | 55 |
| Binary | 11100101 | 11000011 | 0 | 0 | 1111 | 1100100 | 1010 | 110011 | 1100100 | 101101 |
Color Harmonies of #E5C300
Complementary color
Monochromatic Colors of #E5C300
Black with #E5C300
Text Example
Text Example
White with #E5C300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C300; }
p { color: rgb(229,195,0); }
H1.HeaderClassName
{
color: #E5C300;
}
.AnyTagClassName
{
color: #E5C300;
}
</style>
background-color css
<style>
a { background-color: #E5C300; }
a { background-color: rgb(229,195,0); }
div.DivClassName
{
background-color: #E5C300;
}
.BgClassName
{
background-color: #E5C300;
}
</style>
border-color css
<style>
span { border-color: #E5C300; }
span { border-color: rgb(229,195,0); }
td.TdClassName
{
border-color: #E5C300;
}
.TagClassName
{
border-color: #E5C300;
}
</style>