Shades of Golden Poppy #EDC700
Tints of Golden Poppy #EDC700
RGB
CMYK
RGB Variations
Color information
#EDC700 (or 0xEDC700) is known color: Golden Poppy. HEX triplet: ED, C7 and 00. RGB value is (237,199,0). Sum of RGB (Red+Green+Blue) = 237+199+0=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 199 (78.12% from 255 or 45.64% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC700 is #1238FF. Grayscale: #BCBCBC. Windows color (decimal): -1194240 or 51181. OLE color: 51181.
HSL color Cylindrical-coordinate representation of color #EDC700: hue angle of 50.38º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDC700 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.07 |
| HSL | 50.38º | 1% | 0.46% | - |
| HSV(B) | 50.38º | 1% | 0.93% | - |
| XYZ | 55.35 | 58.85 | 8.44 | - |
| YUV | 187.68 | 22.09 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 0 | 0 | 0.16 | 1 | 0.07 | 50.38 | 1 | 0.46 |
| Hex | ED | C7 | 0 | 0 | 10 | 64 | 7 | 32 | 64 | 2E |
| Octal | 355 | 307 | 0 | 0 | 20 | 144 | 7 | 62 | 144 | 56 |
| Binary | 11101101 | 11000111 | 0 | 0 | 10000 | 1100100 | 111 | 110010 | 1100100 | 101110 |
Color Harmonies of #EDC700
Complementary color
Monochromatic Colors of #EDC700
Black with #EDC700
Text Example
Text Example
White with #EDC700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC700; }
p { color: rgb(237,199,0); }
H1.HeaderClassName
{
color: #EDC700;
}
.AnyTagClassName
{
color: #EDC700;
}
</style>
background-color css
<style>
a { background-color: #EDC700; }
a { background-color: rgb(237,199,0); }
div.DivClassName
{
background-color: #EDC700;
}
.BgClassName
{
background-color: #EDC700;
}
</style>
border-color css
<style>
span { border-color: #EDC700; }
span { border-color: rgb(237,199,0); }
td.TdClassName
{
border-color: #EDC700;
}
.TagClassName
{
border-color: #EDC700;
}
</style>