Shades of Corvette #E7BA8A
Tints of Corvette #E7BA8A
RGB
CMYK
RGB Variations
Color information
#E7BA8A (or 0xE7BA8A) is known color: Corvette. HEX triplet: E7, BA and 8A. RGB value is (231,186,138). Sum of RGB (Red+Green+Blue) = 231+186+138=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BA8A is #184575. Grayscale: #C2C2C2. Windows color (decimal): -1590646 or 9091815. OLE color: 9091815.
HSL color Cylindrical-coordinate representation of color #E7BA8A: hue angle of 30.97º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7BA8A is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 138 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.09 |
| HSL | 30.97º | 0.66% | 0.72% | - |
| HSV(B) | 30.97º | 0.4% | 0.91% | - |
| XYZ | 55.1 | 53.94 | 31.55 | - |
| YUV | 193.98 | 96.41 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 138 | 0 | 0.19 | 0.40 | 0.09 | 30.97 | 0.66 | 0.72 |
| Hex | E7 | BA | 8A | 0 | 13 | 28 | 9 | 1F | 42 | 48 |
| Octal | 347 | 272 | 212 | 0 | 23 | 50 | 11 | 37 | 102 | 110 |
| Binary | 11100111 | 10111010 | 10001010 | 0 | 10011 | 101000 | 1001 | 11111 | 1000010 | 1001000 |
Color Harmonies of #E7BA8A
Complementary color
Monochromatic Colors of #E7BA8A
Black with #E7BA8A
Text Example
Text Example
White with #E7BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BA8A; }
p { color: rgb(231,186,138); }
H1.HeaderClassName
{
color: #E7BA8A;
}
.AnyTagClassName
{
color: #E7BA8A;
}
</style>
background-color css
<style>
a { background-color: #E7BA8A; }
a { background-color: rgb(231,186,138); }
div.DivClassName
{
background-color: #E7BA8A;
}
.BgClassName
{
background-color: #E7BA8A;
}
</style>
border-color css
<style>
span { border-color: #E7BA8A; }
span { border-color: rgb(231,186,138); }
td.TdClassName
{
border-color: #E7BA8A;
}
.TagClassName
{
border-color: #E7BA8A;
}
</style>