Shades of Golden Poppy #E9C400
Tints of Golden Poppy #E9C400
RGB
CMYK
RGB Variations
Color information
#E9C400 (or 0xE9C400) is known color: Golden Poppy. HEX triplet: E9, C4 and 00. RGB value is (233,196,0). Sum of RGB (Red+Green+Blue) = 233+196+0=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9C400 is #163BFF. Grayscale: #B9B9B9. Windows color (decimal): -1457152 or 50409. OLE color: 50409.
HSL color Cylindrical-coordinate representation of color #E9C400: hue angle of 50.47º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9C400 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 196 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.09 |
| HSL | 50.47º | 1% | 0.46% | - |
| HSV(B) | 50.47º | 1% | 0.91% | - |
| XYZ | 53.34 | 56.8 | 8.15 | - |
| YUV | 184.72 | 23.76 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 196 | 0 | 0 | 0.16 | 1 | 0.09 | 50.47 | 1 | 0.46 |
| Hex | E9 | C4 | 0 | 0 | 10 | 64 | 9 | 32 | 64 | 2E |
| Octal | 351 | 304 | 0 | 0 | 20 | 144 | 11 | 62 | 144 | 56 |
| Binary | 11101001 | 11000100 | 0 | 0 | 10000 | 1100100 | 1001 | 110010 | 1100100 | 101110 |
Color Harmonies of #E9C400
Complementary color
Monochromatic Colors of #E9C400
Black with #E9C400
Text Example
Text Example
White with #E9C400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C400; }
p { color: rgb(233,196,0); }
H1.HeaderClassName
{
color: #E9C400;
}
.AnyTagClassName
{
color: #E9C400;
}
</style>
background-color css
<style>
a { background-color: #E9C400; }
a { background-color: rgb(233,196,0); }
div.DivClassName
{
background-color: #E9C400;
}
.BgClassName
{
background-color: #E9C400;
}
</style>
border-color css
<style>
span { border-color: #E9C400; }
span { border-color: rgb(233,196,0); }
td.TdClassName
{
border-color: #E9C400;
}
.TagClassName
{
border-color: #E9C400;
}
</style>