Shades of Golden Poppy #EDC407
Tints of Golden Poppy #EDC407
RGB
CMYK
RGB Variations
Color information
#EDC407 (or 0xEDC407) is known color: Golden Poppy. HEX triplet: ED, C4 and 07. RGB value is (237,196,7). Sum of RGB (Red+Green+Blue) = 237+196+7=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 7 (3.12% from 255 or 1.59% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC407 is #123BF8. Grayscale: #BBBBBB. Windows color (decimal): -1195001 or 509165. OLE color: 509165.
HSL color Cylindrical-coordinate representation of color #EDC407: hue angle of 49.3º degrees, saturation: 0.94, 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 #EDC407 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 7 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.07 |
| HSL | 49.3º | 0.94% | 0.48% | - |
| HSV(B) | 49.3º | 0.97% | 0.93% | - |
| XYZ | 54.7 | 57.5 | 8.42 | - |
| YUV | 186.71 | 26.58 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 7 | 0 | 0.17 | 0.97 | 0.07 | 49.3 | 0.94 | 0.48 |
| Hex | ED | C4 | 7 | 0 | 11 | 61 | 7 | 31 | 5E | 30 |
| Octal | 355 | 304 | 7 | 0 | 21 | 141 | 7 | 61 | 136 | 60 |
| Binary | 11101101 | 11000100 | 111 | 0 | 10001 | 1100001 | 111 | 110001 | 1011110 | 110000 |
Color Harmonies of #EDC407
Complementary color
Monochromatic Colors of #EDC407
Black with #EDC407
Text Example
Text Example
White with #EDC407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC407; }
p { color: rgb(237,196,7); }
H1.HeaderClassName
{
color: #EDC407;
}
.AnyTagClassName
{
color: #EDC407;
}
</style>
background-color css
<style>
a { background-color: #EDC407; }
a { background-color: rgb(237,196,7); }
div.DivClassName
{
background-color: #EDC407;
}
.BgClassName
{
background-color: #EDC407;
}
</style>
border-color css
<style>
span { border-color: #EDC407; }
span { border-color: rgb(237,196,7); }
td.TdClassName
{
border-color: #EDC407;
}
.TagClassName
{
border-color: #EDC407;
}
</style>