Shades of Corvette #E7B686
Tints of Corvette #E7B686
RGB
CMYK
RGB Variations
Color information
#E7B686 (or 0xE7B686) is known color: Corvette. HEX triplet: E7, B6 and 86. RGB value is (231,182,134). Sum of RGB (Red+Green+Blue) = 231+182+134=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B686 is #184979. Grayscale: #BFBFBF. Windows color (decimal): -1591674 or 8828647. OLE color: 8828647.
HSL color Cylindrical-coordinate representation of color #E7B686: hue angle of 29.69º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E7B686 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 134 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.09 |
| HSL | 29.69º | 0.67% | 0.72% | - |
| HSV(B) | 29.69º | 0.42% | 0.91% | - |
| XYZ | 53.99 | 52.17 | 29.78 | - |
| YUV | 191.18 | 95.73 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 134 | 0 | 0.21 | 0.42 | 0.09 | 29.69 | 0.67 | 0.72 |
| Hex | E7 | B6 | 86 | 0 | 15 | 2A | 9 | 1E | 43 | 48 |
| Octal | 347 | 266 | 206 | 0 | 25 | 52 | 11 | 36 | 103 | 110 |
| Binary | 11100111 | 10110110 | 10000110 | 0 | 10101 | 101010 | 1001 | 11110 | 1000011 | 1001000 |
Color Harmonies of #E7B686
Complementary color
Monochromatic Colors of #E7B686
Black with #E7B686
Text Example
Text Example
White with #E7B686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B686; }
p { color: rgb(231,182,134); }
H1.HeaderClassName
{
color: #E7B686;
}
.AnyTagClassName
{
color: #E7B686;
}
</style>
background-color css
<style>
a { background-color: #E7B686; }
a { background-color: rgb(231,182,134); }
div.DivClassName
{
background-color: #E7B686;
}
.BgClassName
{
background-color: #E7B686;
}
</style>
border-color css
<style>
span { border-color: #E7B686; }
span { border-color: rgb(231,182,134); }
td.TdClassName
{
border-color: #E7B686;
}
.TagClassName
{
border-color: #E7B686;
}
</style>