Shades of Corvette #E7BA7B
Tints of Corvette #E7BA7B
RGB
CMYK
RGB Variations
Color information
#E7BA7B (or 0xE7BA7B) is known color: Corvette. HEX triplet: E7, BA and 7B. RGB value is (231,186,123). Sum of RGB (Red+Green+Blue) = 231+186+123=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BA7B is #184584. Grayscale: #C0C0C0. Windows color (decimal): -1590661 or 8108775. OLE color: 8108775.
HSL color Cylindrical-coordinate representation of color #E7BA7B: hue angle of 35º 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 #E7BA7B is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 123 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.09 |
| HSL | 35º | 0.69% | 0.69% | - |
| HSV(B) | 35º | 0.47% | 0.91% | - |
| XYZ | 54.09 | 53.54 | 26.22 | - |
| YUV | 192.27 | 88.91 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 123 | 0 | 0.19 | 0.47 | 0.09 | 35 | 0.69 | 0.69 |
| Hex | E7 | BA | 7B | 0 | 13 | 2F | 9 | 23 | 45 | 45 |
| Octal | 347 | 272 | 173 | 0 | 23 | 57 | 11 | 43 | 105 | 105 |
| Binary | 11100111 | 10111010 | 1111011 | 0 | 10011 | 101111 | 1001 | 100011 | 1000101 | 1000101 |
Color Harmonies of #E7BA7B
Complementary color
Monochromatic Colors of #E7BA7B
Black with #E7BA7B
Text Example
Text Example
White with #E7BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BA7B; }
p { color: rgb(231,186,123); }
H1.HeaderClassName
{
color: #E7BA7B;
}
.AnyTagClassName
{
color: #E7BA7B;
}
</style>
background-color css
<style>
a { background-color: #E7BA7B; }
a { background-color: rgb(231,186,123); }
div.DivClassName
{
background-color: #E7BA7B;
}
.BgClassName
{
background-color: #E7BA7B;
}
</style>
border-color css
<style>
span { border-color: #E7BA7B; }
span { border-color: rgb(231,186,123); }
td.TdClassName
{
border-color: #E7BA7B;
}
.TagClassName
{
border-color: #E7BA7B;
}
</style>