Shades of Corvette #E7BA89
Tints of Corvette #E7BA89
RGB
CMYK
RGB Variations
Color information
#E7BA89 (or 0xE7BA89) is known color: Corvette. HEX triplet: E7, BA and 89. RGB value is (231,186,137). Sum of RGB (Red+Green+Blue) = 231+186+137=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 137 (53.91% from 255 or 24.73% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BA89 is #184576. Grayscale: #C2C2C2. Windows color (decimal): -1590647 or 9026279. OLE color: 9026279.
HSL color Cylindrical-coordinate representation of color #E7BA89: hue angle of 31.28º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E7BA89 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 137 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.09 |
| HSL | 31.28º | 0.66% | 0.72% | - |
| HSV(B) | 31.28º | 0.41% | 0.91% | - |
| XYZ | 55.03 | 53.91 | 31.17 | - |
| YUV | 193.87 | 95.91 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 137 | 0 | 0.19 | 0.41 | 0.09 | 31.28 | 0.66 | 0.72 |
| Hex | E7 | BA | 89 | 0 | 13 | 29 | 9 | 1F | 42 | 48 |
| Octal | 347 | 272 | 211 | 0 | 23 | 51 | 11 | 37 | 102 | 110 |
| Binary | 11100111 | 10111010 | 10001001 | 0 | 10011 | 101001 | 1001 | 11111 | 1000010 | 1001000 |
Color Harmonies of #E7BA89
Complementary color
Monochromatic Colors of #E7BA89
Black with #E7BA89
Text Example
Text Example
White with #E7BA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BA89; }
p { color: rgb(231,186,137); }
H1.HeaderClassName
{
color: #E7BA89;
}
.AnyTagClassName
{
color: #E7BA89;
}
</style>
background-color css
<style>
a { background-color: #E7BA89; }
a { background-color: rgb(231,186,137); }
div.DivClassName
{
background-color: #E7BA89;
}
.BgClassName
{
background-color: #E7BA89;
}
</style>
border-color css
<style>
span { border-color: #E7BA89; }
span { border-color: rgb(231,186,137); }
td.TdClassName
{
border-color: #E7BA89;
}
.TagClassName
{
border-color: #E7BA89;
}
</style>