Shades of Golden Poppy #EDC70C
Tints of Golden Poppy #EDC70C
RGB
CMYK
RGB Variations
Color information
#EDC70C (or 0xEDC70C) is known color: Golden Poppy. HEX triplet: ED, C7 and 0C. RGB value is (237,199,12). Sum of RGB (Red+Green+Blue) = 237+199+12=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 12 (5.08% from 255 or 2.68% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC70C is #1238F3. Grayscale: #BDBDBD. Windows color (decimal): -1194228 or 837613. OLE color: 837613.
HSL color Cylindrical-coordinate representation of color #EDC70C: hue angle of 49.87º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDC70C is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 12 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.07 |
| HSL | 49.87º | 0.9% | 0.49% | - |
| HSV(B) | 49.87º | 0.95% | 0.93% | - |
| XYZ | 55.41 | 58.88 | 8.79 | - |
| YUV | 189.04 | 28.09 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 12 | 0 | 0.16 | 0.95 | 0.07 | 49.87 | 0.9 | 0.49 |
| Hex | ED | C7 | C | 0 | 10 | 5F | 7 | 32 | 5A | 31 |
| Octal | 355 | 307 | 14 | 0 | 20 | 137 | 7 | 62 | 132 | 61 |
| Binary | 11101101 | 11000111 | 1100 | 0 | 10000 | 1011111 | 111 | 110010 | 1011010 | 110001 |
Color Harmonies of #EDC70C
Complementary color
Monochromatic Colors of #EDC70C
Black with #EDC70C
Text Example
Text Example
White with #EDC70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC70C; }
p { color: rgb(237,199,12); }
H1.HeaderClassName
{
color: #EDC70C;
}
.AnyTagClassName
{
color: #EDC70C;
}
</style>
background-color css
<style>
a { background-color: #EDC70C; }
a { background-color: rgb(237,199,12); }
div.DivClassName
{
background-color: #EDC70C;
}
.BgClassName
{
background-color: #EDC70C;
}
</style>
border-color css
<style>
span { border-color: #EDC70C; }
span { border-color: rgb(237,199,12); }
td.TdClassName
{
border-color: #EDC70C;
}
.TagClassName
{
border-color: #EDC70C;
}
</style>