Shades of Golden Poppy #EDC906
Tints of Golden Poppy #EDC906
RGB
CMYK
RGB Variations
Color information
#EDC906 (or 0xEDC906) is known color: Golden Poppy. HEX triplet: ED, C9 and 06. RGB value is (237,201,6). Sum of RGB (Red+Green+Blue) = 237+201+6=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 6 (2.73% from 255 or 1.35% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC906 is #1236F9. Grayscale: #BEBEBE. Windows color (decimal): -1193722 or 444909. OLE color: 444909.
HSL color Cylindrical-coordinate representation of color #EDC906: hue angle of 50.65º 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 #EDC906 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 6 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.07 |
| HSL | 50.65º | 0.95% | 0.48% | - |
| HSV(B) | 50.65º | 0.97% | 0.93% | - |
| XYZ | 55.84 | 59.79 | 8.77 | - |
| YUV | 189.53 | 24.43 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 6 | 0 | 0.15 | 0.97 | 0.07 | 50.65 | 0.95 | 0.48 |
| Hex | ED | C9 | 6 | 0 | F | 61 | 7 | 33 | 5F | 30 |
| Octal | 355 | 311 | 6 | 0 | 17 | 141 | 7 | 63 | 137 | 60 |
| Binary | 11101101 | 11001001 | 110 | 0 | 1111 | 1100001 | 111 | 110011 | 1011111 | 110000 |
Color Harmonies of #EDC906
Complementary color
Monochromatic Colors of #EDC906
Black with #EDC906
Text Example
Text Example
White with #EDC906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC906; }
p { color: rgb(237,201,6); }
H1.HeaderClassName
{
color: #EDC906;
}
.AnyTagClassName
{
color: #EDC906;
}
</style>
background-color css
<style>
a { background-color: #EDC906; }
a { background-color: rgb(237,201,6); }
div.DivClassName
{
background-color: #EDC906;
}
.BgClassName
{
background-color: #EDC906;
}
</style>
border-color css
<style>
span { border-color: #EDC906; }
span { border-color: rgb(237,201,6); }
td.TdClassName
{
border-color: #EDC906;
}
.TagClassName
{
border-color: #EDC906;
}
</style>