Shades of Golden Poppy #EDC10B
Tints of Golden Poppy #EDC10B
RGB
CMYK
RGB Variations
Color information
#EDC10B (or 0xEDC10B) is known color: Golden Poppy. HEX triplet: ED, C1 and 0B. RGB value is (237,193,11). Sum of RGB (Red+Green+Blue) = 237+193+11=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 11 (4.69% from 255 or 2.49% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC10B is #123EF4. Grayscale: #BABABA. Windows color (decimal): -1195765 or 770541. OLE color: 770541.
HSL color Cylindrical-coordinate representation of color #EDC10B: hue angle of 48.32º degrees, saturation: 0.91, 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 #EDC10B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.07 |
| HSL | 48.32º | 0.91% | 0.49% | - |
| HSV(B) | 48.32º | 0.95% | 0.93% | - |
| XYZ | 54.06 | 56.17 | 8.31 | - |
| YUV | 185.41 | 29.58 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 11 | 0 | 0.19 | 0.95 | 0.07 | 48.32 | 0.91 | 0.49 |
| Hex | ED | C1 | B | 0 | 13 | 5F | 7 | 30 | 5B | 31 |
| Octal | 355 | 301 | 13 | 0 | 23 | 137 | 7 | 60 | 133 | 61 |
| Binary | 11101101 | 11000001 | 1011 | 0 | 10011 | 1011111 | 111 | 110000 | 1011011 | 110001 |
Color Harmonies of #EDC10B
Complementary color
Monochromatic Colors of #EDC10B
Black with #EDC10B
Text Example
Text Example
White with #EDC10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC10B; }
p { color: rgb(237,193,11); }
H1.HeaderClassName
{
color: #EDC10B;
}
.AnyTagClassName
{
color: #EDC10B;
}
</style>
background-color css
<style>
a { background-color: #EDC10B; }
a { background-color: rgb(237,193,11); }
div.DivClassName
{
background-color: #EDC10B;
}
.BgClassName
{
background-color: #EDC10B;
}
</style>
border-color css
<style>
span { border-color: #EDC10B; }
span { border-color: rgb(237,193,11); }
td.TdClassName
{
border-color: #EDC10B;
}
.TagClassName
{
border-color: #EDC10B;
}
</style>