Shades of Corvette #E7B477
Tints of Corvette #E7B477
RGB
CMYK
RGB Variations
Color information
#E7B477 (or 0xE7B477) is known color: Corvette. HEX triplet: E7, B4 and 77. RGB value is (231,180,119). Sum of RGB (Red+Green+Blue) = 231+180+119=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 119 (46.88% from 255 or 22.45% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B477 is #184B88. Grayscale: #BCBCBC. Windows color (decimal): -1592201 or 7845095. OLE color: 7845095.
HSL color Cylindrical-coordinate representation of color #E7B477: hue angle of 32.68º 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 #E7B477 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 180 | 119 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.09 |
| HSL | 32.68º | 0.7% | 0.69% | - |
| HSV(B) | 32.68º | 0.48% | 0.91% | - |
| XYZ | 52.61 | 50.96 | 24.52 | - |
| YUV | 188.3 | 88.9 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 180 | 119 | 0 | 0.22 | 0.48 | 0.09 | 32.68 | 0.7 | 0.69 |
| Hex | E7 | B4 | 77 | 0 | 16 | 30 | 9 | 21 | 46 | 45 |
| Octal | 347 | 264 | 167 | 0 | 26 | 60 | 11 | 41 | 106 | 105 |
| Binary | 11100111 | 10110100 | 1110111 | 0 | 10110 | 110000 | 1001 | 100001 | 1000110 | 1000101 |
Color Harmonies of #E7B477
Complementary color
Monochromatic Colors of #E7B477
Black with #E7B477
Text Example
Text Example
White with #E7B477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B477; }
p { color: rgb(231,180,119); }
H1.HeaderClassName
{
color: #E7B477;
}
.AnyTagClassName
{
color: #E7B477;
}
</style>
background-color css
<style>
a { background-color: #E7B477; }
a { background-color: rgb(231,180,119); }
div.DivClassName
{
background-color: #E7B477;
}
.BgClassName
{
background-color: #E7B477;
}
</style>
border-color css
<style>
span { border-color: #E7B477; }
span { border-color: rgb(231,180,119); }
td.TdClassName
{
border-color: #E7B477;
}
.TagClassName
{
border-color: #E7B477;
}
</style>