Shades of Golden Poppy #EDC902
Tints of Golden Poppy #EDC902
RGB
CMYK
RGB Variations
Color information
#EDC902 (or 0xEDC902) is known color: Golden Poppy. HEX triplet: ED, C9 and 02. RGB value is (237,201,2). Sum of RGB (Red+Green+Blue) = 237+201+2=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 2 (1.17% from 255 or 0.45% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC902 is #1236FD. Grayscale: #BDBDBD. Windows color (decimal): -1193726 or 182765. OLE color: 182765.
HSL color Cylindrical-coordinate representation of color #EDC902: hue angle of 50.81º 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 #EDC902 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.07 |
| HSL | 50.81º | 0.98% | 0.47% | - |
| HSV(B) | 50.81º | 0.99% | 0.93% | - |
| XYZ | 55.82 | 59.78 | 8.65 | - |
| YUV | 189.08 | 22.43 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 2 | 0 | 0.15 | 0.99 | 0.07 | 50.81 | 0.98 | 0.47 |
| Hex | ED | C9 | 2 | 0 | F | 63 | 7 | 33 | 62 | 2F |
| Octal | 355 | 311 | 2 | 0 | 17 | 143 | 7 | 63 | 142 | 57 |
| Binary | 11101101 | 11001001 | 10 | 0 | 1111 | 1100011 | 111 | 110011 | 1100010 | 101111 |
Color Harmonies of #EDC902
Complementary color
Monochromatic Colors of #EDC902
Black with #EDC902
Text Example
Text Example
White with #EDC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC902; }
p { color: rgb(237,201,2); }
H1.HeaderClassName
{
color: #EDC902;
}
.AnyTagClassName
{
color: #EDC902;
}
</style>
background-color css
<style>
a { background-color: #EDC902; }
a { background-color: rgb(237,201,2); }
div.DivClassName
{
background-color: #EDC902;
}
.BgClassName
{
background-color: #EDC902;
}
</style>
border-color css
<style>
span { border-color: #EDC902; }
span { border-color: rgb(237,201,2); }
td.TdClassName
{
border-color: #EDC902;
}
.TagClassName
{
border-color: #EDC902;
}
</style>