Shades of Corvette #E7B679
Tints of Corvette #E7B679
RGB
CMYK
RGB Variations
Color information
#E7B679 (or 0xE7B679) is known color: Corvette. HEX triplet: E7, B6 and 79. RGB value is (231,182,121). Sum of RGB (Red+Green+Blue) = 231+182+121=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 121 (47.66% from 255 or 22.66% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B679 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B679 is #184986. Grayscale: #BDBDBD. Windows color (decimal): -1591687 or 7976679. OLE color: 7976679.
HSL color Cylindrical-coordinate representation of color #E7B679: hue angle of 33.27º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E7B679 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 121 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.09 |
| HSL | 33.27º | 0.7% | 0.69% | - |
| HSV(B) | 33.27º | 0.48% | 0.91% | - |
| XYZ | 53.13 | 51.83 | 25.29 | - |
| YUV | 189.7 | 89.23 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 121 | 0 | 0.21 | 0.48 | 0.09 | 33.27 | 0.7 | 0.69 |
| Hex | E7 | B6 | 79 | 0 | 15 | 30 | 9 | 21 | 46 | 45 |
| Octal | 347 | 266 | 171 | 0 | 25 | 60 | 11 | 41 | 106 | 105 |
| Binary | 11100111 | 10110110 | 1111001 | 0 | 10101 | 110000 | 1001 | 100001 | 1000110 | 1000101 |
Color Harmonies of #E7B679
Complementary color
Monochromatic Colors of #E7B679
Black with #E7B679
Text Example
Text Example
White with #E7B679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B679; }
p { color: rgb(231,182,121); }
H1.HeaderClassName
{
color: #E7B679;
}
.AnyTagClassName
{
color: #E7B679;
}
</style>
background-color css
<style>
a { background-color: #E7B679; }
a { background-color: rgb(231,182,121); }
div.DivClassName
{
background-color: #E7B679;
}
.BgClassName
{
background-color: #E7B679;
}
</style>
border-color css
<style>
span { border-color: #E7B679; }
span { border-color: rgb(231,182,121); }
td.TdClassName
{
border-color: #E7B679;
}
.TagClassName
{
border-color: #E7B679;
}
</style>