Shades of Golden Poppy #EDBC0D
Tints of Golden Poppy #EDBC0D
RGB
CMYK
RGB Variations
Color information
#EDBC0D (or 0xEDBC0D) is known color: Golden Poppy. HEX triplet: ED, BC and 0D. RGB value is (237,188,13). Sum of RGB (Red+Green+Blue) = 237+188+13=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 13 (5.47% from 255 or 2.97% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBC0D is #1243F2. Grayscale: #B7B7B7. Windows color (decimal): -1197043 or 900333. OLE color: 900333.
HSL color Cylindrical-coordinate representation of color #EDBC0D: hue angle of 46.88º 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 #EDBC0D is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 13 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.07 |
| HSL | 46.88º | 0.9% | 0.49% | - |
| HSV(B) | 46.88º | 0.95% | 0.93% | - |
| XYZ | 52.98 | 54 | 8.01 | - |
| YUV | 182.7 | 32.23 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 13 | 0 | 0.21 | 0.95 | 0.07 | 46.88 | 0.9 | 0.49 |
| Hex | ED | BC | D | 0 | 15 | 5F | 7 | 2F | 5A | 31 |
| Octal | 355 | 274 | 15 | 0 | 25 | 137 | 7 | 57 | 132 | 61 |
| Binary | 11101101 | 10111100 | 1101 | 0 | 10101 | 1011111 | 111 | 101111 | 1011010 | 110001 |
Color Harmonies of #EDBC0D
Complementary color
Monochromatic Colors of #EDBC0D
Black with #EDBC0D
Text Example
Text Example
White with #EDBC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC0D; }
p { color: rgb(237,188,13); }
H1.HeaderClassName
{
color: #EDBC0D;
}
.AnyTagClassName
{
color: #EDBC0D;
}
</style>
background-color css
<style>
a { background-color: #EDBC0D; }
a { background-color: rgb(237,188,13); }
div.DivClassName
{
background-color: #EDBC0D;
}
.BgClassName
{
background-color: #EDBC0D;
}
</style>
border-color css
<style>
span { border-color: #EDBC0D; }
span { border-color: rgb(237,188,13); }
td.TdClassName
{
border-color: #EDBC0D;
}
.TagClassName
{
border-color: #EDBC0D;
}
</style>