Shades of Golden Poppy #EDBC04
Tints of Golden Poppy #EDBC04
RGB
CMYK
RGB Variations
Color information
#EDBC04 (or 0xEDBC04) is known color: Golden Poppy. HEX triplet: ED, BC and 04. RGB value is (237,188,4). Sum of RGB (Red+Green+Blue) = 237+188+4=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 4 (1.95% from 255 or 0.93% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBC04 is #1243FB. Grayscale: #B6B6B6. Windows color (decimal): -1197052 or 310509. OLE color: 310509.
HSL color Cylindrical-coordinate representation of color #EDBC04: hue angle of 47.38º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDBC04 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 4 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.07 |
| HSL | 47.38º | 0.97% | 0.47% | - |
| HSV(B) | 47.38º | 0.98% | 0.93% | - |
| XYZ | 52.93 | 53.98 | 7.74 | - |
| YUV | 181.68 | 27.73 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 4 | 0 | 0.21 | 0.98 | 0.07 | 47.38 | 0.97 | 0.47 |
| Hex | ED | BC | 4 | 0 | 15 | 62 | 7 | 2F | 61 | 2F |
| Octal | 355 | 274 | 4 | 0 | 25 | 142 | 7 | 57 | 141 | 57 |
| Binary | 11101101 | 10111100 | 100 | 0 | 10101 | 1100010 | 111 | 101111 | 1100001 | 101111 |
Color Harmonies of #EDBC04
Complementary color
Monochromatic Colors of #EDBC04
Black with #EDBC04
Text Example
Text Example
White with #EDBC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC04; }
p { color: rgb(237,188,4); }
H1.HeaderClassName
{
color: #EDBC04;
}
.AnyTagClassName
{
color: #EDBC04;
}
</style>
background-color css
<style>
a { background-color: #EDBC04; }
a { background-color: rgb(237,188,4); }
div.DivClassName
{
background-color: #EDBC04;
}
.BgClassName
{
background-color: #EDBC04;
}
</style>
border-color css
<style>
span { border-color: #EDBC04; }
span { border-color: rgb(237,188,4); }
td.TdClassName
{
border-color: #EDBC04;
}
.TagClassName
{
border-color: #EDBC04;
}
</style>