Shades of Golden Poppy #EDC101
Tints of Golden Poppy #EDC101
RGB
CMYK
RGB Variations
Color information
#EDC101 (or 0xEDC101) is known color: Golden Poppy. HEX triplet: ED, C1 and 01. RGB value is (237,193,1). Sum of RGB (Red+Green+Blue) = 237+193+1=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 1 (0.78% from 255 or 0.23% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC101 is #123EFE. Grayscale: #B9B9B9. Windows color (decimal): -1195775 or 115181. OLE color: 115181.
HSL color Cylindrical-coordinate representation of color #EDC101: hue angle of 48.81º 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 #EDC101 is Cyan = 0, Magento = 0.19, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 1 | - |
| CMYK | 0 | 0.19 | 1.00 | 0.07 |
| HSL | 48.81º | 0.99% | 0.47% | - |
| HSV(B) | 48.81º | 1% | 0.93% | - |
| XYZ | 54 | 56.15 | 8.02 | - |
| YUV | 184.27 | 24.58 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 1 | 0 | 0.19 | 1.00 | 0.07 | 48.81 | 0.99 | 0.47 |
| Hex | ED | C1 | 1 | 0 | 13 | 64 | 7 | 31 | 63 | 2F |
| Octal | 355 | 301 | 1 | 0 | 23 | 144 | 7 | 61 | 143 | 57 |
| Binary | 11101101 | 11000001 | 1 | 0 | 10011 | 1100100 | 111 | 110001 | 1100011 | 101111 |
Color Harmonies of #EDC101
Complementary color
Monochromatic Colors of #EDC101
Black with #EDC101
Text Example
Text Example
White with #EDC101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC101; }
p { color: rgb(237,193,1); }
H1.HeaderClassName
{
color: #EDC101;
}
.AnyTagClassName
{
color: #EDC101;
}
</style>
background-color css
<style>
a { background-color: #EDC101; }
a { background-color: rgb(237,193,1); }
div.DivClassName
{
background-color: #EDC101;
}
.BgClassName
{
background-color: #EDC101;
}
</style>
border-color css
<style>
span { border-color: #EDC101; }
span { border-color: rgb(237,193,1); }
td.TdClassName
{
border-color: #EDC101;
}
.TagClassName
{
border-color: #EDC101;
}
</style>