Shades of Ronchi #E7B65E
Tints of Ronchi #E7B65E
RGB
CMYK
RGB Variations
Color information
#E7B65E (or 0xE7B65E) is known color: Ronchi. HEX triplet: E7, B6 and 5E. RGB value is (231,182,94). Sum of RGB (Red+Green+Blue) = 231+182+94=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B65E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B65E is #1849A1. Grayscale: #BBBBBB. Windows color (decimal): -1591714 or 6207207. OLE color: 6207207.
HSL color Cylindrical-coordinate representation of color #E7B65E: hue angle of 38.54º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7B65E is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 94 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.09 |
| HSL | 38.54º | 0.74% | 0.64% | - |
| HSV(B) | 38.54º | 0.59% | 0.91% | - |
| XYZ | 51.7 | 51.25 | 17.76 | - |
| YUV | 186.62 | 75.73 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 94 | 0 | 0.21 | 0.59 | 0.09 | 38.54 | 0.74 | 0.64 |
| Hex | E7 | B6 | 5E | 0 | 15 | 3B | 9 | 27 | 4A | 40 |
| Octal | 347 | 266 | 136 | 0 | 25 | 73 | 11 | 47 | 112 | 100 |
| Binary | 11100111 | 10110110 | 1011110 | 0 | 10101 | 111011 | 1001 | 100111 | 1001010 | 1000000 |
Color Harmonies of #E7B65E
Complementary color
Monochromatic Colors of #E7B65E
Black with #E7B65E
Text Example
Text Example
White with #E7B65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B65E; }
p { color: rgb(231,182,94); }
H1.HeaderClassName
{
color: #E7B65E;
}
.AnyTagClassName
{
color: #E7B65E;
}
</style>
background-color css
<style>
a { background-color: #E7B65E; }
a { background-color: rgb(231,182,94); }
div.DivClassName
{
background-color: #E7B65E;
}
.BgClassName
{
background-color: #E7B65E;
}
</style>
border-color css
<style>
span { border-color: #E7B65E; }
span { border-color: rgb(231,182,94); }
td.TdClassName
{
border-color: #E7B65E;
}
.TagClassName
{
border-color: #E7B65E;
}
</style>