Shades of Ronchi #E1BD57
Tints of Ronchi #E1BD57
RGB
CMYK
RGB Variations
Color information
#E1BD57 (or 0xE1BD57) is known color: Ronchi. HEX triplet: E1, BD and 57. RGB value is (225,189,87). Sum of RGB (Red+Green+Blue) = 225+189+87=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 87 (34.38% from 255 or 17.37% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BD57 is #1E42A8. Grayscale: #BCBCBC. Windows color (decimal): -1983145 or 5750241. OLE color: 5750241.
HSL color Cylindrical-coordinate representation of color #E1BD57: hue angle of 44.35º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E1BD57 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 87 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.12 |
| HSL | 44.35º | 0.7% | 0.61% | - |
| HSV(B) | 44.35º | 0.61% | 0.88% | - |
| XYZ | 50.97 | 53.09 | 16.58 | - |
| YUV | 188.14 | 70.93 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 87 | 0 | 0.16 | 0.61 | 0.12 | 44.35 | 0.7 | 0.61 |
| Hex | E1 | BD | 57 | 0 | 10 | 3D | C | 2C | 46 | 3D |
| Octal | 341 | 275 | 127 | 0 | 20 | 75 | 14 | 54 | 106 | 75 |
| Binary | 11100001 | 10111101 | 1010111 | 0 | 10000 | 111101 | 1100 | 101100 | 1000110 | 111101 |
Color Harmonies of #E1BD57
Complementary color
Monochromatic Colors of #E1BD57
Black with #E1BD57
Text Example
Text Example
White with #E1BD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BD57; }
p { color: rgb(225,189,87); }
H1.HeaderClassName
{
color: #E1BD57;
}
.AnyTagClassName
{
color: #E1BD57;
}
</style>
background-color css
<style>
a { background-color: #E1BD57; }
a { background-color: rgb(225,189,87); }
div.DivClassName
{
background-color: #E1BD57;
}
.BgClassName
{
background-color: #E1BD57;
}
</style>
border-color css
<style>
span { border-color: #E1BD57; }
span { border-color: rgb(225,189,87); }
td.TdClassName
{
border-color: #E1BD57;
}
.TagClassName
{
border-color: #E1BD57;
}
</style>