Shades of Corvette #E7B885
Tints of Corvette #E7B885
RGB
CMYK
RGB Variations
Color information
#E7B885 (or 0xE7B885) is known color: Corvette. HEX triplet: E7, B8 and 85. RGB value is (231,184,133). Sum of RGB (Red+Green+Blue) = 231+184+133=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B885 is #18477A. Grayscale: #C0C0C0. Windows color (decimal): -1591163 or 8763623. OLE color: 8763623.
HSL color Cylindrical-coordinate representation of color #E7B885: hue angle of 31.22º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E7B885 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 184 | 133 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.09 |
| HSL | 31.22º | 0.67% | 0.71% | - |
| HSV(B) | 31.22º | 0.42% | 0.91% | - |
| XYZ | 54.33 | 52.96 | 29.55 | - |
| YUV | 192.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 184 | 133 | 0 | 0.20 | 0.42 | 0.09 | 31.22 | 0.67 | 0.71 |
| Hex | E7 | B8 | 85 | 0 | 14 | 2A | 9 | 1F | 43 | 47 |
| Octal | 347 | 270 | 205 | 0 | 24 | 52 | 11 | 37 | 103 | 107 |
| Binary | 11100111 | 10111000 | 10000101 | 0 | 10100 | 101010 | 1001 | 11111 | 1000011 | 1000111 |
Color Harmonies of #E7B885
Complementary color
Monochromatic Colors of #E7B885
Black with #E7B885
Text Example
Text Example
White with #E7B885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B885; }
p { color: rgb(231,184,133); }
H1.HeaderClassName
{
color: #E7B885;
}
.AnyTagClassName
{
color: #E7B885;
}
</style>
background-color css
<style>
a { background-color: #E7B885; }
a { background-color: rgb(231,184,133); }
div.DivClassName
{
background-color: #E7B885;
}
.BgClassName
{
background-color: #E7B885;
}
</style>
border-color css
<style>
span { border-color: #E7B885; }
span { border-color: rgb(231,184,133); }
td.TdClassName
{
border-color: #E7B885;
}
.TagClassName
{
border-color: #E7B885;
}
</style>