Shades of Corvette #E7B682
Tints of Corvette #E7B682
RGB
CMYK
RGB Variations
Color information
#E7B682 (or 0xE7B682) is known color: Corvette. HEX triplet: E7, B6 and 82. RGB value is (231,182,130). Sum of RGB (Red+Green+Blue) = 231+182+130=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B682 is #18497D. Grayscale: #BEBEBE. Windows color (decimal): -1591678 or 8566503. OLE color: 8566503.
HSL color Cylindrical-coordinate representation of color #E7B682: hue angle of 30.89º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E7B682 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 130 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.09 |
| HSL | 30.89º | 0.68% | 0.71% | - |
| HSV(B) | 30.89º | 0.44% | 0.91% | - |
| XYZ | 53.71 | 52.06 | 28.34 | - |
| YUV | 190.72 | 93.73 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 130 | 0 | 0.21 | 0.44 | 0.09 | 30.89 | 0.68 | 0.71 |
| Hex | E7 | B6 | 82 | 0 | 15 | 2C | 9 | 1F | 44 | 47 |
| Octal | 347 | 266 | 202 | 0 | 25 | 54 | 11 | 37 | 104 | 107 |
| Binary | 11100111 | 10110110 | 10000010 | 0 | 10101 | 101100 | 1001 | 11111 | 1000100 | 1000111 |
Color Harmonies of #E7B682
Complementary color
Monochromatic Colors of #E7B682
Black with #E7B682
Text Example
Text Example
White with #E7B682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B682; }
p { color: rgb(231,182,130); }
H1.HeaderClassName
{
color: #E7B682;
}
.AnyTagClassName
{
color: #E7B682;
}
</style>
background-color css
<style>
a { background-color: #E7B682; }
a { background-color: rgb(231,182,130); }
div.DivClassName
{
background-color: #E7B682;
}
.BgClassName
{
background-color: #E7B682;
}
</style>
border-color css
<style>
span { border-color: #E7B682; }
span { border-color: rgb(231,182,130); }
td.TdClassName
{
border-color: #E7B682;
}
.TagClassName
{
border-color: #E7B682;
}
</style>