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