Shades of Corvette #E6BA76
Tints of Corvette #E6BA76
RGB
CMYK
RGB Variations
Color information
#E6BA76 (or 0xE6BA76) is known color: Corvette. HEX triplet: E6, BA and 76. RGB value is (230,186,118). Sum of RGB (Red+Green+Blue) = 230+186+118=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BA76 is #194589. Grayscale: #BFBFBF. Windows color (decimal): -1656202 or 7781094. OLE color: 7781094.
HSL color Cylindrical-coordinate representation of color #E6BA76: hue angle of 36.43º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6BA76 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 118 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.10 |
| HSL | 36.43º | 0.69% | 0.68% | - |
| HSV(B) | 36.43º | 0.49% | 0.9% | - |
| XYZ | 53.46 | 53.25 | 24.6 | - |
| YUV | 191.4 | 86.58 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 118 | 0 | 0.19 | 0.49 | 0.10 | 36.43 | 0.69 | 0.68 |
| Hex | E6 | BA | 76 | 0 | 13 | 31 | A | 24 | 45 | 44 |
| Octal | 346 | 272 | 166 | 0 | 23 | 61 | 12 | 44 | 105 | 104 |
| Binary | 11100110 | 10111010 | 1110110 | 0 | 10011 | 110001 | 1010 | 100100 | 1000101 | 1000100 |
Color Harmonies of #E6BA76
Complementary color
Monochromatic Colors of #E6BA76
Black with #E6BA76
Text Example
Text Example
White with #E6BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BA76; }
p { color: rgb(230,186,118); }
H1.HeaderClassName
{
color: #E6BA76;
}
.AnyTagClassName
{
color: #E6BA76;
}
</style>
background-color css
<style>
a { background-color: #E6BA76; }
a { background-color: rgb(230,186,118); }
div.DivClassName
{
background-color: #E6BA76;
}
.BgClassName
{
background-color: #E6BA76;
}
</style>
border-color css
<style>
span { border-color: #E6BA76; }
span { border-color: rgb(230,186,118); }
td.TdClassName
{
border-color: #E6BA76;
}
.TagClassName
{
border-color: #E6BA76;
}
</style>