Shades of Corvette #E7BA8B
Tints of Corvette #E7BA8B
RGB
CMYK
RGB Variations
Color information
#E7BA8B (or 0xE7BA8B) is known color: Corvette. HEX triplet: E7, BA and 8B. RGB value is (231,186,139). Sum of RGB (Red+Green+Blue) = 231+186+139=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BA8B is #184574. Grayscale: #C2C2C2. Windows color (decimal): -1590645 or 9157351. OLE color: 9157351.
HSL color Cylindrical-coordinate representation of color #E7BA8B: hue angle of 30.65º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7BA8B is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 139 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.09 |
| HSL | 30.65º | 0.66% | 0.73% | - |
| HSV(B) | 30.65º | 0.4% | 0.91% | - |
| XYZ | 55.17 | 53.97 | 31.94 | - |
| YUV | 194.1 | 96.91 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 139 | 0 | 0.19 | 0.40 | 0.09 | 30.65 | 0.66 | 0.73 |
| Hex | E7 | BA | 8B | 0 | 13 | 28 | 9 | 1F | 42 | 49 |
| Octal | 347 | 272 | 213 | 0 | 23 | 50 | 11 | 37 | 102 | 111 |
| Binary | 11100111 | 10111010 | 10001011 | 0 | 10011 | 101000 | 1001 | 11111 | 1000010 | 1001001 |
Color Harmonies of #E7BA8B
Complementary color
Monochromatic Colors of #E7BA8B
Black with #E7BA8B
Text Example
Text Example
White with #E7BA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BA8B; }
p { color: rgb(231,186,139); }
H1.HeaderClassName
{
color: #E7BA8B;
}
.AnyTagClassName
{
color: #E7BA8B;
}
</style>
background-color css
<style>
a { background-color: #E7BA8B; }
a { background-color: rgb(231,186,139); }
div.DivClassName
{
background-color: #E7BA8B;
}
.BgClassName
{
background-color: #E7BA8B;
}
</style>
border-color css
<style>
span { border-color: #E7BA8B; }
span { border-color: rgb(231,186,139); }
td.TdClassName
{
border-color: #E7BA8B;
}
.TagClassName
{
border-color: #E7BA8B;
}
</style>