Shades of Golden Poppy #EDC60B
Tints of Golden Poppy #EDC60B
RGB
CMYK
RGB Variations
Color information
#EDC60B (or 0xEDC60B) is known color: Golden Poppy. HEX triplet: ED, C6 and 0B. RGB value is (237,198,11). Sum of RGB (Red+Green+Blue) = 237+198+11=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 11 (4.69% from 255 or 2.47% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC60B is #1239F4. Grayscale: #BDBDBD. Windows color (decimal): -1194485 or 771821. OLE color: 771821.
HSL color Cylindrical-coordinate representation of color #EDC60B: hue angle of 49.65º 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 #EDC60B is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 11 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.07 |
| HSL | 49.65º | 0.91% | 0.49% | - |
| HSV(B) | 49.65º | 0.95% | 0.93% | - |
| XYZ | 55.18 | 58.42 | 8.68 | - |
| YUV | 188.34 | 27.92 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 11 | 0 | 0.16 | 0.95 | 0.07 | 49.65 | 0.91 | 0.49 |
| Hex | ED | C6 | B | 0 | 10 | 5F | 7 | 32 | 5B | 31 |
| Octal | 355 | 306 | 13 | 0 | 20 | 137 | 7 | 62 | 133 | 61 |
| Binary | 11101101 | 11000110 | 1011 | 0 | 10000 | 1011111 | 111 | 110010 | 1011011 | 110001 |
Color Harmonies of #EDC60B
Complementary color
Monochromatic Colors of #EDC60B
Black with #EDC60B
Text Example
Text Example
White with #EDC60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC60B; }
p { color: rgb(237,198,11); }
H1.HeaderClassName
{
color: #EDC60B;
}
.AnyTagClassName
{
color: #EDC60B;
}
</style>
background-color css
<style>
a { background-color: #EDC60B; }
a { background-color: rgb(237,198,11); }
div.DivClassName
{
background-color: #EDC60B;
}
.BgClassName
{
background-color: #EDC60B;
}
</style>
border-color css
<style>
span { border-color: #EDC60B; }
span { border-color: rgb(237,198,11); }
td.TdClassName
{
border-color: #EDC60B;
}
.TagClassName
{
border-color: #EDC60B;
}
</style>