Shades of Golden Poppy #EDC701
Tints of Golden Poppy #EDC701
RGB
CMYK
RGB Variations
Color information
#EDC701 (or 0xEDC701) is known color: Golden Poppy. HEX triplet: ED, C7 and 01. RGB value is (237,199,1). Sum of RGB (Red+Green+Blue) = 237+199+1=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 1 (0.78% from 255 or 0.23% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC701 is #1238FE. Grayscale: #BCBCBC. Windows color (decimal): -1194239 or 116717. OLE color: 116717.
HSL color Cylindrical-coordinate representation of color #EDC701: hue angle of 50.34º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDC701 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 1 | - |
| CMYK | 0 | 0.16 | 1.00 | 0.07 |
| HSL | 50.34º | 0.99% | 0.47% | - |
| HSV(B) | 50.34º | 1% | 0.93% | - |
| XYZ | 55.35 | 58.85 | 8.47 | - |
| YUV | 187.79 | 22.59 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 1 | 0 | 0.16 | 1.00 | 0.07 | 50.34 | 0.99 | 0.47 |
| Hex | ED | C7 | 1 | 0 | 10 | 64 | 7 | 32 | 63 | 2F |
| Octal | 355 | 307 | 1 | 0 | 20 | 144 | 7 | 62 | 143 | 57 |
| Binary | 11101101 | 11000111 | 1 | 0 | 10000 | 1100100 | 111 | 110010 | 1100011 | 101111 |
Color Harmonies of #EDC701
Complementary color
Monochromatic Colors of #EDC701
Black with #EDC701
Text Example
Text Example
White with #EDC701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC701; }
p { color: rgb(237,199,1); }
H1.HeaderClassName
{
color: #EDC701;
}
.AnyTagClassName
{
color: #EDC701;
}
</style>
background-color css
<style>
a { background-color: #EDC701; }
a { background-color: rgb(237,199,1); }
div.DivClassName
{
background-color: #EDC701;
}
.BgClassName
{
background-color: #EDC701;
}
</style>
border-color css
<style>
span { border-color: #EDC701; }
span { border-color: rgb(237,199,1); }
td.TdClassName
{
border-color: #EDC701;
}
.TagClassName
{
border-color: #EDC701;
}
</style>