Shades of Corvette #E7B680
Tints of Corvette #E7B680
RGB
CMYK
RGB Variations
Color information
#E7B680 (or 0xE7B680) is known color: Corvette. HEX triplet: E7, B6 and 80. RGB value is (231,182,128). Sum of RGB (Red+Green+Blue) = 231+182+128=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B680 is #18497F. Grayscale: #BEBEBE. Windows color (decimal): -1591680 or 8435431. OLE color: 8435431.
HSL color Cylindrical-coordinate representation of color #E7B680: hue angle of 31.46º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7B680 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 128 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.09 |
| HSL | 31.46º | 0.68% | 0.7% | - |
| HSV(B) | 31.46º | 0.45% | 0.91% | - |
| XYZ | 53.58 | 52 | 27.64 | - |
| YUV | 190.5 | 92.73 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 128 | 0 | 0.21 | 0.45 | 0.09 | 31.46 | 0.68 | 0.7 |
| Hex | E7 | B6 | 80 | 0 | 15 | 2D | 9 | 1F | 44 | 46 |
| Octal | 347 | 266 | 200 | 0 | 25 | 55 | 11 | 37 | 104 | 106 |
| Binary | 11100111 | 10110110 | 10000000 | 0 | 10101 | 101101 | 1001 | 11111 | 1000100 | 1000110 |
Color Harmonies of #E7B680
Complementary color
Monochromatic Colors of #E7B680
Black with #E7B680
Text Example
Text Example
White with #E7B680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B680; }
p { color: rgb(231,182,128); }
H1.HeaderClassName
{
color: #E7B680;
}
.AnyTagClassName
{
color: #E7B680;
}
</style>
background-color css
<style>
a { background-color: #E7B680; }
a { background-color: rgb(231,182,128); }
div.DivClassName
{
background-color: #E7B680;
}
.BgClassName
{
background-color: #E7B680;
}
</style>
border-color css
<style>
span { border-color: #E7B680; }
span { border-color: rgb(231,182,128); }
td.TdClassName
{
border-color: #E7B680;
}
.TagClassName
{
border-color: #E7B680;
}
</style>