Shades of Golden Poppy #E2C100
Tints of Golden Poppy #E2C100
RGB
CMYK
RGB Variations
Color information
#E2C100 (or 0xE2C100) is known color: Golden Poppy. HEX triplet: E2, C1 and 00. RGB value is (226,193,0). Sum of RGB (Red+Green+Blue) = 226+193+0=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2C100 is #1D3EFF. Grayscale: #B5B5B5. Windows color (decimal): -1916672 or 49634. OLE color: 49634.
HSL color Cylindrical-coordinate representation of color #E2C100: hue angle of 51.24º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2C100 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 193 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.11 |
| HSL | 51.24º | 1% | 0.44% | - |
| HSV(B) | 51.24º | 1% | 0.89% | - |
| XYZ | 50.43 | 54.31 | 7.82 | - |
| YUV | 180.87 | 25.93 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 193 | 0 | 0 | 0.15 | 1 | 0.11 | 51.24 | 1 | 0.44 |
| Hex | E2 | C1 | 0 | 0 | F | 64 | B | 33 | 64 | 2C |
| Octal | 342 | 301 | 0 | 0 | 17 | 144 | 13 | 63 | 144 | 54 |
| Binary | 11100010 | 11000001 | 0 | 0 | 1111 | 1100100 | 1011 | 110011 | 1100100 | 101100 |
Color Harmonies of #E2C100
Complementary color
Monochromatic Colors of #E2C100
Black with #E2C100
Text Example
Text Example
White with #E2C100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C100; }
p { color: rgb(226,193,0); }
H1.HeaderClassName
{
color: #E2C100;
}
.AnyTagClassName
{
color: #E2C100;
}
</style>
background-color css
<style>
a { background-color: #E2C100; }
a { background-color: rgb(226,193,0); }
div.DivClassName
{
background-color: #E2C100;
}
.BgClassName
{
background-color: #E2C100;
}
</style>
border-color css
<style>
span { border-color: #E2C100; }
span { border-color: rgb(226,193,0); }
td.TdClassName
{
border-color: #E2C100;
}
.TagClassName
{
border-color: #E2C100;
}
</style>