Shades of Golden Poppy #EDC206
Tints of Golden Poppy #EDC206
RGB
CMYK
RGB Variations
Color information
#EDC206 (or 0xEDC206) is known color: Golden Poppy. HEX triplet: ED, C2 and 06. RGB value is (237,194,6). Sum of RGB (Red+Green+Blue) = 237+194+6=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 6 (2.73% from 255 or 1.37% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC206 is #123DF9. Grayscale: #BABABA. Windows color (decimal): -1195514 or 443117. OLE color: 443117.
HSL color Cylindrical-coordinate representation of color #EDC206: hue angle of 48.83º 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 #EDC206 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 6 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.07 |
| HSL | 48.83º | 0.95% | 0.48% | - |
| HSV(B) | 48.83º | 0.97% | 0.93% | - |
| XYZ | 54.25 | 56.6 | 8.24 | - |
| YUV | 185.43 | 26.75 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 6 | 0 | 0.18 | 0.97 | 0.07 | 48.83 | 0.95 | 0.48 |
| Hex | ED | C2 | 6 | 0 | 12 | 61 | 7 | 31 | 5F | 30 |
| Octal | 355 | 302 | 6 | 0 | 22 | 141 | 7 | 61 | 137 | 60 |
| Binary | 11101101 | 11000010 | 110 | 0 | 10010 | 1100001 | 111 | 110001 | 1011111 | 110000 |
Color Harmonies of #EDC206
Complementary color
Monochromatic Colors of #EDC206
Black with #EDC206
Text Example
Text Example
White with #EDC206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC206; }
p { color: rgb(237,194,6); }
H1.HeaderClassName
{
color: #EDC206;
}
.AnyTagClassName
{
color: #EDC206;
}
</style>
background-color css
<style>
a { background-color: #EDC206; }
a { background-color: rgb(237,194,6); }
div.DivClassName
{
background-color: #EDC206;
}
.BgClassName
{
background-color: #EDC206;
}
</style>
border-color css
<style>
span { border-color: #EDC206; }
span { border-color: rgb(237,194,6); }
td.TdClassName
{
border-color: #EDC206;
}
.TagClassName
{
border-color: #EDC206;
}
</style>