Shades of Corvette #E7BA84
Tints of Corvette #E7BA84
RGB
CMYK
RGB Variations
Color information
#E7BA84 (or 0xE7BA84) is known color: Corvette. HEX triplet: E7, BA and 84. RGB value is (231,186,132). Sum of RGB (Red+Green+Blue) = 231+186+132=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 132 (51.95% from 255 or 24.04% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BA84 is #18457B. Grayscale: #C1C1C1. Windows color (decimal): -1590652 or 8698599. OLE color: 8698599.
HSL color Cylindrical-coordinate representation of color #E7BA84: hue angle of 32.73º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E7BA84 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 132 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.09 |
| HSL | 32.73º | 0.67% | 0.71% | - |
| HSV(B) | 32.73º | 0.43% | 0.91% | - |
| XYZ | 54.68 | 53.77 | 29.33 | - |
| YUV | 193.3 | 93.41 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 132 | 0 | 0.19 | 0.43 | 0.09 | 32.73 | 0.67 | 0.71 |
| Hex | E7 | BA | 84 | 0 | 13 | 2B | 9 | 21 | 43 | 47 |
| Octal | 347 | 272 | 204 | 0 | 23 | 53 | 11 | 41 | 103 | 107 |
| Binary | 11100111 | 10111010 | 10000100 | 0 | 10011 | 101011 | 1001 | 100001 | 1000011 | 1000111 |
Color Harmonies of #E7BA84
Complementary color
Monochromatic Colors of #E7BA84
Black with #E7BA84
Text Example
Text Example
White with #E7BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BA84; }
p { color: rgb(231,186,132); }
H1.HeaderClassName
{
color: #E7BA84;
}
.AnyTagClassName
{
color: #E7BA84;
}
</style>
background-color css
<style>
a { background-color: #E7BA84; }
a { background-color: rgb(231,186,132); }
div.DivClassName
{
background-color: #E7BA84;
}
.BgClassName
{
background-color: #E7BA84;
}
</style>
border-color css
<style>
span { border-color: #E7BA84; }
span { border-color: rgb(231,186,132); }
td.TdClassName
{
border-color: #E7BA84;
}
.TagClassName
{
border-color: #E7BA84;
}
</style>