Shades of Ronchi #E5B75B
Tints of Ronchi #E5B75B
RGB
CMYK
RGB Variations
Color information
#E5B75B (or 0xE5B75B) is known color: Ronchi. HEX triplet: E5, B7 and 5B. RGB value is (229,183,91). Sum of RGB (Red+Green+Blue) = 229+183+91=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B75B is #1A48A4. Grayscale: #BABABA. Windows color (decimal): -1722533 or 6010853. OLE color: 6010853.
HSL color Cylindrical-coordinate representation of color #E5B75B: hue angle of 40º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5B75B is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 183 | 91 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.10 |
| HSL | 40º | 0.73% | 0.63% | - |
| HSV(B) | 40º | 0.6% | 0.9% | - |
| XYZ | 51.13 | 51.28 | 17.1 | - |
| YUV | 186.27 | 74.24 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 183 | 91 | 0 | 0.20 | 0.60 | 0.10 | 40 | 0.73 | 0.63 |
| Hex | E5 | B7 | 5B | 0 | 14 | 3C | A | 28 | 49 | 3F |
| Octal | 345 | 267 | 133 | 0 | 24 | 74 | 12 | 50 | 111 | 77 |
| Binary | 11100101 | 10110111 | 1011011 | 0 | 10100 | 111100 | 1010 | 101000 | 1001001 | 111111 |
Color Harmonies of #E5B75B
Complementary color
Monochromatic Colors of #E5B75B
Black with #E5B75B
Text Example
Text Example
White with #E5B75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B75B; }
p { color: rgb(229,183,91); }
H1.HeaderClassName
{
color: #E5B75B;
}
.AnyTagClassName
{
color: #E5B75B;
}
</style>
background-color css
<style>
a { background-color: #E5B75B; }
a { background-color: rgb(229,183,91); }
div.DivClassName
{
background-color: #E5B75B;
}
.BgClassName
{
background-color: #E5B75B;
}
</style>
border-color css
<style>
span { border-color: #E5B75B; }
span { border-color: rgb(229,183,91); }
td.TdClassName
{
border-color: #E5B75B;
}
.TagClassName
{
border-color: #E5B75B;
}
</style>