Shades of Corvette #E7B68A
Tints of Corvette #E7B68A
RGB
CMYK
RGB Variations
Color information
#E7B68A (or 0xE7B68A) is known color: Corvette. HEX triplet: E7, B6 and 8A. RGB value is (231,182,138). Sum of RGB (Red+Green+Blue) = 231+182+138=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B68A is #184975. Grayscale: #BFBFBF. Windows color (decimal): -1591670 or 9090791. OLE color: 9090791.
HSL color Cylindrical-coordinate representation of color #E7B68A: hue angle of 28.39º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7B68A is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 138 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.09 |
| HSL | 28.39º | 0.66% | 0.72% | - |
| HSV(B) | 28.39º | 0.4% | 0.91% | - |
| XYZ | 54.27 | 52.28 | 31.28 | - |
| YUV | 191.64 | 97.73 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 138 | 0 | 0.21 | 0.40 | 0.09 | 28.39 | 0.66 | 0.72 |
| Hex | E7 | B6 | 8A | 0 | 15 | 28 | 9 | 1C | 42 | 48 |
| Octal | 347 | 266 | 212 | 0 | 25 | 50 | 11 | 34 | 102 | 110 |
| Binary | 11100111 | 10110110 | 10001010 | 0 | 10101 | 101000 | 1001 | 11100 | 1000010 | 1001000 |
Color Harmonies of #E7B68A
Complementary color
Monochromatic Colors of #E7B68A
Black with #E7B68A
Text Example
Text Example
White with #E7B68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B68A; }
p { color: rgb(231,182,138); }
H1.HeaderClassName
{
color: #E7B68A;
}
.AnyTagClassName
{
color: #E7B68A;
}
</style>
background-color css
<style>
a { background-color: #E7B68A; }
a { background-color: rgb(231,182,138); }
div.DivClassName
{
background-color: #E7B68A;
}
.BgClassName
{
background-color: #E7B68A;
}
</style>
border-color css
<style>
span { border-color: #E7B68A; }
span { border-color: rgb(231,182,138); }
td.TdClassName
{
border-color: #E7B68A;
}
.TagClassName
{
border-color: #E7B68A;
}
</style>