Shades of Ronchi #EDB855
Tints of Ronchi #EDB855
RGB
CMYK
RGB Variations
Color information
#EDB855 (or 0xEDB855) is known color: Ronchi. HEX triplet: ED, B8 and 55. RGB value is (237,184,85). Sum of RGB (Red+Green+Blue) = 237+184+85=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB855 is #1247AA. Grayscale: #BDBDBD. Windows color (decimal): -1197995 or 5617901. OLE color: 5617901.
HSL color Cylindrical-coordinate representation of color #EDB855: hue angle of 39.08º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDB855 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 85 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.07 |
| HSL | 39.08º | 0.81% | 0.63% | - |
| HSV(B) | 39.08º | 0.64% | 0.93% | - |
| XYZ | 53.71 | 52.94 | 15.98 | - |
| YUV | 188.56 | 69.56 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 85 | 0 | 0.22 | 0.64 | 0.07 | 39.08 | 0.81 | 0.63 |
| Hex | ED | B8 | 55 | 0 | 16 | 40 | 7 | 27 | 51 | 3F |
| Octal | 355 | 270 | 125 | 0 | 26 | 100 | 7 | 47 | 121 | 77 |
| Binary | 11101101 | 10111000 | 1010101 | 0 | 10110 | 1000000 | 111 | 100111 | 1010001 | 111111 |
Color Harmonies of #EDB855
Complementary color
Monochromatic Colors of #EDB855
Black with #EDB855
Text Example
Text Example
White with #EDB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB855; }
p { color: rgb(237,184,85); }
H1.HeaderClassName
{
color: #EDB855;
}
.AnyTagClassName
{
color: #EDB855;
}
</style>
background-color css
<style>
a { background-color: #EDB855; }
a { background-color: rgb(237,184,85); }
div.DivClassName
{
background-color: #EDB855;
}
.BgClassName
{
background-color: #EDB855;
}
</style>
border-color css
<style>
span { border-color: #EDB855; }
span { border-color: rgb(237,184,85); }
td.TdClassName
{
border-color: #EDB855;
}
.TagClassName
{
border-color: #EDB855;
}
</style>