Shades of Golden Poppy #EDC501
Tints of Golden Poppy #EDC501
RGB
CMYK
RGB Variations
Color information
#EDC501 (or 0xEDC501) is known color: Golden Poppy. HEX triplet: ED, C5 and 01. RGB value is (237,197,1). Sum of RGB (Red+Green+Blue) = 237+197+1=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC501 is #123AFE. Grayscale: #BBBBBB. Windows color (decimal): -1194751 or 116205. OLE color: 116205.
HSL color Cylindrical-coordinate representation of color #EDC501: hue angle of 49.83º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDC501 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 1 | - |
| CMYK | 0 | 0.17 | 1.00 | 0.07 |
| HSL | 49.83º | 0.99% | 0.47% | - |
| HSV(B) | 49.83º | 1% | 0.93% | - |
| XYZ | 54.9 | 57.94 | 8.32 | - |
| YUV | 186.62 | 23.25 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 1 | 0 | 0.17 | 1.00 | 0.07 | 49.83 | 0.99 | 0.47 |
| Hex | ED | C5 | 1 | 0 | 11 | 64 | 7 | 32 | 63 | 2F |
| Octal | 355 | 305 | 1 | 0 | 21 | 144 | 7 | 62 | 143 | 57 |
| Binary | 11101101 | 11000101 | 1 | 0 | 10001 | 1100100 | 111 | 110010 | 1100011 | 101111 |
Color Harmonies of #EDC501
Complementary color
Monochromatic Colors of #EDC501
Black with #EDC501
Text Example
Text Example
White with #EDC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC501; }
p { color: rgb(237,197,1); }
H1.HeaderClassName
{
color: #EDC501;
}
.AnyTagClassName
{
color: #EDC501;
}
</style>
background-color css
<style>
a { background-color: #EDC501; }
a { background-color: rgb(237,197,1); }
div.DivClassName
{
background-color: #EDC501;
}
.BgClassName
{
background-color: #EDC501;
}
</style>
border-color css
<style>
span { border-color: #EDC501; }
span { border-color: rgb(237,197,1); }
td.TdClassName
{
border-color: #EDC501;
}
.TagClassName
{
border-color: #EDC501;
}
</style>