Shades of Ronchi #E7BE5A
Tints of Ronchi #E7BE5A
RGB
CMYK
RGB Variations
Color information
#E7BE5A (or 0xE7BE5A) is known color: Ronchi. HEX triplet: E7, BE and 5A. RGB value is (231,190,90). Sum of RGB (Red+Green+Blue) = 231+190+90=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BE5A is #1841A5. Grayscale: #BFBFBF. Windows color (decimal): -1589670 or 5947111. OLE color: 5947111.
HSL color Cylindrical-coordinate representation of color #E7BE5A: hue angle of 42.55º 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 #E7BE5A is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 190 | 90 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.09 |
| HSL | 42.55º | 0.75% | 0.63% | - |
| HSV(B) | 42.55º | 0.61% | 0.91% | - |
| XYZ | 53.21 | 54.55 | 17.4 | - |
| YUV | 190.86 | 71.08 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 190 | 90 | 0 | 0.18 | 0.61 | 0.09 | 42.55 | 0.75 | 0.63 |
| Hex | E7 | BE | 5A | 0 | 12 | 3D | 9 | 2B | 4B | 3F |
| Octal | 347 | 276 | 132 | 0 | 22 | 75 | 11 | 53 | 113 | 77 |
| Binary | 11100111 | 10111110 | 1011010 | 0 | 10010 | 111101 | 1001 | 101011 | 1001011 | 111111 |
Color Harmonies of #E7BE5A
Complementary color
Monochromatic Colors of #E7BE5A
Black with #E7BE5A
Text Example
Text Example
White with #E7BE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BE5A; }
p { color: rgb(231,190,90); }
H1.HeaderClassName
{
color: #E7BE5A;
}
.AnyTagClassName
{
color: #E7BE5A;
}
</style>
background-color css
<style>
a { background-color: #E7BE5A; }
a { background-color: rgb(231,190,90); }
div.DivClassName
{
background-color: #E7BE5A;
}
.BgClassName
{
background-color: #E7BE5A;
}
</style>
border-color css
<style>
span { border-color: #E7BE5A; }
span { border-color: rgb(231,190,90); }
td.TdClassName
{
border-color: #E7BE5A;
}
.TagClassName
{
border-color: #E7BE5A;
}
</style>