Shades of Golden Poppy #EDC506
Tints of Golden Poppy #EDC506
RGB
CMYK
RGB Variations
Color information
#EDC506 (or 0xEDC506) is known color: Golden Poppy. HEX triplet: ED, C5 and 06. RGB value is (237,197,6). Sum of RGB (Red+Green+Blue) = 237+197+6=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 6 (2.73% from 255 or 1.36% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC506 is #123AF9. Grayscale: #BBBBBB. Windows color (decimal): -1194746 or 443885. OLE color: 443885.
HSL color Cylindrical-coordinate representation of color #EDC506: hue angle of 49.61º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDC506 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 6 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.07 |
| HSL | 49.61º | 0.95% | 0.48% | - |
| HSV(B) | 49.61º | 0.97% | 0.93% | - |
| XYZ | 54.92 | 57.95 | 8.46 | - |
| YUV | 187.19 | 25.75 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 6 | 0 | 0.17 | 0.97 | 0.07 | 49.61 | 0.95 | 0.48 |
| Hex | ED | C5 | 6 | 0 | 11 | 61 | 7 | 32 | 5F | 30 |
| Octal | 355 | 305 | 6 | 0 | 21 | 141 | 7 | 62 | 137 | 60 |
| Binary | 11101101 | 11000101 | 110 | 0 | 10001 | 1100001 | 111 | 110010 | 1011111 | 110000 |
Color Harmonies of #EDC506
Complementary color
Monochromatic Colors of #EDC506
Black with #EDC506
Text Example
Text Example
White with #EDC506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC506; }
p { color: rgb(237,197,6); }
H1.HeaderClassName
{
color: #EDC506;
}
.AnyTagClassName
{
color: #EDC506;
}
</style>
background-color css
<style>
a { background-color: #EDC506; }
a { background-color: rgb(237,197,6); }
div.DivClassName
{
background-color: #EDC506;
}
.BgClassName
{
background-color: #EDC506;
}
</style>
border-color css
<style>
span { border-color: #EDC506; }
span { border-color: rgb(237,197,6); }
td.TdClassName
{
border-color: #EDC506;
}
.TagClassName
{
border-color: #EDC506;
}
</style>