Shades of Golden Poppy #E2C600
Tints of Golden Poppy #E2C600
RGB
CMYK
RGB Variations
Color information
#E2C600 (or 0xE2C600) is known color: Golden Poppy. HEX triplet: E2, C6 and 00. RGB value is (226,198,0). Sum of RGB (Red+Green+Blue) = 226+198+0=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2C600 is #1D39FF. Grayscale: #B8B8B8. Windows color (decimal): -1915392 or 50914. OLE color: 50914.
HSL color Cylindrical-coordinate representation of color #E2C600: hue angle of 52.57º 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 #E2C600 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 198 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.11 |
| HSL | 52.57º | 1% | 0.44% | - |
| HSV(B) | 52.57º | 1% | 0.89% | - |
| XYZ | 51.56 | 56.56 | 8.2 | - |
| YUV | 183.8 | 24.28 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 198 | 0 | 0 | 0.12 | 1 | 0.11 | 52.57 | 1 | 0.44 |
| Hex | E2 | C6 | 0 | 0 | C | 64 | B | 35 | 64 | 2C |
| Octal | 342 | 306 | 0 | 0 | 14 | 144 | 13 | 65 | 144 | 54 |
| Binary | 11100010 | 11000110 | 0 | 0 | 1100 | 1100100 | 1011 | 110101 | 1100100 | 101100 |
Color Harmonies of #E2C600
Complementary color
Monochromatic Colors of #E2C600
Black with #E2C600
Text Example
Text Example
White with #E2C600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C600; }
p { color: rgb(226,198,0); }
H1.HeaderClassName
{
color: #E2C600;
}
.AnyTagClassName
{
color: #E2C600;
}
</style>
background-color css
<style>
a { background-color: #E2C600; }
a { background-color: rgb(226,198,0); }
div.DivClassName
{
background-color: #E2C600;
}
.BgClassName
{
background-color: #E2C600;
}
</style>
border-color css
<style>
span { border-color: #E2C600; }
span { border-color: rgb(226,198,0); }
td.TdClassName
{
border-color: #E2C600;
}
.TagClassName
{
border-color: #E2C600;
}
</style>