Shades of Golden Poppy #EDBD00
Tints of Golden Poppy #EDBD00
RGB
CMYK
RGB Variations
Color information
#EDBD00 (or 0xEDBD00) is known color: Golden Poppy. HEX triplet: ED, BD and 00. RGB value is (237,189,0). Sum of RGB (Red+Green+Blue) = 237+189+0=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBD00 is #1242FF. Grayscale: #B6B6B6. Windows color (decimal): -1196800 or 48621. OLE color: 48621.
HSL color Cylindrical-coordinate representation of color #EDBD00: hue angle of 47.85º 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 #EDBD00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.07 |
| HSL | 47.85º | 1% | 0.46% | - |
| HSV(B) | 47.85º | 1% | 0.93% | - |
| XYZ | 53.12 | 54.4 | 7.7 | - |
| YUV | 181.81 | 25.4 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 0 | 0 | 0.20 | 1 | 0.07 | 47.85 | 1 | 0.46 |
| Hex | ED | BD | 0 | 0 | 14 | 64 | 7 | 30 | 64 | 2E |
| Octal | 355 | 275 | 0 | 0 | 24 | 144 | 7 | 60 | 144 | 56 |
| Binary | 11101101 | 10111101 | 0 | 0 | 10100 | 1100100 | 111 | 110000 | 1100100 | 101110 |
Color Harmonies of #EDBD00
Complementary color
Monochromatic Colors of #EDBD00
Black with #EDBD00
Text Example
Text Example
White with #EDBD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBD00; }
p { color: rgb(237,189,0); }
H1.HeaderClassName
{
color: #EDBD00;
}
.AnyTagClassName
{
color: #EDBD00;
}
</style>
background-color css
<style>
a { background-color: #EDBD00; }
a { background-color: rgb(237,189,0); }
div.DivClassName
{
background-color: #EDBD00;
}
.BgClassName
{
background-color: #EDBD00;
}
</style>
border-color css
<style>
span { border-color: #EDBD00; }
span { border-color: rgb(237,189,0); }
td.TdClassName
{
border-color: #EDBD00;
}
.TagClassName
{
border-color: #EDBD00;
}
</style>