Shades of Ronchi #E7B34D
Tints of Ronchi #E7B34D
RGB
CMYK
RGB Variations
Color information
#E7B34D (or 0xE7B34D) is known color: Ronchi. HEX triplet: E7, B3 and 4D. RGB value is (231,179,77). Sum of RGB (Red+Green+Blue) = 231+179+77=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B34D is #184CB2. Grayscale: #B7B7B7. Windows color (decimal): -1592499 or 5092327. OLE color: 5092327.
HSL color Cylindrical-coordinate representation of color #E7B34D: hue angle of 39.74º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7B34D is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 179 | 77 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.09 |
| HSL | 39.74º | 0.76% | 0.6% | - |
| HSV(B) | 39.74º | 0.67% | 0.91% | - |
| XYZ | 50.41 | 49.76 | 13.97 | - |
| YUV | 182.92 | 68.23 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 179 | 77 | 0 | 0.23 | 0.67 | 0.09 | 39.74 | 0.76 | 0.6 |
| Hex | E7 | B3 | 4D | 0 | 17 | 43 | 9 | 28 | 4C | 3C |
| Octal | 347 | 263 | 115 | 0 | 27 | 103 | 11 | 50 | 114 | 74 |
| Binary | 11100111 | 10110011 | 1001101 | 0 | 10111 | 1000011 | 1001 | 101000 | 1001100 | 111100 |
Color Harmonies of #E7B34D
Complementary color
Monochromatic Colors of #E7B34D
Black with #E7B34D
Text Example
Text Example
White with #E7B34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B34D; }
p { color: rgb(231,179,77); }
H1.HeaderClassName
{
color: #E7B34D;
}
.AnyTagClassName
{
color: #E7B34D;
}
</style>
background-color css
<style>
a { background-color: #E7B34D; }
a { background-color: rgb(231,179,77); }
div.DivClassName
{
background-color: #E7B34D;
}
.BgClassName
{
background-color: #E7B34D;
}
</style>
border-color css
<style>
span { border-color: #E7B34D; }
span { border-color: rgb(231,179,77); }
td.TdClassName
{
border-color: #E7B34D;
}
.TagClassName
{
border-color: #E7B34D;
}
</style>