Shades of Ronchi #EDB745
Tints of Ronchi #EDB745
RGB
CMYK
RGB Variations
Color information
#EDB745 (or 0xEDB745) is known color: Ronchi. HEX triplet: ED, B7 and 45. RGB value is (237,183,69). Sum of RGB (Red+Green+Blue) = 237+183+69=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB745 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB745 is #1248BA. Grayscale: #BABABA. Windows color (decimal): -1198267 or 4569069. OLE color: 4569069.
HSL color Cylindrical-coordinate representation of color #EDB745: hue angle of 40.71º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDB745 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 69 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.07 |
| HSL | 40.71º | 0.82% | 0.6% | - |
| HSV(B) | 40.71º | 0.71% | 0.93% | - |
| XYZ | 52.93 | 52.3 | 12.94 | - |
| YUV | 186.15 | 61.89 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 69 | 0 | 0.23 | 0.71 | 0.07 | 40.71 | 0.82 | 0.6 |
| Hex | ED | B7 | 45 | 0 | 17 | 47 | 7 | 29 | 52 | 3C |
| Octal | 355 | 267 | 105 | 0 | 27 | 107 | 7 | 51 | 122 | 74 |
| Binary | 11101101 | 10110111 | 1000101 | 0 | 10111 | 1000111 | 111 | 101001 | 1010010 | 111100 |
Color Harmonies of #EDB745
Complementary color
Monochromatic Colors of #EDB745
Black with #EDB745
Text Example
Text Example
White with #EDB745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB745; }
p { color: rgb(237,183,69); }
H1.HeaderClassName
{
color: #EDB745;
}
.AnyTagClassName
{
color: #EDB745;
}
</style>
background-color css
<style>
a { background-color: #EDB745; }
a { background-color: rgb(237,183,69); }
div.DivClassName
{
background-color: #EDB745;
}
.BgClassName
{
background-color: #EDB745;
}
</style>
border-color css
<style>
span { border-color: #EDB745; }
span { border-color: rgb(237,183,69); }
td.TdClassName
{
border-color: #EDB745;
}
.TagClassName
{
border-color: #EDB745;
}
</style>