Shades of Golden Poppy #E9CA04
Tints of Golden Poppy #E9CA04
RGB
CMYK
RGB Variations
Color information
#E9CA04 (or 0xE9CA04) is known color: Golden Poppy. HEX triplet: E9, CA and 04. RGB value is (233,202,4). Sum of RGB (Red+Green+Blue) = 233+202+4=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 4 (1.95% from 255 or 0.91% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9CA04 is #1635FB. Grayscale: #BDBDBD. Windows color (decimal): -1455612 or 314089. OLE color: 314089.
HSL color Cylindrical-coordinate representation of color #E9CA04: hue angle of 51.88º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9CA04 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 202 | 4 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.09 |
| HSL | 51.88º | 0.97% | 0.46% | - |
| HSV(B) | 51.88º | 0.98% | 0.91% | - |
| XYZ | 54.75 | 59.57 | 8.73 | - |
| YUV | 188.7 | 23.77 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 202 | 4 | 0 | 0.13 | 0.98 | 0.09 | 51.88 | 0.97 | 0.46 |
| Hex | E9 | CA | 4 | 0 | D | 62 | 9 | 34 | 61 | 2E |
| Octal | 351 | 312 | 4 | 0 | 15 | 142 | 11 | 64 | 141 | 56 |
| Binary | 11101001 | 11001010 | 100 | 0 | 1101 | 1100010 | 1001 | 110100 | 1100001 | 101110 |
Color Harmonies of #E9CA04
Complementary color
Monochromatic Colors of #E9CA04
Black with #E9CA04
Text Example
Text Example
White with #E9CA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CA04; }
p { color: rgb(233,202,4); }
H1.HeaderClassName
{
color: #E9CA04;
}
.AnyTagClassName
{
color: #E9CA04;
}
</style>
background-color css
<style>
a { background-color: #E9CA04; }
a { background-color: rgb(233,202,4); }
div.DivClassName
{
background-color: #E9CA04;
}
.BgClassName
{
background-color: #E9CA04;
}
</style>
border-color css
<style>
span { border-color: #E9CA04; }
span { border-color: rgb(233,202,4); }
td.TdClassName
{
border-color: #E9CA04;
}
.TagClassName
{
border-color: #E9CA04;
}
</style>