Shades of Golden Poppy #EDC505
Tints of Golden Poppy #EDC505
RGB
CMYK
RGB Variations
Color information
#EDC505 (or 0xEDC505) is known color: Golden Poppy. HEX triplet: ED, C5 and 05. RGB value is (237,197,5). Sum of RGB (Red+Green+Blue) = 237+197+5=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 5 (2.34% from 255 or 1.14% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC505 is #123AFA. Grayscale: #BBBBBB. Windows color (decimal): -1194747 or 378349. OLE color: 378349.
HSL color Cylindrical-coordinate representation of color #EDC505: hue angle of 49.66º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDC505 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 5 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.07 |
| HSL | 49.66º | 0.96% | 0.47% | - |
| HSV(B) | 49.66º | 0.98% | 0.93% | - |
| XYZ | 54.92 | 57.95 | 8.43 | - |
| YUV | 187.07 | 25.25 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 5 | 0 | 0.17 | 0.98 | 0.07 | 49.66 | 0.96 | 0.47 |
| Hex | ED | C5 | 5 | 0 | 11 | 62 | 7 | 32 | 60 | 2F |
| Octal | 355 | 305 | 5 | 0 | 21 | 142 | 7 | 62 | 140 | 57 |
| Binary | 11101101 | 11000101 | 101 | 0 | 10001 | 1100010 | 111 | 110010 | 1100000 | 101111 |
Color Harmonies of #EDC505
Complementary color
Monochromatic Colors of #EDC505
Black with #EDC505
Text Example
Text Example
White with #EDC505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC505; }
p { color: rgb(237,197,5); }
H1.HeaderClassName
{
color: #EDC505;
}
.AnyTagClassName
{
color: #EDC505;
}
</style>
background-color css
<style>
a { background-color: #EDC505; }
a { background-color: rgb(237,197,5); }
div.DivClassName
{
background-color: #EDC505;
}
.BgClassName
{
background-color: #EDC505;
}
</style>
border-color css
<style>
span { border-color: #EDC505; }
span { border-color: rgb(237,197,5); }
td.TdClassName
{
border-color: #EDC505;
}
.TagClassName
{
border-color: #EDC505;
}
</style>