Shades of Ronchi #EDB746
Tints of Ronchi #EDB746
RGB
CMYK
RGB Variations
Color information
#EDB746 (or 0xEDB746) is known color: Ronchi. HEX triplet: ED, B7 and 46. RGB value is (237,183,70). Sum of RGB (Red+Green+Blue) = 237+183+70=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB746 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB746 is #1248B9. Grayscale: #BABABA. Windows color (decimal): -1198266 or 4634605. OLE color: 4634605.
HSL color Cylindrical-coordinate representation of color #EDB746: hue angle of 40.6º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDB746 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 70 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.07 |
| HSL | 40.6º | 0.82% | 0.6% | - |
| HSV(B) | 40.6º | 0.7% | 0.93% | - |
| XYZ | 52.96 | 52.31 | 13.1 | - |
| YUV | 186.26 | 62.39 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 70 | 0 | 0.23 | 0.70 | 0.07 | 40.6 | 0.82 | 0.6 |
| Hex | ED | B7 | 46 | 0 | 17 | 46 | 7 | 29 | 52 | 3C |
| Octal | 355 | 267 | 106 | 0 | 27 | 106 | 7 | 51 | 122 | 74 |
| Binary | 11101101 | 10110111 | 1000110 | 0 | 10111 | 1000110 | 111 | 101001 | 1010010 | 111100 |
Color Harmonies of #EDB746
Complementary color
Monochromatic Colors of #EDB746
Black with #EDB746
Text Example
Text Example
White with #EDB746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB746; }
p { color: rgb(237,183,70); }
H1.HeaderClassName
{
color: #EDB746;
}
.AnyTagClassName
{
color: #EDB746;
}
</style>
background-color css
<style>
a { background-color: #EDB746; }
a { background-color: rgb(237,183,70); }
div.DivClassName
{
background-color: #EDB746;
}
.BgClassName
{
background-color: #EDB746;
}
</style>
border-color css
<style>
span { border-color: #EDB746; }
span { border-color: rgb(237,183,70); }
td.TdClassName
{
border-color: #EDB746;
}
.TagClassName
{
border-color: #EDB746;
}
</style>