Shades of Corvette #E7B47A
Tints of Corvette #E7B47A
RGB
CMYK
RGB Variations
Color information
#E7B47A (or 0xE7B47A) is known color: Corvette. HEX triplet: E7, B4 and 7A. RGB value is (231,180,122). Sum of RGB (Red+Green+Blue) = 231+180+122=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B47A is #184B85. Grayscale: #BCBCBC. Windows color (decimal): -1592198 or 8041703. OLE color: 8041703.
HSL color Cylindrical-coordinate representation of color #E7B47A: hue angle of 31.93º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E7B47A is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 180 | 122 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.09 |
| HSL | 31.93º | 0.69% | 0.69% | - |
| HSV(B) | 31.93º | 0.47% | 0.91% | - |
| XYZ | 52.79 | 51.04 | 25.48 | - |
| YUV | 188.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 180 | 122 | 0 | 0.22 | 0.47 | 0.09 | 31.93 | 0.69 | 0.69 |
| Hex | E7 | B4 | 7A | 0 | 16 | 2F | 9 | 20 | 45 | 45 |
| Octal | 347 | 264 | 172 | 0 | 26 | 57 | 11 | 40 | 105 | 105 |
| Binary | 11100111 | 10110100 | 1111010 | 0 | 10110 | 101111 | 1001 | 100000 | 1000101 | 1000101 |
Color Harmonies of #E7B47A
Complementary color
Monochromatic Colors of #E7B47A
Black with #E7B47A
Text Example
Text Example
White with #E7B47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B47A; }
p { color: rgb(231,180,122); }
H1.HeaderClassName
{
color: #E7B47A;
}
.AnyTagClassName
{
color: #E7B47A;
}
</style>
background-color css
<style>
a { background-color: #E7B47A; }
a { background-color: rgb(231,180,122); }
div.DivClassName
{
background-color: #E7B47A;
}
.BgClassName
{
background-color: #E7B47A;
}
</style>
border-color css
<style>
span { border-color: #E7B47A; }
span { border-color: rgb(231,180,122); }
td.TdClassName
{
border-color: #E7B47A;
}
.TagClassName
{
border-color: #E7B47A;
}
</style>