Shades of Golden Poppy #EDC107
Tints of Golden Poppy #EDC107
RGB
CMYK
RGB Variations
Color information
#EDC107 (or 0xEDC107) is known color: Golden Poppy. HEX triplet: ED, C1 and 07. RGB value is (237,193,7). Sum of RGB (Red+Green+Blue) = 237+193+7=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 7 (3.12% from 255 or 1.60% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC107 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC107 is #123EF8. Grayscale: #B9B9B9. Windows color (decimal): -1195769 or 508397. OLE color: 508397.
HSL color Cylindrical-coordinate representation of color #EDC107: hue angle of 48.52º 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 #EDC107 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 7 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.07 |
| HSL | 48.52º | 0.94% | 0.48% | - |
| HSV(B) | 48.52º | 0.97% | 0.93% | - |
| XYZ | 54.03 | 56.16 | 8.19 | - |
| YUV | 184.95 | 27.58 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 7 | 0 | 0.19 | 0.97 | 0.07 | 48.52 | 0.94 | 0.48 |
| Hex | ED | C1 | 7 | 0 | 13 | 61 | 7 | 31 | 5E | 30 |
| Octal | 355 | 301 | 7 | 0 | 23 | 141 | 7 | 61 | 136 | 60 |
| Binary | 11101101 | 11000001 | 111 | 0 | 10011 | 1100001 | 111 | 110001 | 1011110 | 110000 |
Color Harmonies of #EDC107
Complementary color
Monochromatic Colors of #EDC107
Black with #EDC107
Text Example
Text Example
White with #EDC107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC107; }
p { color: rgb(237,193,7); }
H1.HeaderClassName
{
color: #EDC107;
}
.AnyTagClassName
{
color: #EDC107;
}
</style>
background-color css
<style>
a { background-color: #EDC107; }
a { background-color: rgb(237,193,7); }
div.DivClassName
{
background-color: #EDC107;
}
.BgClassName
{
background-color: #EDC107;
}
</style>
border-color css
<style>
span { border-color: #EDC107; }
span { border-color: rgb(237,193,7); }
td.TdClassName
{
border-color: #EDC107;
}
.TagClassName
{
border-color: #EDC107;
}
</style>