Shades of Corvette #E7B780
Tints of Corvette #E7B780
RGB
CMYK
RGB Variations
Color information
#E7B780 (or 0xE7B780) is known color: Corvette. HEX triplet: E7, B7 and 80. RGB value is (231,183,128). Sum of RGB (Red+Green+Blue) = 231+183+128=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B780 is #18487F. Grayscale: #BFBFBF. Windows color (decimal): -1591424 or 8435687. OLE color: 8435687.
HSL color Cylindrical-coordinate representation of color #E7B780: hue angle of 32.04º 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 #E7B780 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 183 | 128 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.09 |
| HSL | 32.04º | 0.68% | 0.7% | - |
| HSV(B) | 32.04º | 0.45% | 0.91% | - |
| XYZ | 53.78 | 52.41 | 27.7 | - |
| YUV | 191.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 183 | 128 | 0 | 0.21 | 0.45 | 0.09 | 32.04 | 0.68 | 0.7 |
| Hex | E7 | B7 | 80 | 0 | 15 | 2D | 9 | 20 | 44 | 46 |
| Octal | 347 | 267 | 200 | 0 | 25 | 55 | 11 | 40 | 104 | 106 |
| Binary | 11100111 | 10110111 | 10000000 | 0 | 10101 | 101101 | 1001 | 100000 | 1000100 | 1000110 |
Color Harmonies of #E7B780
Complementary color
Monochromatic Colors of #E7B780
Black with #E7B780
Text Example
Text Example
White with #E7B780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B780; }
p { color: rgb(231,183,128); }
H1.HeaderClassName
{
color: #E7B780;
}
.AnyTagClassName
{
color: #E7B780;
}
</style>
background-color css
<style>
a { background-color: #E7B780; }
a { background-color: rgb(231,183,128); }
div.DivClassName
{
background-color: #E7B780;
}
.BgClassName
{
background-color: #E7B780;
}
</style>
border-color css
<style>
span { border-color: #E7B780; }
span { border-color: rgb(231,183,128); }
td.TdClassName
{
border-color: #E7B780;
}
.TagClassName
{
border-color: #E7B780;
}
</style>