Shades of Golden Poppy #EDC006
Tints of Golden Poppy #EDC006
RGB
CMYK
RGB Variations
Color information
#EDC006 (or 0xEDC006) is known color: Golden Poppy. HEX triplet: ED, C0 and 06. RGB value is (237,192,6). Sum of RGB (Red+Green+Blue) = 237+192+6=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 6 (2.73% from 255 or 1.38% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC006 is #123FF9. Grayscale: #B9B9B9. Windows color (decimal): -1196026 or 442605. OLE color: 442605.
HSL color Cylindrical-coordinate representation of color #EDC006: hue angle of 48.31º 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 #EDC006 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 6 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.07 |
| HSL | 48.31º | 0.95% | 0.48% | - |
| HSV(B) | 48.31º | 0.97% | 0.93% | - |
| XYZ | 53.81 | 55.72 | 8.09 | - |
| YUV | 184.25 | 27.41 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 6 | 0 | 0.19 | 0.97 | 0.07 | 48.31 | 0.95 | 0.48 |
| Hex | ED | C0 | 6 | 0 | 13 | 61 | 7 | 30 | 5F | 30 |
| Octal | 355 | 300 | 6 | 0 | 23 | 141 | 7 | 60 | 137 | 60 |
| Binary | 11101101 | 11000000 | 110 | 0 | 10011 | 1100001 | 111 | 110000 | 1011111 | 110000 |
Color Harmonies of #EDC006
Complementary color
Monochromatic Colors of #EDC006
Black with #EDC006
Text Example
Text Example
White with #EDC006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC006; }
p { color: rgb(237,192,6); }
H1.HeaderClassName
{
color: #EDC006;
}
.AnyTagClassName
{
color: #EDC006;
}
</style>
background-color css
<style>
a { background-color: #EDC006; }
a { background-color: rgb(237,192,6); }
div.DivClassName
{
background-color: #EDC006;
}
.BgClassName
{
background-color: #EDC006;
}
</style>
border-color css
<style>
span { border-color: #EDC006; }
span { border-color: rgb(237,192,6); }
td.TdClassName
{
border-color: #EDC006;
}
.TagClassName
{
border-color: #EDC006;
}
</style>