Shades of Golden Poppy #E5C202
Tints of Golden Poppy #E5C202
RGB
CMYK
RGB Variations
Color information
#E5C202 (or 0xE5C202) is known color: Golden Poppy. HEX triplet: E5, C2 and 02. RGB value is (229,194,2). Sum of RGB (Red+Green+Blue) = 229+194+2=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C202 is #1A3DFD. Grayscale: #B7B7B7. Windows color (decimal): -1719806 or 180965. OLE color: 180965.
HSL color Cylindrical-coordinate representation of color #E5C202: hue angle of 50.75º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5C202 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 194 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.10 |
| HSL | 50.75º | 0.98% | 0.45% | - |
| HSV(B) | 50.75º | 0.99% | 0.9% | - |
| XYZ | 51.62 | 55.25 | 8 | - |
| YUV | 182.58 | 26.1 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 194 | 2 | 0 | 0.15 | 0.99 | 0.10 | 50.75 | 0.98 | 0.45 |
| Hex | E5 | C2 | 2 | 0 | F | 63 | A | 33 | 62 | 2D |
| Octal | 345 | 302 | 2 | 0 | 17 | 143 | 12 | 63 | 142 | 55 |
| Binary | 11100101 | 11000010 | 10 | 0 | 1111 | 1100011 | 1010 | 110011 | 1100010 | 101101 |
Color Harmonies of #E5C202
Complementary color
Monochromatic Colors of #E5C202
Black with #E5C202
Text Example
Text Example
White with #E5C202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C202; }
p { color: rgb(229,194,2); }
H1.HeaderClassName
{
color: #E5C202;
}
.AnyTagClassName
{
color: #E5C202;
}
</style>
background-color css
<style>
a { background-color: #E5C202; }
a { background-color: rgb(229,194,2); }
div.DivClassName
{
background-color: #E5C202;
}
.BgClassName
{
background-color: #E5C202;
}
</style>
border-color css
<style>
span { border-color: #E5C202; }
span { border-color: rgb(229,194,2); }
td.TdClassName
{
border-color: #E5C202;
}
.TagClassName
{
border-color: #E5C202;
}
</style>