Shades of Ronchi #E8BA5A
Tints of Ronchi #E8BA5A
RGB
CMYK
RGB Variations
Color information
#E8BA5A (or 0xE8BA5A) is known color: Ronchi. HEX triplet: E8, BA and 5A. RGB value is (232,186,90). Sum of RGB (Red+Green+Blue) = 232+186+90=508 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.67% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BA5A is #1745A5. Grayscale: #BDBDBD. Windows color (decimal): -1525158 or 5946088. OLE color: 5946088.
HSL color Cylindrical-coordinate representation of color #E8BA5A: hue angle of 40.56º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E8BA5A is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 90 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.09 |
| HSL | 40.56º | 0.76% | 0.63% | - |
| HSV(B) | 40.56º | 0.61% | 0.91% | - |
| XYZ | 52.68 | 53.01 | 17.13 | - |
| YUV | 188.81 | 72.24 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 90 | 0 | 0.20 | 0.61 | 0.09 | 40.56 | 0.76 | 0.63 |
| Hex | E8 | BA | 5A | 0 | 14 | 3D | 9 | 29 | 4C | 3F |
| Octal | 350 | 272 | 132 | 0 | 24 | 75 | 11 | 51 | 114 | 77 |
| Binary | 11101000 | 10111010 | 1011010 | 0 | 10100 | 111101 | 1001 | 101001 | 1001100 | 111111 |
Color Harmonies of #E8BA5A
Complementary color
Monochromatic Colors of #E8BA5A
Black with #E8BA5A
Text Example
Text Example
White with #E8BA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BA5A; }
p { color: rgb(232,186,90); }
H1.HeaderClassName
{
color: #E8BA5A;
}
.AnyTagClassName
{
color: #E8BA5A;
}
</style>
background-color css
<style>
a { background-color: #E8BA5A; }
a { background-color: rgb(232,186,90); }
div.DivClassName
{
background-color: #E8BA5A;
}
.BgClassName
{
background-color: #E8BA5A;
}
</style>
border-color css
<style>
span { border-color: #E8BA5A; }
span { border-color: rgb(232,186,90); }
td.TdClassName
{
border-color: #E8BA5A;
}
.TagClassName
{
border-color: #E8BA5A;
}
</style>