Shades of Ronchi #E5B75A
Tints of Ronchi #E5B75A
RGB
CMYK
RGB Variations
Color information
#E5B75A (or 0xE5B75A) is known color: Ronchi. HEX triplet: E5, B7 and 5A. RGB value is (229,183,90). Sum of RGB (Red+Green+Blue) = 229+183+90=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B75A is #1A48A5. Grayscale: #BABABA. Windows color (decimal): -1722534 or 5945317. OLE color: 5945317.
HSL color Cylindrical-coordinate representation of color #E5B75A: hue angle of 40.14º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5B75A is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 183 | 90 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.10 |
| HSL | 40.14º | 0.73% | 0.63% | - |
| HSV(B) | 40.14º | 0.61% | 0.9% | - |
| XYZ | 51.09 | 51.26 | 16.87 | - |
| YUV | 186.15 | 73.74 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 183 | 90 | 0 | 0.20 | 0.61 | 0.10 | 40.14 | 0.73 | 0.63 |
| Hex | E5 | B7 | 5A | 0 | 14 | 3D | A | 28 | 49 | 3F |
| Octal | 345 | 267 | 132 | 0 | 24 | 75 | 12 | 50 | 111 | 77 |
| Binary | 11100101 | 10110111 | 1011010 | 0 | 10100 | 111101 | 1010 | 101000 | 1001001 | 111111 |
Color Harmonies of #E5B75A
Complementary color
Monochromatic Colors of #E5B75A
Black with #E5B75A
Text Example
Text Example
White with #E5B75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B75A; }
p { color: rgb(229,183,90); }
H1.HeaderClassName
{
color: #E5B75A;
}
.AnyTagClassName
{
color: #E5B75A;
}
</style>
background-color css
<style>
a { background-color: #E5B75A; }
a { background-color: rgb(229,183,90); }
div.DivClassName
{
background-color: #E5B75A;
}
.BgClassName
{
background-color: #E5B75A;
}
</style>
border-color css
<style>
span { border-color: #E5B75A; }
span { border-color: rgb(229,183,90); }
td.TdClassName
{
border-color: #E5B75A;
}
.TagClassName
{
border-color: #E5B75A;
}
</style>