Shades of Golden Poppy #E5CC04
Tints of Golden Poppy #E5CC04
RGB
CMYK
RGB Variations
Color information
#E5CC04 (or 0xE5CC04) is known color: Golden Poppy. HEX triplet: E5, CC and 04. RGB value is (229,204,4). Sum of RGB (Red+Green+Blue) = 229+204+4=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 4 (1.95% from 255 or 0.92% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CC04 is #1A33FB. Grayscale: #BDBDBD. Windows color (decimal): -1717244 or 314597. OLE color: 314597.
HSL color Cylindrical-coordinate representation of color #E5CC04: hue angle of 53.33º 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 #E5CC04 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 4 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.10 |
| HSL | 53.33º | 0.97% | 0.46% | - |
| HSV(B) | 53.33º | 0.98% | 0.9% | - |
| XYZ | 53.93 | 59.85 | 8.83 | - |
| YUV | 188.68 | 23.78 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 4 | 0 | 0.11 | 0.98 | 0.10 | 53.33 | 0.97 | 0.46 |
| Hex | E5 | CC | 4 | 0 | B | 62 | A | 35 | 61 | 2E |
| Octal | 345 | 314 | 4 | 0 | 13 | 142 | 12 | 65 | 141 | 56 |
| Binary | 11100101 | 11001100 | 100 | 0 | 1011 | 1100010 | 1010 | 110101 | 1100001 | 101110 |
Color Harmonies of #E5CC04
Complementary color
Monochromatic Colors of #E5CC04
Black with #E5CC04
Text Example
Text Example
White with #E5CC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CC04; }
p { color: rgb(229,204,4); }
H1.HeaderClassName
{
color: #E5CC04;
}
.AnyTagClassName
{
color: #E5CC04;
}
</style>
background-color css
<style>
a { background-color: #E5CC04; }
a { background-color: rgb(229,204,4); }
div.DivClassName
{
background-color: #E5CC04;
}
.BgClassName
{
background-color: #E5CC04;
}
</style>
border-color css
<style>
span { border-color: #E5CC04; }
span { border-color: rgb(229,204,4); }
td.TdClassName
{
border-color: #E5CC04;
}
.TagClassName
{
border-color: #E5CC04;
}
</style>