Shades of Ronchi #E7B65B
Tints of Ronchi #E7B65B
RGB
CMYK
RGB Variations
Color information
#E7B65B (or 0xE7B65B) is known color: Ronchi. HEX triplet: E7, B6 and 5B. RGB value is (231,182,91). Sum of RGB (Red+Green+Blue) = 231+182+91=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 91 (35.94% from 255 or 18.06% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B65B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B65B is #1849A4. Grayscale: #BABABA. Windows color (decimal): -1591717 or 6010599. OLE color: 6010599.
HSL color Cylindrical-coordinate representation of color #E7B65B: hue angle of 39º degrees, saturation: 0.74, 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 #E7B65B is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 91 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.09 |
| HSL | 39º | 0.74% | 0.63% | - |
| HSV(B) | 39º | 0.61% | 0.91% | - |
| XYZ | 51.57 | 51.2 | 17.06 | - |
| YUV | 186.28 | 74.23 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 91 | 0 | 0.21 | 0.61 | 0.09 | 39 | 0.74 | 0.63 |
| Hex | E7 | B6 | 5B | 0 | 15 | 3D | 9 | 27 | 4A | 3F |
| Octal | 347 | 266 | 133 | 0 | 25 | 75 | 11 | 47 | 112 | 77 |
| Binary | 11100111 | 10110110 | 1011011 | 0 | 10101 | 111101 | 1001 | 100111 | 1001010 | 111111 |
Color Harmonies of #E7B65B
Complementary color
Monochromatic Colors of #E7B65B
Black with #E7B65B
Text Example
Text Example
White with #E7B65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B65B; }
p { color: rgb(231,182,91); }
H1.HeaderClassName
{
color: #E7B65B;
}
.AnyTagClassName
{
color: #E7B65B;
}
</style>
background-color css
<style>
a { background-color: #E7B65B; }
a { background-color: rgb(231,182,91); }
div.DivClassName
{
background-color: #E7B65B;
}
.BgClassName
{
background-color: #E7B65B;
}
</style>
border-color css
<style>
span { border-color: #E7B65B; }
span { border-color: rgb(231,182,91); }
td.TdClassName
{
border-color: #E7B65B;
}
.TagClassName
{
border-color: #E7B65B;
}
</style>