Shades of Golden Poppy #EDC502
Tints of Golden Poppy #EDC502
RGB
CMYK
RGB Variations
Color information
#EDC502 (or 0xEDC502) is known color: Golden Poppy. HEX triplet: ED, C5 and 02. RGB value is (237,197,2). Sum of RGB (Red+Green+Blue) = 237+197+2=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC502 is #123AFD. Grayscale: #BBBBBB. Windows color (decimal): -1194750 or 181741. OLE color: 181741.
HSL color Cylindrical-coordinate representation of color #EDC502: hue angle of 49.79º 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 #EDC502 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.07 |
| HSL | 49.79º | 0.98% | 0.47% | - |
| HSV(B) | 49.79º | 0.99% | 0.93% | - |
| XYZ | 54.9 | 57.94 | 8.35 | - |
| YUV | 186.73 | 23.75 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 2 | 0 | 0.17 | 0.99 | 0.07 | 49.79 | 0.98 | 0.47 |
| Hex | ED | C5 | 2 | 0 | 11 | 63 | 7 | 32 | 62 | 2F |
| Octal | 355 | 305 | 2 | 0 | 21 | 143 | 7 | 62 | 142 | 57 |
| Binary | 11101101 | 11000101 | 10 | 0 | 10001 | 1100011 | 111 | 110010 | 1100010 | 101111 |
Color Harmonies of #EDC502
Complementary color
Monochromatic Colors of #EDC502
Black with #EDC502
Text Example
Text Example
White with #EDC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC502; }
p { color: rgb(237,197,2); }
H1.HeaderClassName
{
color: #EDC502;
}
.AnyTagClassName
{
color: #EDC502;
}
</style>
background-color css
<style>
a { background-color: #EDC502; }
a { background-color: rgb(237,197,2); }
div.DivClassName
{
background-color: #EDC502;
}
.BgClassName
{
background-color: #EDC502;
}
</style>
border-color css
<style>
span { border-color: #EDC502; }
span { border-color: rgb(237,197,2); }
td.TdClassName
{
border-color: #EDC502;
}
.TagClassName
{
border-color: #EDC502;
}
</style>