Shades of Ronchi #E5B85C
Tints of Ronchi #E5B85C
RGB
CMYK
RGB Variations
Color information
#E5B85C (or 0xE5B85C) is known color: Ronchi. HEX triplet: E5, B8 and 5C. RGB value is (229,184,92). Sum of RGB (Red+Green+Blue) = 229+184+92=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B85C is #1A47A3. Grayscale: #BBBBBB. Windows color (decimal): -1722276 or 6076645. OLE color: 6076645.
HSL color Cylindrical-coordinate representation of color #E5B85C: hue angle of 40.29º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5B85C is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 184 | 92 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.10 |
| HSL | 40.29º | 0.72% | 0.63% | - |
| HSV(B) | 40.29º | 0.6% | 0.9% | - |
| XYZ | 51.39 | 51.71 | 17.4 | - |
| YUV | 186.97 | 74.41 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 184 | 92 | 0 | 0.20 | 0.60 | 0.10 | 40.29 | 0.72 | 0.63 |
| Hex | E5 | B8 | 5C | 0 | 14 | 3C | A | 28 | 48 | 3F |
| Octal | 345 | 270 | 134 | 0 | 24 | 74 | 12 | 50 | 110 | 77 |
| Binary | 11100101 | 10111000 | 1011100 | 0 | 10100 | 111100 | 1010 | 101000 | 1001000 | 111111 |
Color Harmonies of #E5B85C
Complementary color
Monochromatic Colors of #E5B85C
Black with #E5B85C
Text Example
Text Example
White with #E5B85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B85C; }
p { color: rgb(229,184,92); }
H1.HeaderClassName
{
color: #E5B85C;
}
.AnyTagClassName
{
color: #E5B85C;
}
</style>
background-color css
<style>
a { background-color: #E5B85C; }
a { background-color: rgb(229,184,92); }
div.DivClassName
{
background-color: #E5B85C;
}
.BgClassName
{
background-color: #E5B85C;
}
</style>
border-color css
<style>
span { border-color: #E5B85C; }
span { border-color: rgb(229,184,92); }
td.TdClassName
{
border-color: #E5B85C;
}
.TagClassName
{
border-color: #E5B85C;
}
</style>