Shades of Corvette #E7B97C
Tints of Corvette #E7B97C
RGB
CMYK
RGB Variations
Color information
#E7B97C (or 0xE7B97C) is known color: Corvette. HEX triplet: E7, B9 and 7C. RGB value is (231,185,124). Sum of RGB (Red+Green+Blue) = 231+185+124=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B97C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B97C is #184683. Grayscale: #C0C0C0. Windows color (decimal): -1590916 or 8174055. OLE color: 8174055.
HSL color Cylindrical-coordinate representation of color #E7B97C: hue angle of 34.21º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E7B97C is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 185 | 124 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.09 |
| HSL | 34.21º | 0.69% | 0.7% | - |
| HSV(B) | 34.21º | 0.46% | 0.91% | - |
| XYZ | 53.94 | 53.14 | 26.48 | - |
| YUV | 191.8 | 89.74 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 124 | 0 | 0.20 | 0.46 | 0.09 | 34.21 | 0.69 | 0.7 |
| Hex | E7 | B9 | 7C | 0 | 14 | 2E | 9 | 22 | 45 | 46 |
| Octal | 347 | 271 | 174 | 0 | 24 | 56 | 11 | 42 | 105 | 106 |
| Binary | 11100111 | 10111001 | 1111100 | 0 | 10100 | 101110 | 1001 | 100010 | 1000101 | 1000110 |
Color Harmonies of #E7B97C
Complementary color
Monochromatic Colors of #E7B97C
Black with #E7B97C
Text Example
Text Example
White with #E7B97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B97C; }
p { color: rgb(231,185,124); }
H1.HeaderClassName
{
color: #E7B97C;
}
.AnyTagClassName
{
color: #E7B97C;
}
</style>
background-color css
<style>
a { background-color: #E7B97C; }
a { background-color: rgb(231,185,124); }
div.DivClassName
{
background-color: #E7B97C;
}
.BgClassName
{
background-color: #E7B97C;
}
</style>
border-color css
<style>
span { border-color: #E7B97C; }
span { border-color: rgb(231,185,124); }
td.TdClassName
{
border-color: #E7B97C;
}
.TagClassName
{
border-color: #E7B97C;
}
</style>