Shades of Corvette #E7BE7E
Tints of Corvette #E7BE7E
RGB
CMYK
RGB Variations
Color information
#E7BE7E (or 0xE7BE7E) is known color: Corvette. HEX triplet: E7, BE and 7E. RGB value is (231,190,126). Sum of RGB (Red+Green+Blue) = 231+190+126=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 126 (49.61% from 255 or 23.03% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BE7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BE7E is #184181. Grayscale: #C3C3C3. Windows color (decimal): -1589634 or 8306407. OLE color: 8306407.
HSL color Cylindrical-coordinate representation of color #E7BE7E: hue angle of 36.57º degrees, saturation: 0.69, 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 #E7BE7E is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 190 | 126 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.09 |
| HSL | 36.57º | 0.69% | 0.7% | - |
| HSV(B) | 36.57º | 0.45% | 0.91% | - |
| XYZ | 55.13 | 55.32 | 27.51 | - |
| YUV | 194.96 | 89.08 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 190 | 126 | 0 | 0.18 | 0.45 | 0.09 | 36.57 | 0.69 | 0.7 |
| Hex | E7 | BE | 7E | 0 | 12 | 2D | 9 | 25 | 45 | 46 |
| Octal | 347 | 276 | 176 | 0 | 22 | 55 | 11 | 45 | 105 | 106 |
| Binary | 11100111 | 10111110 | 1111110 | 0 | 10010 | 101101 | 1001 | 100101 | 1000101 | 1000110 |
Color Harmonies of #E7BE7E
Complementary color
Monochromatic Colors of #E7BE7E
Black with #E7BE7E
Text Example
Text Example
White with #E7BE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BE7E; }
p { color: rgb(231,190,126); }
H1.HeaderClassName
{
color: #E7BE7E;
}
.AnyTagClassName
{
color: #E7BE7E;
}
</style>
background-color css
<style>
a { background-color: #E7BE7E; }
a { background-color: rgb(231,190,126); }
div.DivClassName
{
background-color: #E7BE7E;
}
.BgClassName
{
background-color: #E7BE7E;
}
</style>
border-color css
<style>
span { border-color: #E7BE7E; }
span { border-color: rgb(231,190,126); }
td.TdClassName
{
border-color: #E7BE7E;
}
.TagClassName
{
border-color: #E7BE7E;
}
</style>