Shades of Golden Poppy #EDBC00
Tints of Golden Poppy #EDBC00
RGB
CMYK
RGB Variations
Color information
#EDBC00 (or 0xEDBC00) is known color: Golden Poppy. HEX triplet: ED, BC and 00. RGB value is (237,188,0). Sum of RGB (Red+Green+Blue) = 237+188+0=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBC00 is #1243FF. Grayscale: #B6B6B6. Windows color (decimal): -1197056 or 48365. OLE color: 48365.
HSL color Cylindrical-coordinate representation of color #EDBC00: hue angle of 47.59º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDBC00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.07 |
| HSL | 47.59º | 1% | 0.46% | - |
| HSV(B) | 47.59º | 1% | 0.93% | - |
| XYZ | 52.91 | 53.97 | 7.63 | - |
| YUV | 181.22 | 25.73 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 0 | 0 | 0.21 | 1 | 0.07 | 47.59 | 1 | 0.46 |
| Hex | ED | BC | 0 | 0 | 15 | 64 | 7 | 30 | 64 | 2E |
| Octal | 355 | 274 | 0 | 0 | 25 | 144 | 7 | 60 | 144 | 56 |
| Binary | 11101101 | 10111100 | 0 | 0 | 10101 | 1100100 | 111 | 110000 | 1100100 | 101110 |
Color Harmonies of #EDBC00
Complementary color
Monochromatic Colors of #EDBC00
Black with #EDBC00
Text Example
Text Example
White with #EDBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC00; }
p { color: rgb(237,188,0); }
H1.HeaderClassName
{
color: #EDBC00;
}
.AnyTagClassName
{
color: #EDBC00;
}
</style>
background-color css
<style>
a { background-color: #EDBC00; }
a { background-color: rgb(237,188,0); }
div.DivClassName
{
background-color: #EDBC00;
}
.BgClassName
{
background-color: #EDBC00;
}
</style>
border-color css
<style>
span { border-color: #EDBC00; }
span { border-color: rgb(237,188,0); }
td.TdClassName
{
border-color: #EDBC00;
}
.TagClassName
{
border-color: #EDBC00;
}
</style>