Shades of Ronchi #E5BE59
Tints of Ronchi #E5BE59
RGB
CMYK
RGB Variations
Color information
#E5BE59 (or 0xE5BE59) is known color: Ronchi. HEX triplet: E5, BE and 59. RGB value is (229,190,89). Sum of RGB (Red+Green+Blue) = 229+190+89=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 89 (35.16% from 255 or 17.52% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BE59 is #1A41A6. Grayscale: #BEBEBE. Windows color (decimal): -1720743 or 5881573. OLE color: 5881573.
HSL color Cylindrical-coordinate representation of color #E5BE59: hue angle of 43.29º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5BE59 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 89 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.10 |
| HSL | 43.29º | 0.73% | 0.62% | - |
| HSV(B) | 43.29º | 0.61% | 0.9% | - |
| XYZ | 52.53 | 54.21 | 17.15 | - |
| YUV | 190.15 | 70.92 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 89 | 0 | 0.17 | 0.61 | 0.10 | 43.29 | 0.73 | 0.62 |
| Hex | E5 | BE | 59 | 0 | 11 | 3D | A | 2B | 49 | 3E |
| Octal | 345 | 276 | 131 | 0 | 21 | 75 | 12 | 53 | 111 | 76 |
| Binary | 11100101 | 10111110 | 1011001 | 0 | 10001 | 111101 | 1010 | 101011 | 1001001 | 111110 |
Color Harmonies of #E5BE59
Complementary color
Monochromatic Colors of #E5BE59
Black with #E5BE59
Text Example
Text Example
White with #E5BE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE59; }
p { color: rgb(229,190,89); }
H1.HeaderClassName
{
color: #E5BE59;
}
.AnyTagClassName
{
color: #E5BE59;
}
</style>
background-color css
<style>
a { background-color: #E5BE59; }
a { background-color: rgb(229,190,89); }
div.DivClassName
{
background-color: #E5BE59;
}
.BgClassName
{
background-color: #E5BE59;
}
</style>
border-color css
<style>
span { border-color: #E5BE59; }
span { border-color: rgb(229,190,89); }
td.TdClassName
{
border-color: #E5BE59;
}
.TagClassName
{
border-color: #E5BE59;
}
</style>