Shades of Golden Poppy #EDC008
Tints of Golden Poppy #EDC008
RGB
CMYK
RGB Variations
Color information
#EDC008 (or 0xEDC008) is known color: Golden Poppy. HEX triplet: ED, C0 and 08. RGB value is (237,192,8). Sum of RGB (Red+Green+Blue) = 237+192+8=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 8 (3.52% from 255 or 1.83% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC008 is #123FF7. Grayscale: #B9B9B9. Windows color (decimal): -1196024 or 573677. OLE color: 573677.
HSL color Cylindrical-coordinate representation of color #EDC008: hue angle of 48.21º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDC008 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 8 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.07 |
| HSL | 48.21º | 0.93% | 0.48% | - |
| HSV(B) | 48.21º | 0.97% | 0.93% | - |
| XYZ | 53.82 | 55.72 | 8.15 | - |
| YUV | 184.48 | 28.41 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 8 | 0 | 0.19 | 0.97 | 0.07 | 48.21 | 0.93 | 0.48 |
| Hex | ED | C0 | 8 | 0 | 13 | 61 | 7 | 30 | 5D | 30 |
| Octal | 355 | 300 | 10 | 0 | 23 | 141 | 7 | 60 | 135 | 60 |
| Binary | 11101101 | 11000000 | 1000 | 0 | 10011 | 1100001 | 111 | 110000 | 1011101 | 110000 |
Color Harmonies of #EDC008
Complementary color
Monochromatic Colors of #EDC008
Black with #EDC008
Text Example
Text Example
White with #EDC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC008; }
p { color: rgb(237,192,8); }
H1.HeaderClassName
{
color: #EDC008;
}
.AnyTagClassName
{
color: #EDC008;
}
</style>
background-color css
<style>
a { background-color: #EDC008; }
a { background-color: rgb(237,192,8); }
div.DivClassName
{
background-color: #EDC008;
}
.BgClassName
{
background-color: #EDC008;
}
</style>
border-color css
<style>
span { border-color: #EDC008; }
span { border-color: rgb(237,192,8); }
td.TdClassName
{
border-color: #EDC008;
}
.TagClassName
{
border-color: #EDC008;
}
</style>