Shades of Golden Poppy #EDC503
Tints of Golden Poppy #EDC503
RGB
CMYK
RGB Variations
Color information
#EDC503 (or 0xEDC503) is known color: Golden Poppy. HEX triplet: ED, C5 and 03. RGB value is (237,197,3). Sum of RGB (Red+Green+Blue) = 237+197+3=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 3 (1.56% from 255 or 0.69% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC503 is #123AFC. Grayscale: #BBBBBB. Windows color (decimal): -1194749 or 247277. OLE color: 247277.
HSL color Cylindrical-coordinate representation of color #EDC503: hue angle of 49.74º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDC503 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 3 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.07 |
| HSL | 49.74º | 0.98% | 0.47% | - |
| HSV(B) | 49.74º | 0.99% | 0.93% | - |
| XYZ | 54.91 | 57.94 | 8.38 | - |
| YUV | 186.84 | 24.25 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 3 | 0 | 0.17 | 0.99 | 0.07 | 49.74 | 0.98 | 0.47 |
| Hex | ED | C5 | 3 | 0 | 11 | 63 | 7 | 32 | 62 | 2F |
| Octal | 355 | 305 | 3 | 0 | 21 | 143 | 7 | 62 | 142 | 57 |
| Binary | 11101101 | 11000101 | 11 | 0 | 10001 | 1100011 | 111 | 110010 | 1100010 | 101111 |
Color Harmonies of #EDC503
Complementary color
Monochromatic Colors of #EDC503
Black with #EDC503
Text Example
Text Example
White with #EDC503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC503; }
p { color: rgb(237,197,3); }
H1.HeaderClassName
{
color: #EDC503;
}
.AnyTagClassName
{
color: #EDC503;
}
</style>
background-color css
<style>
a { background-color: #EDC503; }
a { background-color: rgb(237,197,3); }
div.DivClassName
{
background-color: #EDC503;
}
.BgClassName
{
background-color: #EDC503;
}
</style>
border-color css
<style>
span { border-color: #EDC503; }
span { border-color: rgb(237,197,3); }
td.TdClassName
{
border-color: #EDC503;
}
.TagClassName
{
border-color: #EDC503;
}
</style>