Shades of Golden Poppy #EDC40B
Tints of Golden Poppy #EDC40B
RGB
CMYK
RGB Variations
Color information
#EDC40B (or 0xEDC40B) is known color: Golden Poppy. HEX triplet: ED, C4 and 0B. RGB value is (237,196,11). Sum of RGB (Red+Green+Blue) = 237+196+11=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC40B is #123BF4. Grayscale: #BBBBBB. Windows color (decimal): -1194997 or 771309. OLE color: 771309.
HSL color Cylindrical-coordinate representation of color #EDC40B: hue angle of 49.12º 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 #EDC40B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 11 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.07 |
| HSL | 49.12º | 0.91% | 0.49% | - |
| HSV(B) | 49.12º | 0.95% | 0.93% | - |
| XYZ | 54.73 | 57.51 | 8.53 | - |
| YUV | 187.17 | 28.58 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 11 | 0 | 0.17 | 0.95 | 0.07 | 49.12 | 0.91 | 0.49 |
| Hex | ED | C4 | B | 0 | 11 | 5F | 7 | 31 | 5B | 31 |
| Octal | 355 | 304 | 13 | 0 | 21 | 137 | 7 | 61 | 133 | 61 |
| Binary | 11101101 | 11000100 | 1011 | 0 | 10001 | 1011111 | 111 | 110001 | 1011011 | 110001 |
Color Harmonies of #EDC40B
Complementary color
Monochromatic Colors of #EDC40B
Black with #EDC40B
Text Example
Text Example
White with #EDC40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC40B; }
p { color: rgb(237,196,11); }
H1.HeaderClassName
{
color: #EDC40B;
}
.AnyTagClassName
{
color: #EDC40B;
}
</style>
background-color css
<style>
a { background-color: #EDC40B; }
a { background-color: rgb(237,196,11); }
div.DivClassName
{
background-color: #EDC40B;
}
.BgClassName
{
background-color: #EDC40B;
}
</style>
border-color css
<style>
span { border-color: #EDC40B; }
span { border-color: rgb(237,196,11); }
td.TdClassName
{
border-color: #EDC40B;
}
.TagClassName
{
border-color: #EDC40B;
}
</style>