Shades of Ronchi #E1BA4F
Tints of Ronchi #E1BA4F
RGB
CMYK
RGB Variations
Color information
#E1BA4F (or 0xE1BA4F) is known color: Ronchi. HEX triplet: E1, BA and 4F. RGB value is (225,186,79). Sum of RGB (Red+Green+Blue) = 225+186+79=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 79 (31.25% from 255 or 16.12% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA4F is #1E45B0. Grayscale: #B9B9B9. Windows color (decimal): -1983921 or 5225185. OLE color: 5225185.
HSL color Cylindrical-coordinate representation of color #E1BA4F: hue angle of 43.97º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E1BA4F is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 79 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.12 |
| HSL | 43.97º | 0.71% | 0.6% | - |
| HSV(B) | 43.97º | 0.65% | 0.88% | - |
| XYZ | 50.02 | 51.69 | 14.74 | - |
| YUV | 185.46 | 67.92 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 79 | 0 | 0.17 | 0.65 | 0.12 | 43.97 | 0.71 | 0.6 |
| Hex | E1 | BA | 4F | 0 | 11 | 41 | C | 2C | 47 | 3C |
| Octal | 341 | 272 | 117 | 0 | 21 | 101 | 14 | 54 | 107 | 74 |
| Binary | 11100001 | 10111010 | 1001111 | 0 | 10001 | 1000001 | 1100 | 101100 | 1000111 | 111100 |
Color Harmonies of #E1BA4F
Complementary color
Monochromatic Colors of #E1BA4F
Black with #E1BA4F
Text Example
Text Example
White with #E1BA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA4F; }
p { color: rgb(225,186,79); }
H1.HeaderClassName
{
color: #E1BA4F;
}
.AnyTagClassName
{
color: #E1BA4F;
}
</style>
background-color css
<style>
a { background-color: #E1BA4F; }
a { background-color: rgb(225,186,79); }
div.DivClassName
{
background-color: #E1BA4F;
}
.BgClassName
{
background-color: #E1BA4F;
}
</style>
border-color css
<style>
span { border-color: #E1BA4F; }
span { border-color: rgb(225,186,79); }
td.TdClassName
{
border-color: #E1BA4F;
}
.TagClassName
{
border-color: #E1BA4F;
}
</style>