Shades of Golden Poppy #EDBA00
Tints of Golden Poppy #EDBA00
RGB
CMYK
RGB Variations
Color information
#EDBA00 (or 0xEDBA00) is known color: Golden Poppy. HEX triplet: ED, BA and 00. RGB value is (237,186,0). Sum of RGB (Red+Green+Blue) = 237+186+0=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBA00 is #1245FF. Grayscale: #B4B4B4. Windows color (decimal): -1197568 or 47853. OLE color: 47853.
HSL color Cylindrical-coordinate representation of color #EDBA00: hue angle of 47.09º 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 #EDBA00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.07 |
| HSL | 47.09º | 1% | 0.46% | - |
| HSV(B) | 47.09º | 1% | 0.93% | - |
| XYZ | 52.48 | 53.12 | 7.49 | - |
| YUV | 180.05 | 26.4 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 0 | 0 | 0.22 | 1 | 0.07 | 47.09 | 1 | 0.46 |
| Hex | ED | BA | 0 | 0 | 16 | 64 | 7 | 2F | 64 | 2E |
| Octal | 355 | 272 | 0 | 0 | 26 | 144 | 7 | 57 | 144 | 56 |
| Binary | 11101101 | 10111010 | 0 | 0 | 10110 | 1100100 | 111 | 101111 | 1100100 | 101110 |
Color Harmonies of #EDBA00
Complementary color
Monochromatic Colors of #EDBA00
Black with #EDBA00
Text Example
Text Example
White with #EDBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA00; }
p { color: rgb(237,186,0); }
H1.HeaderClassName
{
color: #EDBA00;
}
.AnyTagClassName
{
color: #EDBA00;
}
</style>
background-color css
<style>
a { background-color: #EDBA00; }
a { background-color: rgb(237,186,0); }
div.DivClassName
{
background-color: #EDBA00;
}
.BgClassName
{
background-color: #EDBA00;
}
</style>
border-color css
<style>
span { border-color: #EDBA00; }
span { border-color: rgb(237,186,0); }
td.TdClassName
{
border-color: #EDBA00;
}
.TagClassName
{
border-color: #EDBA00;
}
</style>