Shades of Ronchi #E5BA5A
Tints of Ronchi #E5BA5A
RGB
CMYK
RGB Variations
Color information
#E5BA5A (or 0xE5BA5A) is known color: Ronchi. HEX triplet: E5, BA and 5A. RGB value is (229,186,90). Sum of RGB (Red+Green+Blue) = 229+186+90=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BA5A is #1A45A5. Grayscale: #BCBCBC. Windows color (decimal): -1721766 or 5946085. OLE color: 5946085.
HSL color Cylindrical-coordinate representation of color #E5BA5A: hue angle of 41.44º 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 #E5BA5A is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 90 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.10 |
| HSL | 41.44º | 0.73% | 0.63% | - |
| HSV(B) | 41.44º | 0.61% | 0.9% | - |
| XYZ | 51.72 | 52.51 | 17.08 | - |
| YUV | 187.91 | 72.75 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 90 | 0 | 0.19 | 0.61 | 0.10 | 41.44 | 0.73 | 0.63 |
| Hex | E5 | BA | 5A | 0 | 13 | 3D | A | 29 | 49 | 3F |
| Octal | 345 | 272 | 132 | 0 | 23 | 75 | 12 | 51 | 111 | 77 |
| Binary | 11100101 | 10111010 | 1011010 | 0 | 10011 | 111101 | 1010 | 101001 | 1001001 | 111111 |
Color Harmonies of #E5BA5A
Complementary color
Monochromatic Colors of #E5BA5A
Black with #E5BA5A
Text Example
Text Example
White with #E5BA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BA5A; }
p { color: rgb(229,186,90); }
H1.HeaderClassName
{
color: #E5BA5A;
}
.AnyTagClassName
{
color: #E5BA5A;
}
</style>
background-color css
<style>
a { background-color: #E5BA5A; }
a { background-color: rgb(229,186,90); }
div.DivClassName
{
background-color: #E5BA5A;
}
.BgClassName
{
background-color: #E5BA5A;
}
</style>
border-color css
<style>
span { border-color: #E5BA5A; }
span { border-color: rgb(229,186,90); }
td.TdClassName
{
border-color: #E5BA5A;
}
.TagClassName
{
border-color: #E5BA5A;
}
</style>