Shades of Ronchi #E5BE5A
Tints of Ronchi #E5BE5A
RGB
CMYK
RGB Variations
Color information
#E5BE5A (or 0xE5BE5A) is known color: Ronchi. HEX triplet: E5, BE and 5A. RGB value is (229,190,90). Sum of RGB (Red+Green+Blue) = 229+190+90=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BE5A is #1A41A5. Grayscale: #BEBEBE. Windows color (decimal): -1720742 or 5947109. OLE color: 5947109.
HSL color Cylindrical-coordinate representation of color #E5BE5A: hue angle of 43.17º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5BE5A is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 90 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.10 |
| HSL | 43.17º | 0.73% | 0.63% | - |
| HSV(B) | 43.17º | 0.61% | 0.9% | - |
| XYZ | 52.57 | 54.22 | 17.37 | - |
| YUV | 190.26 | 71.42 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 90 | 0 | 0.17 | 0.61 | 0.10 | 43.17 | 0.73 | 0.63 |
| Hex | E5 | BE | 5A | 0 | 11 | 3D | A | 2B | 49 | 3F |
| Octal | 345 | 276 | 132 | 0 | 21 | 75 | 12 | 53 | 111 | 77 |
| Binary | 11100101 | 10111110 | 1011010 | 0 | 10001 | 111101 | 1010 | 101011 | 1001001 | 111111 |
Color Harmonies of #E5BE5A
Complementary color
Monochromatic Colors of #E5BE5A
Black with #E5BE5A
Text Example
Text Example
White with #E5BE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE5A; }
p { color: rgb(229,190,90); }
H1.HeaderClassName
{
color: #E5BE5A;
}
.AnyTagClassName
{
color: #E5BE5A;
}
</style>
background-color css
<style>
a { background-color: #E5BE5A; }
a { background-color: rgb(229,190,90); }
div.DivClassName
{
background-color: #E5BE5A;
}
.BgClassName
{
background-color: #E5BE5A;
}
</style>
border-color css
<style>
span { border-color: #E5BE5A; }
span { border-color: rgb(229,190,90); }
td.TdClassName
{
border-color: #E5BE5A;
}
.TagClassName
{
border-color: #E5BE5A;
}
</style>