Shades of Golden Poppy #EDB80A
Tints of Golden Poppy #EDB80A
RGB
CMYK
RGB Variations
Color information
#EDB80A (or 0xEDB80A) is known color: Golden Poppy. HEX triplet: ED, B8 and 0A. RGB value is (237,184,10). Sum of RGB (Red+Green+Blue) = 237+184+10=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 10 (4.30% from 255 or 2.32% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB80A is #1247F5. Grayscale: #B4B4B4. Windows color (decimal): -1198070 or 702701. OLE color: 702701.
HSL color Cylindrical-coordinate representation of color #EDB80A: hue angle of 45.99º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDB80A is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 10 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.07 |
| HSL | 45.99º | 0.92% | 0.48% | - |
| HSV(B) | 45.99º | 0.96% | 0.93% | - |
| XYZ | 52.12 | 52.31 | 7.64 | - |
| YUV | 180.01 | 32.06 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 10 | 0 | 0.22 | 0.96 | 0.07 | 45.99 | 0.92 | 0.48 |
| Hex | ED | B8 | A | 0 | 16 | 60 | 7 | 2E | 5C | 30 |
| Octal | 355 | 270 | 12 | 0 | 26 | 140 | 7 | 56 | 134 | 60 |
| Binary | 11101101 | 10111000 | 1010 | 0 | 10110 | 1100000 | 111 | 101110 | 1011100 | 110000 |
Color Harmonies of #EDB80A
Complementary color
Monochromatic Colors of #EDB80A
Black with #EDB80A
Text Example
Text Example
White with #EDB80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB80A; }
p { color: rgb(237,184,10); }
H1.HeaderClassName
{
color: #EDB80A;
}
.AnyTagClassName
{
color: #EDB80A;
}
</style>
background-color css
<style>
a { background-color: #EDB80A; }
a { background-color: rgb(237,184,10); }
div.DivClassName
{
background-color: #EDB80A;
}
.BgClassName
{
background-color: #EDB80A;
}
</style>
border-color css
<style>
span { border-color: #EDB80A; }
span { border-color: rgb(237,184,10); }
td.TdClassName
{
border-color: #EDB80A;
}
.TagClassName
{
border-color: #EDB80A;
}
</style>