Shades of Ronchi #E7B45C
Tints of Ronchi #E7B45C
RGB
CMYK
RGB Variations
Color information
#E7B45C (or 0xE7B45C) is known color: Ronchi. HEX triplet: E7, B4 and 5C. RGB value is (231,180,92). Sum of RGB (Red+Green+Blue) = 231+180+92=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B45C is #184BA3. Grayscale: #B9B9B9. Windows color (decimal): -1592228 or 6075623. OLE color: 6075623.
HSL color Cylindrical-coordinate representation of color #E7B45C: hue angle of 37.99º 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 #E7B45C is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 180 | 92 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.09 |
| HSL | 37.99º | 0.74% | 0.63% | - |
| HSV(B) | 37.99º | 0.6% | 0.91% | - |
| XYZ | 51.21 | 50.4 | 17.16 | - |
| YUV | 185.22 | 75.4 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 180 | 92 | 0 | 0.22 | 0.60 | 0.09 | 37.99 | 0.74 | 0.63 |
| Hex | E7 | B4 | 5C | 0 | 16 | 3C | 9 | 26 | 4A | 3F |
| Octal | 347 | 264 | 134 | 0 | 26 | 74 | 11 | 46 | 112 | 77 |
| Binary | 11100111 | 10110100 | 1011100 | 0 | 10110 | 111100 | 1001 | 100110 | 1001010 | 111111 |
Color Harmonies of #E7B45C
Complementary color
Monochromatic Colors of #E7B45C
Black with #E7B45C
Text Example
Text Example
White with #E7B45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B45C; }
p { color: rgb(231,180,92); }
H1.HeaderClassName
{
color: #E7B45C;
}
.AnyTagClassName
{
color: #E7B45C;
}
</style>
background-color css
<style>
a { background-color: #E7B45C; }
a { background-color: rgb(231,180,92); }
div.DivClassName
{
background-color: #E7B45C;
}
.BgClassName
{
background-color: #E7B45C;
}
</style>
border-color css
<style>
span { border-color: #E7B45C; }
span { border-color: rgb(231,180,92); }
td.TdClassName
{
border-color: #E7B45C;
}
.TagClassName
{
border-color: #E7B45C;
}
</style>