Shades of Ronchi #EDBA5B
Tints of Ronchi #EDBA5B
RGB
CMYK
RGB Variations
Color information
#EDBA5B (or 0xEDBA5B) is known color: Ronchi. HEX triplet: ED, BA and 5B. RGB value is (237,186,91). Sum of RGB (Red+Green+Blue) = 237+186+91=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 91 (35.94% from 255 or 17.70% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA5B is #1245A4. Grayscale: #BEBEBE. Windows color (decimal): -1197477 or 6011629. OLE color: 6011629.
HSL color Cylindrical-coordinate representation of color #EDBA5B: hue angle of 39.04º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDBA5B is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 91 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.07 |
| HSL | 39.04º | 0.8% | 0.64% | - |
| HSV(B) | 39.04º | 0.62% | 0.93% | - |
| XYZ | 54.37 | 53.88 | 17.43 | - |
| YUV | 190.42 | 71.9 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 91 | 0 | 0.22 | 0.62 | 0.07 | 39.04 | 0.8 | 0.64 |
| Hex | ED | BA | 5B | 0 | 16 | 3E | 7 | 27 | 50 | 40 |
| Octal | 355 | 272 | 133 | 0 | 26 | 76 | 7 | 47 | 120 | 100 |
| Binary | 11101101 | 10111010 | 1011011 | 0 | 10110 | 111110 | 111 | 100111 | 1010000 | 1000000 |
Color Harmonies of #EDBA5B
Complementary color
Monochromatic Colors of #EDBA5B
Black with #EDBA5B
Text Example
Text Example
White with #EDBA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA5B; }
p { color: rgb(237,186,91); }
H1.HeaderClassName
{
color: #EDBA5B;
}
.AnyTagClassName
{
color: #EDBA5B;
}
</style>
background-color css
<style>
a { background-color: #EDBA5B; }
a { background-color: rgb(237,186,91); }
div.DivClassName
{
background-color: #EDBA5B;
}
.BgClassName
{
background-color: #EDBA5B;
}
</style>
border-color css
<style>
span { border-color: #EDBA5B; }
span { border-color: rgb(237,186,91); }
td.TdClassName
{
border-color: #EDBA5B;
}
.TagClassName
{
border-color: #EDBA5B;
}
</style>