Shades of Ronchi #E5BE57
Tints of Ronchi #E5BE57
RGB
CMYK
RGB Variations
Color information
#E5BE57 (or 0xE5BE57) is known color: Ronchi. HEX triplet: E5, BE and 57. RGB value is (229,190,87). Sum of RGB (Red+Green+Blue) = 229+190+87=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 87 (34.38% from 255 or 17.19% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BE57 is #1A41A8. Grayscale: #BEBEBE. Windows color (decimal): -1720745 or 5750501. OLE color: 5750501.
HSL color Cylindrical-coordinate representation of color #E5BE57: hue angle of 43.52º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5BE57 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 87 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.10 |
| HSL | 43.52º | 0.73% | 0.62% | - |
| HSV(B) | 43.52º | 0.62% | 0.9% | - |
| XYZ | 52.45 | 54.17 | 16.71 | - |
| YUV | 189.92 | 69.92 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 87 | 0 | 0.17 | 0.62 | 0.10 | 43.52 | 0.73 | 0.62 |
| Hex | E5 | BE | 57 | 0 | 11 | 3E | A | 2C | 49 | 3E |
| Octal | 345 | 276 | 127 | 0 | 21 | 76 | 12 | 54 | 111 | 76 |
| Binary | 11100101 | 10111110 | 1010111 | 0 | 10001 | 111110 | 1010 | 101100 | 1001001 | 111110 |
Color Harmonies of #E5BE57
Complementary color
Monochromatic Colors of #E5BE57
Black with #E5BE57
Text Example
Text Example
White with #E5BE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE57; }
p { color: rgb(229,190,87); }
H1.HeaderClassName
{
color: #E5BE57;
}
.AnyTagClassName
{
color: #E5BE57;
}
</style>
background-color css
<style>
a { background-color: #E5BE57; }
a { background-color: rgb(229,190,87); }
div.DivClassName
{
background-color: #E5BE57;
}
.BgClassName
{
background-color: #E5BE57;
}
</style>
border-color css
<style>
span { border-color: #E5BE57; }
span { border-color: rgb(229,190,87); }
td.TdClassName
{
border-color: #E5BE57;
}
.TagClassName
{
border-color: #E5BE57;
}
</style>