Shades of Ronchi #E5BE55
Tints of Ronchi #E5BE55
RGB
CMYK
RGB Variations
Color information
#E5BE55 (or 0xE5BE55) is known color: Ronchi. HEX triplet: E5, BE and 55. RGB value is (229,190,85). Sum of RGB (Red+Green+Blue) = 229+190+85=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BE55 is #1A41AA. Grayscale: #BEBEBE. Windows color (decimal): -1720747 or 5619429. OLE color: 5619429.
HSL color Cylindrical-coordinate representation of color #E5BE55: hue angle of 43.75º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5BE55 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 85 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.10 |
| HSL | 43.75º | 0.73% | 0.62% | - |
| HSV(B) | 43.75º | 0.63% | 0.9% | - |
| XYZ | 52.37 | 54.14 | 16.28 | - |
| YUV | 189.69 | 68.92 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 85 | 0 | 0.17 | 0.63 | 0.10 | 43.75 | 0.73 | 0.62 |
| Hex | E5 | BE | 55 | 0 | 11 | 3F | A | 2C | 49 | 3E |
| Octal | 345 | 276 | 125 | 0 | 21 | 77 | 12 | 54 | 111 | 76 |
| Binary | 11100101 | 10111110 | 1010101 | 0 | 10001 | 111111 | 1010 | 101100 | 1001001 | 111110 |
Color Harmonies of #E5BE55
Complementary color
Monochromatic Colors of #E5BE55
Black with #E5BE55
Text Example
Text Example
White with #E5BE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE55; }
p { color: rgb(229,190,85); }
H1.HeaderClassName
{
color: #E5BE55;
}
.AnyTagClassName
{
color: #E5BE55;
}
</style>
background-color css
<style>
a { background-color: #E5BE55; }
a { background-color: rgb(229,190,85); }
div.DivClassName
{
background-color: #E5BE55;
}
.BgClassName
{
background-color: #E5BE55;
}
</style>
border-color css
<style>
span { border-color: #E5BE55; }
span { border-color: rgb(229,190,85); }
td.TdClassName
{
border-color: #E5BE55;
}
.TagClassName
{
border-color: #E5BE55;
}
</style>