Shades of Golden Poppy #E5C703
Tints of Golden Poppy #E5C703
RGB
CMYK
RGB Variations
Color information
#E5C703 (or 0xE5C703) is known color: Golden Poppy. HEX triplet: E5, C7 and 03. RGB value is (229,199,3). Sum of RGB (Red+Green+Blue) = 229+199+3=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 3 (1.56% from 255 or 0.70% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C703 is #1A38FC. Grayscale: #BABABA. Windows color (decimal): -1718525 or 247781. OLE color: 247781.
HSL color Cylindrical-coordinate representation of color #E5C703: hue angle of 52.04º degrees, saturation: 0.97, 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 #E5C703 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 199 | 3 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.10 |
| HSL | 52.04º | 0.97% | 0.45% | - |
| HSV(B) | 52.04º | 0.99% | 0.9% | - |
| XYZ | 52.75 | 57.51 | 8.41 | - |
| YUV | 185.63 | 24.94 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 199 | 3 | 0 | 0.13 | 0.99 | 0.10 | 52.04 | 0.97 | 0.45 |
| Hex | E5 | C7 | 3 | 0 | D | 63 | A | 34 | 61 | 2D |
| Octal | 345 | 307 | 3 | 0 | 15 | 143 | 12 | 64 | 141 | 55 |
| Binary | 11100101 | 11000111 | 11 | 0 | 1101 | 1100011 | 1010 | 110100 | 1100001 | 101101 |
Color Harmonies of #E5C703
Complementary color
Monochromatic Colors of #E5C703
Black with #E5C703
Text Example
Text Example
White with #E5C703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C703; }
p { color: rgb(229,199,3); }
H1.HeaderClassName
{
color: #E5C703;
}
.AnyTagClassName
{
color: #E5C703;
}
</style>
background-color css
<style>
a { background-color: #E5C703; }
a { background-color: rgb(229,199,3); }
div.DivClassName
{
background-color: #E5C703;
}
.BgClassName
{
background-color: #E5C703;
}
</style>
border-color css
<style>
span { border-color: #E5C703; }
span { border-color: rgb(229,199,3); }
td.TdClassName
{
border-color: #E5C703;
}
.TagClassName
{
border-color: #E5C703;
}
</style>