Shades of Ronchi #E5B85D
Tints of Ronchi #E5B85D
RGB
CMYK
RGB Variations
Color information
#E5B85D (or 0xE5B85D) is known color: Ronchi. HEX triplet: E5, B8 and 5D. RGB value is (229,184,93). Sum of RGB (Red+Green+Blue) = 229+184+93=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B85D is #1A47A2. Grayscale: #BBBBBB. Windows color (decimal): -1722275 or 6142181. OLE color: 6142181.
HSL color Cylindrical-coordinate representation of color #E5B85D: hue angle of 40.15º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5B85D is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 184 | 93 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.10 |
| HSL | 40.15º | 0.72% | 0.63% | - |
| HSV(B) | 40.15º | 0.59% | 0.9% | - |
| XYZ | 51.43 | 51.73 | 17.63 | - |
| YUV | 187.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 184 | 93 | 0 | 0.20 | 0.59 | 0.10 | 40.15 | 0.72 | 0.63 |
| Hex | E5 | B8 | 5D | 0 | 14 | 3B | A | 28 | 48 | 3F |
| Octal | 345 | 270 | 135 | 0 | 24 | 73 | 12 | 50 | 110 | 77 |
| Binary | 11100101 | 10111000 | 1011101 | 0 | 10100 | 111011 | 1010 | 101000 | 1001000 | 111111 |
Color Harmonies of #E5B85D
Complementary color
Monochromatic Colors of #E5B85D
Black with #E5B85D
Text Example
Text Example
White with #E5B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B85D; }
p { color: rgb(229,184,93); }
H1.HeaderClassName
{
color: #E5B85D;
}
.AnyTagClassName
{
color: #E5B85D;
}
</style>
background-color css
<style>
a { background-color: #E5B85D; }
a { background-color: rgb(229,184,93); }
div.DivClassName
{
background-color: #E5B85D;
}
.BgClassName
{
background-color: #E5B85D;
}
</style>
border-color css
<style>
span { border-color: #E5B85D; }
span { border-color: rgb(229,184,93); }
td.TdClassName
{
border-color: #E5B85D;
}
.TagClassName
{
border-color: #E5B85D;
}
</style>