Shades of Ronchi #E7B55A
Tints of Ronchi #E7B55A
RGB
CMYK
RGB Variations
Color information
#E7B55A (or 0xE7B55A) is known color: Ronchi. HEX triplet: E7, B5 and 5A. RGB value is (231,181,90). Sum of RGB (Red+Green+Blue) = 231+181+90=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B55A is #184AA5. Grayscale: #B9B9B9. Windows color (decimal): -1591974 or 5944807. OLE color: 5944807.
HSL color Cylindrical-coordinate representation of color #E7B55A: hue angle of 38.72º 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 #E7B55A is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 181 | 90 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.09 |
| HSL | 38.72º | 0.75% | 0.63% | - |
| HSV(B) | 38.72º | 0.61% | 0.91% | - |
| XYZ | 51.32 | 50.77 | 16.77 | - |
| YUV | 185.58 | 74.07 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 181 | 90 | 0 | 0.22 | 0.61 | 0.09 | 38.72 | 0.75 | 0.63 |
| Hex | E7 | B5 | 5A | 0 | 16 | 3D | 9 | 27 | 4B | 3F |
| Octal | 347 | 265 | 132 | 0 | 26 | 75 | 11 | 47 | 113 | 77 |
| Binary | 11100111 | 10110101 | 1011010 | 0 | 10110 | 111101 | 1001 | 100111 | 1001011 | 111111 |
Color Harmonies of #E7B55A
Complementary color
Monochromatic Colors of #E7B55A
Black with #E7B55A
Text Example
Text Example
White with #E7B55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B55A; }
p { color: rgb(231,181,90); }
H1.HeaderClassName
{
color: #E7B55A;
}
.AnyTagClassName
{
color: #E7B55A;
}
</style>
background-color css
<style>
a { background-color: #E7B55A; }
a { background-color: rgb(231,181,90); }
div.DivClassName
{
background-color: #E7B55A;
}
.BgClassName
{
background-color: #E7B55A;
}
</style>
border-color css
<style>
span { border-color: #E7B55A; }
span { border-color: rgb(231,181,90); }
td.TdClassName
{
border-color: #E7B55A;
}
.TagClassName
{
border-color: #E7B55A;
}
</style>