Shades of Ronchi #E5BE58
Tints of Ronchi #E5BE58
RGB
CMYK
RGB Variations
Color information
#E5BE58 (or 0xE5BE58) is known color: Ronchi. HEX triplet: E5, BE and 58. RGB value is (229,190,88). Sum of RGB (Red+Green+Blue) = 229+190+88=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BE58 is #1A41A7. Grayscale: #BEBEBE. Windows color (decimal): -1720744 or 5816037. OLE color: 5816037.
HSL color Cylindrical-coordinate representation of color #E5BE58: hue angle of 43.4º 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 #E5BE58 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 88 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.10 |
| HSL | 43.4º | 0.73% | 0.62% | - |
| HSV(B) | 43.4º | 0.62% | 0.9% | - |
| XYZ | 52.49 | 54.19 | 16.93 | - |
| YUV | 190.03 | 70.42 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 88 | 0 | 0.17 | 0.62 | 0.10 | 43.4 | 0.73 | 0.62 |
| Hex | E5 | BE | 58 | 0 | 11 | 3E | A | 2B | 49 | 3E |
| Octal | 345 | 276 | 130 | 0 | 21 | 76 | 12 | 53 | 111 | 76 |
| Binary | 11100101 | 10111110 | 1011000 | 0 | 10001 | 111110 | 1010 | 101011 | 1001001 | 111110 |
Color Harmonies of #E5BE58
Complementary color
Monochromatic Colors of #E5BE58
Black with #E5BE58
Text Example
Text Example
White with #E5BE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE58; }
p { color: rgb(229,190,88); }
H1.HeaderClassName
{
color: #E5BE58;
}
.AnyTagClassName
{
color: #E5BE58;
}
</style>
background-color css
<style>
a { background-color: #E5BE58; }
a { background-color: rgb(229,190,88); }
div.DivClassName
{
background-color: #E5BE58;
}
.BgClassName
{
background-color: #E5BE58;
}
</style>
border-color css
<style>
span { border-color: #E5BE58; }
span { border-color: rgb(229,190,88); }
td.TdClassName
{
border-color: #E5BE58;
}
.TagClassName
{
border-color: #E5BE58;
}
</style>