Shades of Golden Poppy #E4C500
Tints of Golden Poppy #E4C500
RGB
CMYK
RGB Variations
Color information
#E4C500 (or 0xE4C500) is known color: Golden Poppy. HEX triplet: E4, C5 and 00. RGB value is (228,197,0). Sum of RGB (Red+Green+Blue) = 228+197+0=425 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.65% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4C500 is #1B3AFF. Grayscale: #B8B8B8. Windows color (decimal): -1784576 or 50660. OLE color: 50660.
HSL color Cylindrical-coordinate representation of color #E4C500: hue angle of 51.84º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4C500 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 197 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.11 |
| HSL | 51.84º | 1% | 0.45% | - |
| HSV(B) | 51.84º | 1% | 0.89% | - |
| XYZ | 51.96 | 56.43 | 8.15 | - |
| YUV | 183.81 | 24.27 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 197 | 0 | 0 | 0.14 | 1 | 0.11 | 51.84 | 1 | 0.45 |
| Hex | E4 | C5 | 0 | 0 | E | 64 | B | 34 | 64 | 2D |
| Octal | 344 | 305 | 0 | 0 | 16 | 144 | 13 | 64 | 144 | 55 |
| Binary | 11100100 | 11000101 | 0 | 0 | 1110 | 1100100 | 1011 | 110100 | 1100100 | 101101 |
Color Harmonies of #E4C500
Complementary color
Monochromatic Colors of #E4C500
Black with #E4C500
Text Example
Text Example
White with #E4C500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C500; }
p { color: rgb(228,197,0); }
H1.HeaderClassName
{
color: #E4C500;
}
.AnyTagClassName
{
color: #E4C500;
}
</style>
background-color css
<style>
a { background-color: #E4C500; }
a { background-color: rgb(228,197,0); }
div.DivClassName
{
background-color: #E4C500;
}
.BgClassName
{
background-color: #E4C500;
}
</style>
border-color css
<style>
span { border-color: #E4C500; }
span { border-color: rgb(228,197,0); }
td.TdClassName
{
border-color: #E4C500;
}
.TagClassName
{
border-color: #E4C500;
}
</style>