Shades of Golden Poppy #EDC606
Tints of Golden Poppy #EDC606
RGB
CMYK
RGB Variations
Color information
#EDC606 (or 0xEDC606) is known color: Golden Poppy. HEX triplet: ED, C6 and 06. RGB value is (237,198,6). Sum of RGB (Red+Green+Blue) = 237+198+6=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 6 (2.73% from 255 or 1.36% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC606 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC606 is #1239F9. Grayscale: #BCBCBC. Windows color (decimal): -1194490 or 444141. OLE color: 444141.
HSL color Cylindrical-coordinate representation of color #EDC606: hue angle of 49.87º 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 #EDC606 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 6 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.07 |
| HSL | 49.87º | 0.95% | 0.48% | - |
| HSV(B) | 49.87º | 0.97% | 0.93% | - |
| XYZ | 55.15 | 58.41 | 8.54 | - |
| YUV | 187.77 | 25.42 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 6 | 0 | 0.16 | 0.97 | 0.07 | 49.87 | 0.95 | 0.48 |
| Hex | ED | C6 | 6 | 0 | 10 | 61 | 7 | 32 | 5F | 30 |
| Octal | 355 | 306 | 6 | 0 | 20 | 141 | 7 | 62 | 137 | 60 |
| Binary | 11101101 | 11000110 | 110 | 0 | 10000 | 1100001 | 111 | 110010 | 1011111 | 110000 |
Color Harmonies of #EDC606
Complementary color
Monochromatic Colors of #EDC606
Black with #EDC606
Text Example
Text Example
White with #EDC606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC606; }
p { color: rgb(237,198,6); }
H1.HeaderClassName
{
color: #EDC606;
}
.AnyTagClassName
{
color: #EDC606;
}
</style>
background-color css
<style>
a { background-color: #EDC606; }
a { background-color: rgb(237,198,6); }
div.DivClassName
{
background-color: #EDC606;
}
.BgClassName
{
background-color: #EDC606;
}
</style>
border-color css
<style>
span { border-color: #EDC606; }
span { border-color: rgb(237,198,6); }
td.TdClassName
{
border-color: #EDC606;
}
.TagClassName
{
border-color: #EDC606;
}
</style>