Shades of Corvette #E7BA7A
Tints of Corvette #E7BA7A
RGB
CMYK
RGB Variations
Color information
#E7BA7A (or 0xE7BA7A) is known color: Corvette. HEX triplet: E7, BA and 7A. RGB value is (231,186,122). Sum of RGB (Red+Green+Blue) = 231+186+122=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BA7A is #184585. Grayscale: #C0C0C0. Windows color (decimal): -1590662 or 8043239. OLE color: 8043239.
HSL color Cylindrical-coordinate representation of color #E7BA7A: hue angle of 35.23º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E7BA7A is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 122 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.09 |
| HSL | 35.23º | 0.69% | 0.69% | - |
| HSV(B) | 35.23º | 0.47% | 0.91% | - |
| XYZ | 54.03 | 53.51 | 25.89 | - |
| YUV | 192.16 | 88.41 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 122 | 0 | 0.19 | 0.47 | 0.09 | 35.23 | 0.69 | 0.69 |
| Hex | E7 | BA | 7A | 0 | 13 | 2F | 9 | 23 | 45 | 45 |
| Octal | 347 | 272 | 172 | 0 | 23 | 57 | 11 | 43 | 105 | 105 |
| Binary | 11100111 | 10111010 | 1111010 | 0 | 10011 | 101111 | 1001 | 100011 | 1000101 | 1000101 |
Color Harmonies of #E7BA7A
Complementary color
Monochromatic Colors of #E7BA7A
Black with #E7BA7A
Text Example
Text Example
White with #E7BA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BA7A; }
p { color: rgb(231,186,122); }
H1.HeaderClassName
{
color: #E7BA7A;
}
.AnyTagClassName
{
color: #E7BA7A;
}
</style>
background-color css
<style>
a { background-color: #E7BA7A; }
a { background-color: rgb(231,186,122); }
div.DivClassName
{
background-color: #E7BA7A;
}
.BgClassName
{
background-color: #E7BA7A;
}
</style>
border-color css
<style>
span { border-color: #E7BA7A; }
span { border-color: rgb(231,186,122); }
td.TdClassName
{
border-color: #E7BA7A;
}
.TagClassName
{
border-color: #E7BA7A;
}
</style>