Shades of Corvette #E6B97A
Tints of Corvette #E6B97A
RGB
CMYK
RGB Variations
Color information
#E6B97A (or 0xE6B97A) is known color: Corvette. HEX triplet: E6, B9 and 7A. RGB value is (230,185,122). Sum of RGB (Red+Green+Blue) = 230+185+122=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B97A is #194685. Grayscale: #BFBFBF. Windows color (decimal): -1656454 or 8042982. OLE color: 8042982.
HSL color Cylindrical-coordinate representation of color #E6B97A: hue angle of 35º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6B97A is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 185 | 122 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.10 |
| HSL | 35º | 0.68% | 0.69% | - |
| HSV(B) | 35º | 0.47% | 0.9% | - |
| XYZ | 53.49 | 52.93 | 25.81 | - |
| YUV | 191.27 | 88.91 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 185 | 122 | 0 | 0.20 | 0.47 | 0.10 | 35 | 0.68 | 0.69 |
| Hex | E6 | B9 | 7A | 0 | 14 | 2F | A | 23 | 44 | 45 |
| Octal | 346 | 271 | 172 | 0 | 24 | 57 | 12 | 43 | 104 | 105 |
| Binary | 11100110 | 10111001 | 1111010 | 0 | 10100 | 101111 | 1010 | 100011 | 1000100 | 1000101 |
Color Harmonies of #E6B97A
Complementary color
Monochromatic Colors of #E6B97A
Black with #E6B97A
Text Example
Text Example
White with #E6B97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B97A; }
p { color: rgb(230,185,122); }
H1.HeaderClassName
{
color: #E6B97A;
}
.AnyTagClassName
{
color: #E6B97A;
}
</style>
background-color css
<style>
a { background-color: #E6B97A; }
a { background-color: rgb(230,185,122); }
div.DivClassName
{
background-color: #E6B97A;
}
.BgClassName
{
background-color: #E6B97A;
}
</style>
border-color css
<style>
span { border-color: #E6B97A; }
span { border-color: rgb(230,185,122); }
td.TdClassName
{
border-color: #E6B97A;
}
.TagClassName
{
border-color: #E6B97A;
}
</style>