Shades of Golden Poppy #EDC105
Tints of Golden Poppy #EDC105
RGB
CMYK
RGB Variations
Color information
#EDC105 (or 0xEDC105) is known color: Golden Poppy. HEX triplet: ED, C1 and 05. RGB value is (237,193,5). Sum of RGB (Red+Green+Blue) = 237+193+5=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 5 (2.34% from 255 or 1.15% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC105 is #123EFA. Grayscale: #B9B9B9. Windows color (decimal): -1195771 or 377325. OLE color: 377325.
HSL color Cylindrical-coordinate representation of color #EDC105: hue angle of 48.62º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDC105 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 5 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.07 |
| HSL | 48.62º | 0.96% | 0.47% | - |
| HSV(B) | 48.62º | 0.98% | 0.93% | - |
| XYZ | 54.02 | 56.16 | 8.14 | - |
| YUV | 184.72 | 26.58 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 5 | 0 | 0.19 | 0.98 | 0.07 | 48.62 | 0.96 | 0.47 |
| Hex | ED | C1 | 5 | 0 | 13 | 62 | 7 | 31 | 60 | 2F |
| Octal | 355 | 301 | 5 | 0 | 23 | 142 | 7 | 61 | 140 | 57 |
| Binary | 11101101 | 11000001 | 101 | 0 | 10011 | 1100010 | 111 | 110001 | 1100000 | 101111 |
Color Harmonies of #EDC105
Complementary color
Monochromatic Colors of #EDC105
Black with #EDC105
Text Example
Text Example
White with #EDC105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC105; }
p { color: rgb(237,193,5); }
H1.HeaderClassName
{
color: #EDC105;
}
.AnyTagClassName
{
color: #EDC105;
}
</style>
background-color css
<style>
a { background-color: #EDC105; }
a { background-color: rgb(237,193,5); }
div.DivClassName
{
background-color: #EDC105;
}
.BgClassName
{
background-color: #EDC105;
}
</style>
border-color css
<style>
span { border-color: #EDC105; }
span { border-color: rgb(237,193,5); }
td.TdClassName
{
border-color: #EDC105;
}
.TagClassName
{
border-color: #EDC105;
}
</style>