Shades of Golden Poppy #EDBB00
Tints of Golden Poppy #EDBB00
RGB
CMYK
RGB Variations
Color information
#EDBB00 (or 0xEDBB00) is known color: Golden Poppy. HEX triplet: ED, BB and 00. RGB value is (237,187,0). Sum of RGB (Red+Green+Blue) = 237+187+0=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBB00 is #1244FF. Grayscale: #B5B5B5. Windows color (decimal): -1197312 or 48109. OLE color: 48109.
HSL color Cylindrical-coordinate representation of color #EDBB00: hue angle of 47.34º 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 #EDBB00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.07 |
| HSL | 47.34º | 1% | 0.46% | - |
| HSV(B) | 47.34º | 1% | 0.93% | - |
| XYZ | 52.7 | 53.55 | 7.56 | - |
| YUV | 180.63 | 26.07 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 0 | 0 | 0.21 | 1 | 0.07 | 47.34 | 1 | 0.46 |
| Hex | ED | BB | 0 | 0 | 15 | 64 | 7 | 2F | 64 | 2E |
| Octal | 355 | 273 | 0 | 0 | 25 | 144 | 7 | 57 | 144 | 56 |
| Binary | 11101101 | 10111011 | 0 | 0 | 10101 | 1100100 | 111 | 101111 | 1100100 | 101110 |
Color Harmonies of #EDBB00
Complementary color
Monochromatic Colors of #EDBB00
Black with #EDBB00
Text Example
Text Example
White with #EDBB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBB00; }
p { color: rgb(237,187,0); }
H1.HeaderClassName
{
color: #EDBB00;
}
.AnyTagClassName
{
color: #EDBB00;
}
</style>
background-color css
<style>
a { background-color: #EDBB00; }
a { background-color: rgb(237,187,0); }
div.DivClassName
{
background-color: #EDBB00;
}
.BgClassName
{
background-color: #EDBB00;
}
</style>
border-color css
<style>
span { border-color: #EDBB00; }
span { border-color: rgb(237,187,0); }
td.TdClassName
{
border-color: #EDBB00;
}
.TagClassName
{
border-color: #EDBB00;
}
</style>