Shades of Corvette #E8BA76
Tints of Corvette #E8BA76
RGB
CMYK
RGB Variations
Color information
#E8BA76 (or 0xE8BA76) is known color: Corvette. HEX triplet: E8, BA and 76. RGB value is (232,186,118). Sum of RGB (Red+Green+Blue) = 232+186+118=536 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.28% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BA76 is #174589. Grayscale: #C0C0C0. Windows color (decimal): -1525130 or 7781096. OLE color: 7781096.
HSL color Cylindrical-coordinate representation of color #E8BA76: hue angle of 35.79º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E8BA76 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 118 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.09 |
| HSL | 35.79º | 0.71% | 0.69% | - |
| HSV(B) | 35.79º | 0.49% | 0.91% | - |
| XYZ | 54.11 | 53.58 | 24.63 | - |
| YUV | 192 | 86.24 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 118 | 0 | 0.20 | 0.49 | 0.09 | 35.79 | 0.71 | 0.69 |
| Hex | E8 | BA | 76 | 0 | 14 | 31 | 9 | 24 | 47 | 45 |
| Octal | 350 | 272 | 166 | 0 | 24 | 61 | 11 | 44 | 107 | 105 |
| Binary | 11101000 | 10111010 | 1110110 | 0 | 10100 | 110001 | 1001 | 100100 | 1000111 | 1000101 |
Color Harmonies of #E8BA76
Complementary color
Monochromatic Colors of #E8BA76
Black with #E8BA76
Text Example
Text Example
White with #E8BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BA76; }
p { color: rgb(232,186,118); }
H1.HeaderClassName
{
color: #E8BA76;
}
.AnyTagClassName
{
color: #E8BA76;
}
</style>
background-color css
<style>
a { background-color: #E8BA76; }
a { background-color: rgb(232,186,118); }
div.DivClassName
{
background-color: #E8BA76;
}
.BgClassName
{
background-color: #E8BA76;
}
</style>
border-color css
<style>
span { border-color: #E8BA76; }
span { border-color: rgb(232,186,118); }
td.TdClassName
{
border-color: #E8BA76;
}
.TagClassName
{
border-color: #E8BA76;
}
</style>