Shades of Golden Poppy #EDC903
Tints of Golden Poppy #EDC903
RGB
CMYK
RGB Variations
Color information
#EDC903 (or 0xEDC903) is known color: Golden Poppy. HEX triplet: ED, C9 and 03. RGB value is (237,201,3). Sum of RGB (Red+Green+Blue) = 237+201+3=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 3 (1.56% from 255 or 0.68% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC903 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC903 is #1236FC. Grayscale: #BEBEBE. Windows color (decimal): -1193725 or 248301. OLE color: 248301.
HSL color Cylindrical-coordinate representation of color #EDC903: hue angle of 50.77º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDC903 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 3 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.07 |
| HSL | 50.77º | 0.98% | 0.47% | - |
| HSV(B) | 50.77º | 0.99% | 0.93% | - |
| XYZ | 55.83 | 59.78 | 8.68 | - |
| YUV | 189.19 | 22.93 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 3 | 0 | 0.15 | 0.99 | 0.07 | 50.77 | 0.98 | 0.47 |
| Hex | ED | C9 | 3 | 0 | F | 63 | 7 | 33 | 62 | 2F |
| Octal | 355 | 311 | 3 | 0 | 17 | 143 | 7 | 63 | 142 | 57 |
| Binary | 11101101 | 11001001 | 11 | 0 | 1111 | 1100011 | 111 | 110011 | 1100010 | 101111 |
Color Harmonies of #EDC903
Complementary color
Monochromatic Colors of #EDC903
Black with #EDC903
Text Example
Text Example
White with #EDC903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC903; }
p { color: rgb(237,201,3); }
H1.HeaderClassName
{
color: #EDC903;
}
.AnyTagClassName
{
color: #EDC903;
}
</style>
background-color css
<style>
a { background-color: #EDC903; }
a { background-color: rgb(237,201,3); }
div.DivClassName
{
background-color: #EDC903;
}
.BgClassName
{
background-color: #EDC903;
}
</style>
border-color css
<style>
span { border-color: #EDC903; }
span { border-color: rgb(237,201,3); }
td.TdClassName
{
border-color: #EDC903;
}
.TagClassName
{
border-color: #EDC903;
}
</style>