Shades of Ronchi #E7B75C
Tints of Ronchi #E7B75C
RGB
CMYK
RGB Variations
Color information
#E7B75C (or 0xE7B75C) is known color: Ronchi. HEX triplet: E7, B7 and 5C. RGB value is (231,183,92). Sum of RGB (Red+Green+Blue) = 231+183+92=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B75C is #1848A3. Grayscale: #BBBBBB. Windows color (decimal): -1591460 or 6076391. OLE color: 6076391.
HSL color Cylindrical-coordinate representation of color #E7B75C: hue angle of 39.28º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7B75C is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 183 | 92 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.09 |
| HSL | 39.28º | 0.74% | 0.63% | - |
| HSV(B) | 39.28º | 0.6% | 0.91% | - |
| XYZ | 51.82 | 51.63 | 17.36 | - |
| YUV | 186.98 | 74.4 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 183 | 92 | 0 | 0.21 | 0.60 | 0.09 | 39.28 | 0.74 | 0.63 |
| Hex | E7 | B7 | 5C | 0 | 15 | 3C | 9 | 27 | 4A | 3F |
| Octal | 347 | 267 | 134 | 0 | 25 | 74 | 11 | 47 | 112 | 77 |
| Binary | 11100111 | 10110111 | 1011100 | 0 | 10101 | 111100 | 1001 | 100111 | 1001010 | 111111 |
Color Harmonies of #E7B75C
Complementary color
Monochromatic Colors of #E7B75C
Black with #E7B75C
Text Example
Text Example
White with #E7B75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B75C; }
p { color: rgb(231,183,92); }
H1.HeaderClassName
{
color: #E7B75C;
}
.AnyTagClassName
{
color: #E7B75C;
}
</style>
background-color css
<style>
a { background-color: #E7B75C; }
a { background-color: rgb(231,183,92); }
div.DivClassName
{
background-color: #E7B75C;
}
.BgClassName
{
background-color: #E7B75C;
}
</style>
border-color css
<style>
span { border-color: #E7B75C; }
span { border-color: rgb(231,183,92); }
td.TdClassName
{
border-color: #E7B75C;
}
.TagClassName
{
border-color: #E7B75C;
}
</style>