Shades of Ronchi #E7B65C
Tints of Ronchi #E7B65C
RGB
CMYK
RGB Variations
Color information
#E7B65C (or 0xE7B65C) is known color: Ronchi. HEX triplet: E7, B6 and 5C. RGB value is (231,182,92). Sum of RGB (Red+Green+Blue) = 231+182+92=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B65C is #1849A3. Grayscale: #BABABA. Windows color (decimal): -1591716 or 6076135. OLE color: 6076135.
HSL color Cylindrical-coordinate representation of color #E7B65C: hue angle of 38.85º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7B65C is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 92 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.09 |
| HSL | 38.85º | 0.74% | 0.63% | - |
| HSV(B) | 38.85º | 0.6% | 0.91% | - |
| XYZ | 51.61 | 51.22 | 17.29 | - |
| YUV | 186.39 | 74.73 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 92 | 0 | 0.21 | 0.60 | 0.09 | 38.85 | 0.74 | 0.63 |
| Hex | E7 | B6 | 5C | 0 | 15 | 3C | 9 | 27 | 4A | 3F |
| Octal | 347 | 266 | 134 | 0 | 25 | 74 | 11 | 47 | 112 | 77 |
| Binary | 11100111 | 10110110 | 1011100 | 0 | 10101 | 111100 | 1001 | 100111 | 1001010 | 111111 |
Color Harmonies of #E7B65C
Complementary color
Monochromatic Colors of #E7B65C
Black with #E7B65C
Text Example
Text Example
White with #E7B65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B65C; }
p { color: rgb(231,182,92); }
H1.HeaderClassName
{
color: #E7B65C;
}
.AnyTagClassName
{
color: #E7B65C;
}
</style>
background-color css
<style>
a { background-color: #E7B65C; }
a { background-color: rgb(231,182,92); }
div.DivClassName
{
background-color: #E7B65C;
}
.BgClassName
{
background-color: #E7B65C;
}
</style>
border-color css
<style>
span { border-color: #E7B65C; }
span { border-color: rgb(231,182,92); }
td.TdClassName
{
border-color: #E7B65C;
}
.TagClassName
{
border-color: #E7B65C;
}
</style>