Shades of Ronchi #E1BF59
Tints of Ronchi #E1BF59
RGB
CMYK
RGB Variations
Color information
#E1BF59 (or 0xE1BF59) is known color: Ronchi. HEX triplet: E1, BF and 59. RGB value is (225,191,89). Sum of RGB (Red+Green+Blue) = 225+191+89=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 89 (35.16% from 255 or 17.62% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BF59 is #1E40A6. Grayscale: #BDBDBD. Windows color (decimal): -1982631 or 5881825. OLE color: 5881825.
HSL color Cylindrical-coordinate representation of color #E1BF59: hue angle of 45º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1BF59 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 89 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.12 |
| HSL | 45º | 0.69% | 0.62% | - |
| HSV(B) | 45º | 0.6% | 0.88% | - |
| XYZ | 51.49 | 53.99 | 17.16 | - |
| YUV | 189.54 | 71.26 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 89 | 0 | 0.15 | 0.60 | 0.12 | 45 | 0.69 | 0.62 |
| Hex | E1 | BF | 59 | 0 | F | 3C | C | 2D | 45 | 3E |
| Octal | 341 | 277 | 131 | 0 | 17 | 74 | 14 | 55 | 105 | 76 |
| Binary | 11100001 | 10111111 | 1011001 | 0 | 1111 | 111100 | 1100 | 101101 | 1000101 | 111110 |
Color Harmonies of #E1BF59
Complementary color
Monochromatic Colors of #E1BF59
Black with #E1BF59
Text Example
Text Example
White with #E1BF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BF59; }
p { color: rgb(225,191,89); }
H1.HeaderClassName
{
color: #E1BF59;
}
.AnyTagClassName
{
color: #E1BF59;
}
</style>
background-color css
<style>
a { background-color: #E1BF59; }
a { background-color: rgb(225,191,89); }
div.DivClassName
{
background-color: #E1BF59;
}
.BgClassName
{
background-color: #E1BF59;
}
</style>
border-color css
<style>
span { border-color: #E1BF59; }
span { border-color: rgb(225,191,89); }
td.TdClassName
{
border-color: #E1BF59;
}
.TagClassName
{
border-color: #E1BF59;
}
</style>