Shades of Golden Poppy #EDB80D
Tints of Golden Poppy #EDB80D
RGB
CMYK
RGB Variations
Color information
#EDB80D (or 0xEDB80D) is known color: Golden Poppy. HEX triplet: ED, B8 and 0D. RGB value is (237,184,13). Sum of RGB (Red+Green+Blue) = 237+184+13=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB80D is #1247F2. Grayscale: #B5B5B5. Windows color (decimal): -1198067 or 899309. OLE color: 899309.
HSL color Cylindrical-coordinate representation of color #EDB80D: hue angle of 45.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDB80D is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 13 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.07 |
| HSL | 45.8º | 0.9% | 0.49% | - |
| HSV(B) | 45.8º | 0.95% | 0.93% | - |
| XYZ | 52.14 | 52.31 | 7.73 | - |
| YUV | 180.35 | 33.56 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 13 | 0 | 0.22 | 0.95 | 0.07 | 45.8 | 0.9 | 0.49 |
| Hex | ED | B8 | D | 0 | 16 | 5F | 7 | 2E | 5A | 31 |
| Octal | 355 | 270 | 15 | 0 | 26 | 137 | 7 | 56 | 132 | 61 |
| Binary | 11101101 | 10111000 | 1101 | 0 | 10110 | 1011111 | 111 | 101110 | 1011010 | 110001 |
Color Harmonies of #EDB80D
Complementary color
Monochromatic Colors of #EDB80D
Black with #EDB80D
Text Example
Text Example
White with #EDB80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB80D; }
p { color: rgb(237,184,13); }
H1.HeaderClassName
{
color: #EDB80D;
}
.AnyTagClassName
{
color: #EDB80D;
}
</style>
background-color css
<style>
a { background-color: #EDB80D; }
a { background-color: rgb(237,184,13); }
div.DivClassName
{
background-color: #EDB80D;
}
.BgClassName
{
background-color: #EDB80D;
}
</style>
border-color css
<style>
span { border-color: #EDB80D; }
span { border-color: rgb(237,184,13); }
td.TdClassName
{
border-color: #EDB80D;
}
.TagClassName
{
border-color: #EDB80D;
}
</style>