Shades of Ronchi #EDBA4D
Tints of Ronchi #EDBA4D
RGB
CMYK
RGB Variations
Color information
#EDBA4D (or 0xEDBA4D) is known color: Ronchi. HEX triplet: ED, BA and 4D. RGB value is (237,186,77). Sum of RGB (Red+Green+Blue) = 237+186+77=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 77 (30.47% from 255 or 15.4% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA4D is #1245B2. Grayscale: #BDBDBD. Windows color (decimal): -1197491 or 5094125. OLE color: 5094125.
HSL color Cylindrical-coordinate representation of color #EDBA4D: hue angle of 40.88º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDBA4D is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 77 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.07 |
| HSL | 40.88º | 0.82% | 0.62% | - |
| HSV(B) | 40.88º | 0.68% | 0.93% | - |
| XYZ | 53.82 | 53.66 | 14.54 | - |
| YUV | 188.82 | 64.9 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 77 | 0 | 0.22 | 0.68 | 0.07 | 40.88 | 0.82 | 0.62 |
| Hex | ED | BA | 4D | 0 | 16 | 44 | 7 | 29 | 52 | 3E |
| Octal | 355 | 272 | 115 | 0 | 26 | 104 | 7 | 51 | 122 | 76 |
| Binary | 11101101 | 10111010 | 1001101 | 0 | 10110 | 1000100 | 111 | 101001 | 1010010 | 111110 |
Color Harmonies of #EDBA4D
Complementary color
Monochromatic Colors of #EDBA4D
Black with #EDBA4D
Text Example
Text Example
White with #EDBA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA4D; }
p { color: rgb(237,186,77); }
H1.HeaderClassName
{
color: #EDBA4D;
}
.AnyTagClassName
{
color: #EDBA4D;
}
</style>
background-color css
<style>
a { background-color: #EDBA4D; }
a { background-color: rgb(237,186,77); }
div.DivClassName
{
background-color: #EDBA4D;
}
.BgClassName
{
background-color: #EDBA4D;
}
</style>
border-color css
<style>
span { border-color: #EDBA4D; }
span { border-color: rgb(237,186,77); }
td.TdClassName
{
border-color: #EDBA4D;
}
.TagClassName
{
border-color: #EDBA4D;
}
</style>