Shades of Ronchi #E7B85D
Tints of Ronchi #E7B85D
RGB
CMYK
RGB Variations
Color information
#E7B85D (or 0xE7B85D) is known color: Ronchi. HEX triplet: E7, B8 and 5D. RGB value is (231,184,93). Sum of RGB (Red+Green+Blue) = 231+184+93=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B85D is #1847A2. Grayscale: #BCBCBC. Windows color (decimal): -1591203 or 6142183. OLE color: 6142183.
HSL color Cylindrical-coordinate representation of color #E7B85D: hue angle of 39.57º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7B85D is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 184 | 93 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.09 |
| HSL | 39.57º | 0.74% | 0.64% | - |
| HSV(B) | 39.57º | 0.6% | 0.91% | - |
| XYZ | 52.07 | 52.06 | 17.66 | - |
| YUV | 187.68 | 74.57 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 184 | 93 | 0 | 0.20 | 0.60 | 0.09 | 39.57 | 0.74 | 0.64 |
| Hex | E7 | B8 | 5D | 0 | 14 | 3C | 9 | 28 | 4A | 40 |
| Octal | 347 | 270 | 135 | 0 | 24 | 74 | 11 | 50 | 112 | 100 |
| Binary | 11100111 | 10111000 | 1011101 | 0 | 10100 | 111100 | 1001 | 101000 | 1001010 | 1000000 |
Color Harmonies of #E7B85D
Complementary color
Monochromatic Colors of #E7B85D
Black with #E7B85D
Text Example
Text Example
White with #E7B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B85D; }
p { color: rgb(231,184,93); }
H1.HeaderClassName
{
color: #E7B85D;
}
.AnyTagClassName
{
color: #E7B85D;
}
</style>
background-color css
<style>
a { background-color: #E7B85D; }
a { background-color: rgb(231,184,93); }
div.DivClassName
{
background-color: #E7B85D;
}
.BgClassName
{
background-color: #E7B85D;
}
</style>
border-color css
<style>
span { border-color: #E7B85D; }
span { border-color: rgb(231,184,93); }
td.TdClassName
{
border-color: #E7B85D;
}
.TagClassName
{
border-color: #E7B85D;
}
</style>