Shades of Ronchi #EDBA50
Tints of Ronchi #EDBA50
RGB
CMYK
RGB Variations
Color information
#EDBA50 (or 0xEDBA50) is known color: Ronchi. HEX triplet: ED, BA and 50. RGB value is (237,186,80). Sum of RGB (Red+Green+Blue) = 237+186+80=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA50 is #1245AF. Grayscale: #BDBDBD. Windows color (decimal): -1197488 or 5290733. OLE color: 5290733.
HSL color Cylindrical-coordinate representation of color #EDBA50: hue angle of 40.51º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDBA50 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 80 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.07 |
| HSL | 40.51º | 0.81% | 0.62% | - |
| HSV(B) | 40.51º | 0.66% | 0.93% | - |
| XYZ | 53.93 | 53.7 | 15.11 | - |
| YUV | 189.17 | 66.4 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 80 | 0 | 0.22 | 0.66 | 0.07 | 40.51 | 0.81 | 0.62 |
| Hex | ED | BA | 50 | 0 | 16 | 42 | 7 | 29 | 51 | 3E |
| Octal | 355 | 272 | 120 | 0 | 26 | 102 | 7 | 51 | 121 | 76 |
| Binary | 11101101 | 10111010 | 1010000 | 0 | 10110 | 1000010 | 111 | 101001 | 1010001 | 111110 |
Color Harmonies of #EDBA50
Complementary color
Monochromatic Colors of #EDBA50
Black with #EDBA50
Text Example
Text Example
White with #EDBA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA50; }
p { color: rgb(237,186,80); }
H1.HeaderClassName
{
color: #EDBA50;
}
.AnyTagClassName
{
color: #EDBA50;
}
</style>
background-color css
<style>
a { background-color: #EDBA50; }
a { background-color: rgb(237,186,80); }
div.DivClassName
{
background-color: #EDBA50;
}
.BgClassName
{
background-color: #EDBA50;
}
</style>
border-color css
<style>
span { border-color: #EDBA50; }
span { border-color: rgb(237,186,80); }
td.TdClassName
{
border-color: #EDBA50;
}
.TagClassName
{
border-color: #EDBA50;
}
</style>