Shades of Ronchi #E7B95A
Tints of Ronchi #E7B95A
RGB
CMYK
RGB Variations
Color information
#E7B95A (or 0xE7B95A) is known color: Ronchi. HEX triplet: E7, B9 and 5A. RGB value is (231,185,90). Sum of RGB (Red+Green+Blue) = 231+185+90=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B95A is #1846A5. Grayscale: #BCBCBC. Windows color (decimal): -1590950 or 5945831. OLE color: 5945831.
HSL color Cylindrical-coordinate representation of color #E7B95A: hue angle of 40.43º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7B95A is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 185 | 90 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.09 |
| HSL | 40.43º | 0.75% | 0.63% | - |
| HSV(B) | 40.43º | 0.61% | 0.91% | - |
| XYZ | 52.15 | 52.43 | 17.04 | - |
| YUV | 187.92 | 72.74 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 90 | 0 | 0.20 | 0.61 | 0.09 | 40.43 | 0.75 | 0.63 |
| Hex | E7 | B9 | 5A | 0 | 14 | 3D | 9 | 28 | 4B | 3F |
| Octal | 347 | 271 | 132 | 0 | 24 | 75 | 11 | 50 | 113 | 77 |
| Binary | 11100111 | 10111001 | 1011010 | 0 | 10100 | 111101 | 1001 | 101000 | 1001011 | 111111 |
Color Harmonies of #E7B95A
Complementary color
Monochromatic Colors of #E7B95A
Black with #E7B95A
Text Example
Text Example
White with #E7B95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B95A; }
p { color: rgb(231,185,90); }
H1.HeaderClassName
{
color: #E7B95A;
}
.AnyTagClassName
{
color: #E7B95A;
}
</style>
background-color css
<style>
a { background-color: #E7B95A; }
a { background-color: rgb(231,185,90); }
div.DivClassName
{
background-color: #E7B95A;
}
.BgClassName
{
background-color: #E7B95A;
}
</style>
border-color css
<style>
span { border-color: #E7B95A; }
span { border-color: rgb(231,185,90); }
td.TdClassName
{
border-color: #E7B95A;
}
.TagClassName
{
border-color: #E7B95A;
}
</style>