Shades of Corvette #E7BA80
Tints of Corvette #E7BA80
RGB
CMYK
RGB Variations
Color information
#E7BA80 (or 0xE7BA80) is known color: Corvette. HEX triplet: E7, BA and 80. RGB value is (231,186,128). Sum of RGB (Red+Green+Blue) = 231+186+128=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BA80 is #18457F. Grayscale: #C1C1C1. Windows color (decimal): -1590656 or 8436455. OLE color: 8436455.
HSL color Cylindrical-coordinate representation of color #E7BA80: hue angle of 33.79º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7BA80 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 128 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.09 |
| HSL | 33.79º | 0.68% | 0.7% | - |
| HSV(B) | 33.79º | 0.45% | 0.91% | - |
| XYZ | 54.41 | 53.67 | 27.91 | - |
| YUV | 192.84 | 91.41 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 128 | 0 | 0.19 | 0.45 | 0.09 | 33.79 | 0.68 | 0.7 |
| Hex | E7 | BA | 80 | 0 | 13 | 2D | 9 | 22 | 44 | 46 |
| Octal | 347 | 272 | 200 | 0 | 23 | 55 | 11 | 42 | 104 | 106 |
| Binary | 11100111 | 10111010 | 10000000 | 0 | 10011 | 101101 | 1001 | 100010 | 1000100 | 1000110 |
Color Harmonies of #E7BA80
Complementary color
Monochromatic Colors of #E7BA80
Black with #E7BA80
Text Example
Text Example
White with #E7BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BA80; }
p { color: rgb(231,186,128); }
H1.HeaderClassName
{
color: #E7BA80;
}
.AnyTagClassName
{
color: #E7BA80;
}
</style>
background-color css
<style>
a { background-color: #E7BA80; }
a { background-color: rgb(231,186,128); }
div.DivClassName
{
background-color: #E7BA80;
}
.BgClassName
{
background-color: #E7BA80;
}
</style>
border-color css
<style>
span { border-color: #E7BA80; }
span { border-color: rgb(231,186,128); }
td.TdClassName
{
border-color: #E7BA80;
}
.TagClassName
{
border-color: #E7BA80;
}
</style>