Shades of Ronchi #EDBA53
Tints of Ronchi #EDBA53
RGB
CMYK
RGB Variations
Color information
#EDBA53 (or 0xEDBA53) is known color: Ronchi. HEX triplet: ED, BA and 53. RGB value is (237,186,83). Sum of RGB (Red+Green+Blue) = 237+186+83=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 83 (32.81% from 255 or 16.40% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA53 is #1245AC. Grayscale: #BDBDBD. Windows color (decimal): -1197485 or 5487341. OLE color: 5487341.
HSL color Cylindrical-coordinate representation of color #EDBA53: hue angle of 40.13º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDBA53 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 83 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.07 |
| HSL | 40.13º | 0.81% | 0.63% | - |
| HSV(B) | 40.13º | 0.65% | 0.93% | - |
| XYZ | 54.05 | 53.75 | 15.71 | - |
| YUV | 189.51 | 67.9 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 83 | 0 | 0.22 | 0.65 | 0.07 | 40.13 | 0.81 | 0.63 |
| Hex | ED | BA | 53 | 0 | 16 | 41 | 7 | 28 | 51 | 3F |
| Octal | 355 | 272 | 123 | 0 | 26 | 101 | 7 | 50 | 121 | 77 |
| Binary | 11101101 | 10111010 | 1010011 | 0 | 10110 | 1000001 | 111 | 101000 | 1010001 | 111111 |
Color Harmonies of #EDBA53
Complementary color
Monochromatic Colors of #EDBA53
Black with #EDBA53
Text Example
Text Example
White with #EDBA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA53; }
p { color: rgb(237,186,83); }
H1.HeaderClassName
{
color: #EDBA53;
}
.AnyTagClassName
{
color: #EDBA53;
}
</style>
background-color css
<style>
a { background-color: #EDBA53; }
a { background-color: rgb(237,186,83); }
div.DivClassName
{
background-color: #EDBA53;
}
.BgClassName
{
background-color: #EDBA53;
}
</style>
border-color css
<style>
span { border-color: #EDBA53; }
span { border-color: rgb(237,186,83); }
td.TdClassName
{
border-color: #EDBA53;
}
.TagClassName
{
border-color: #EDBA53;
}
</style>