Shades of Ronchi #EDB751
Tints of Ronchi #EDB751
RGB
CMYK
RGB Variations
Color information
#EDB751 (or 0xEDB751) is known color: Ronchi. HEX triplet: ED, B7 and 51. RGB value is (237,183,81). Sum of RGB (Red+Green+Blue) = 237+183+81=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 81 (32.03% from 255 or 16.17% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB751 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB751 is #1248AE. Grayscale: #BBBBBB. Windows color (decimal): -1198255 or 5355501. OLE color: 5355501.
HSL color Cylindrical-coordinate representation of color #EDB751: hue angle of 39.23º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDB751 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 81 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.07 |
| HSL | 39.23º | 0.81% | 0.62% | - |
| HSV(B) | 39.23º | 0.66% | 0.93% | - |
| XYZ | 53.34 | 52.47 | 15.1 | - |
| YUV | 187.52 | 67.89 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 81 | 0 | 0.23 | 0.66 | 0.07 | 39.23 | 0.81 | 0.62 |
| Hex | ED | B7 | 51 | 0 | 17 | 42 | 7 | 27 | 51 | 3E |
| Octal | 355 | 267 | 121 | 0 | 27 | 102 | 7 | 47 | 121 | 76 |
| Binary | 11101101 | 10110111 | 1010001 | 0 | 10111 | 1000010 | 111 | 100111 | 1010001 | 111110 |
Color Harmonies of #EDB751
Complementary color
Monochromatic Colors of #EDB751
Black with #EDB751
Text Example
Text Example
White with #EDB751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB751; }
p { color: rgb(237,183,81); }
H1.HeaderClassName
{
color: #EDB751;
}
.AnyTagClassName
{
color: #EDB751;
}
</style>
background-color css
<style>
a { background-color: #EDB751; }
a { background-color: rgb(237,183,81); }
div.DivClassName
{
background-color: #EDB751;
}
.BgClassName
{
background-color: #EDB751;
}
</style>
border-color css
<style>
span { border-color: #EDB751; }
span { border-color: rgb(237,183,81); }
td.TdClassName
{
border-color: #EDB751;
}
.TagClassName
{
border-color: #EDB751;
}
</style>