Shades of Golden Poppy #EDBB06
Tints of Golden Poppy #EDBB06
RGB
CMYK
RGB Variations
Color information
#EDBB06 (or 0xEDBB06) is known color: Golden Poppy. HEX triplet: ED, BB and 06. RGB value is (237,187,6). Sum of RGB (Red+Green+Blue) = 237+187+6=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 6 (2.73% from 255 or 1.40% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBB06 is #1244F9. Grayscale: #B6B6B6. Windows color (decimal): -1197306 or 441325. OLE color: 441325.
HSL color Cylindrical-coordinate representation of color #EDBB06: hue angle of 47.01º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDBB06 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 6 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.07 |
| HSL | 47.01º | 0.95% | 0.48% | - |
| HSV(B) | 47.01º | 0.97% | 0.93% | - |
| XYZ | 52.73 | 53.56 | 7.73 | - |
| YUV | 181.32 | 29.07 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 6 | 0 | 0.21 | 0.97 | 0.07 | 47.01 | 0.95 | 0.48 |
| Hex | ED | BB | 6 | 0 | 15 | 61 | 7 | 2F | 5F | 30 |
| Octal | 355 | 273 | 6 | 0 | 25 | 141 | 7 | 57 | 137 | 60 |
| Binary | 11101101 | 10111011 | 110 | 0 | 10101 | 1100001 | 111 | 101111 | 1011111 | 110000 |
Color Harmonies of #EDBB06
Complementary color
Monochromatic Colors of #EDBB06
Black with #EDBB06
Text Example
Text Example
White with #EDBB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBB06; }
p { color: rgb(237,187,6); }
H1.HeaderClassName
{
color: #EDBB06;
}
.AnyTagClassName
{
color: #EDBB06;
}
</style>
background-color css
<style>
a { background-color: #EDBB06; }
a { background-color: rgb(237,187,6); }
div.DivClassName
{
background-color: #EDBB06;
}
.BgClassName
{
background-color: #EDBB06;
}
</style>
border-color css
<style>
span { border-color: #EDBB06; }
span { border-color: rgb(237,187,6); }
td.TdClassName
{
border-color: #EDBB06;
}
.TagClassName
{
border-color: #EDBB06;
}
</style>