Shades of Golden Poppy #EDBD0C
Tints of Golden Poppy #EDBD0C
RGB
CMYK
RGB Variations
Color information
#EDBD0C (or 0xEDBD0C) is known color: Golden Poppy. HEX triplet: ED, BD and 0C. RGB value is (237,189,12). Sum of RGB (Red+Green+Blue) = 237+189+12=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 12 (5.08% from 255 or 2.74% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBD0C is #1242F3. Grayscale: #B7B7B7. Windows color (decimal): -1196788 or 835053. OLE color: 835053.
HSL color Cylindrical-coordinate representation of color #EDBD0C: hue angle of 47.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDBD0C is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 12 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.07 |
| HSL | 47.2º | 0.9% | 0.49% | - |
| HSV(B) | 47.2º | 0.95% | 0.93% | - |
| XYZ | 53.19 | 54.43 | 8.05 | - |
| YUV | 183.17 | 31.4 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 12 | 0 | 0.20 | 0.95 | 0.07 | 47.2 | 0.9 | 0.49 |
| Hex | ED | BD | C | 0 | 14 | 5F | 7 | 2F | 5A | 31 |
| Octal | 355 | 275 | 14 | 0 | 24 | 137 | 7 | 57 | 132 | 61 |
| Binary | 11101101 | 10111101 | 1100 | 0 | 10100 | 1011111 | 111 | 101111 | 1011010 | 110001 |
Color Harmonies of #EDBD0C
Complementary color
Monochromatic Colors of #EDBD0C
Black with #EDBD0C
Text Example
Text Example
White with #EDBD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBD0C; }
p { color: rgb(237,189,12); }
H1.HeaderClassName
{
color: #EDBD0C;
}
.AnyTagClassName
{
color: #EDBD0C;
}
</style>
background-color css
<style>
a { background-color: #EDBD0C; }
a { background-color: rgb(237,189,12); }
div.DivClassName
{
background-color: #EDBD0C;
}
.BgClassName
{
background-color: #EDBD0C;
}
</style>
border-color css
<style>
span { border-color: #EDBD0C; }
span { border-color: rgb(237,189,12); }
td.TdClassName
{
border-color: #EDBD0C;
}
.TagClassName
{
border-color: #EDBD0C;
}
</style>