Shades of Ronchi #E7BF5D
Tints of Ronchi #E7BF5D
RGB
CMYK
RGB Variations
Color information
#E7BF5D (or 0xE7BF5D) is known color: Ronchi. HEX triplet: E7, BF and 5D. RGB value is (231,191,93). Sum of RGB (Red+Green+Blue) = 231+191+93=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BF5D is #1840A2. Grayscale: #C0C0C0. Windows color (decimal): -1589411 or 6143975. OLE color: 6143975.
HSL color Cylindrical-coordinate representation of color #E7BF5D: hue angle of 42.61º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7BF5D is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 93 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.09 |
| HSL | 42.61º | 0.74% | 0.64% | - |
| HSV(B) | 42.61º | 0.6% | 0.91% | - |
| XYZ | 53.56 | 55.04 | 18.16 | - |
| YUV | 191.79 | 72.25 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 93 | 0 | 0.17 | 0.60 | 0.09 | 42.61 | 0.74 | 0.64 |
| Hex | E7 | BF | 5D | 0 | 11 | 3C | 9 | 2B | 4A | 40 |
| Octal | 347 | 277 | 135 | 0 | 21 | 74 | 11 | 53 | 112 | 100 |
| Binary | 11100111 | 10111111 | 1011101 | 0 | 10001 | 111100 | 1001 | 101011 | 1001010 | 1000000 |
Color Harmonies of #E7BF5D
Complementary color
Monochromatic Colors of #E7BF5D
Black with #E7BF5D
Text Example
Text Example
White with #E7BF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BF5D; }
p { color: rgb(231,191,93); }
H1.HeaderClassName
{
color: #E7BF5D;
}
.AnyTagClassName
{
color: #E7BF5D;
}
</style>
background-color css
<style>
a { background-color: #E7BF5D; }
a { background-color: rgb(231,191,93); }
div.DivClassName
{
background-color: #E7BF5D;
}
.BgClassName
{
background-color: #E7BF5D;
}
</style>
border-color css
<style>
span { border-color: #E7BF5D; }
span { border-color: rgb(231,191,93); }
td.TdClassName
{
border-color: #E7BF5D;
}
.TagClassName
{
border-color: #E7BF5D;
}
</style>