Shades of Corvette #E7BE7A
Tints of Corvette #E7BE7A
RGB
CMYK
RGB Variations
Color information
#E7BE7A (or 0xE7BE7A) is known color: Corvette. HEX triplet: E7, BE and 7A. RGB value is (231,190,122). Sum of RGB (Red+Green+Blue) = 231+190+122=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BE7A is #184185. Grayscale: #C2C2C2. Windows color (decimal): -1589638 or 8044263. OLE color: 8044263.
HSL color Cylindrical-coordinate representation of color #E7BE7A: hue angle of 37.43º 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 #E7BE7A is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 190 | 122 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.09 |
| HSL | 37.43º | 0.69% | 0.69% | - |
| HSV(B) | 37.43º | 0.47% | 0.91% | - |
| XYZ | 54.88 | 55.22 | 26.18 | - |
| YUV | 194.51 | 87.08 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 190 | 122 | 0 | 0.18 | 0.47 | 0.09 | 37.43 | 0.69 | 0.69 |
| Hex | E7 | BE | 7A | 0 | 12 | 2F | 9 | 25 | 45 | 45 |
| Octal | 347 | 276 | 172 | 0 | 22 | 57 | 11 | 45 | 105 | 105 |
| Binary | 11100111 | 10111110 | 1111010 | 0 | 10010 | 101111 | 1001 | 100101 | 1000101 | 1000101 |
Color Harmonies of #E7BE7A
Complementary color
Monochromatic Colors of #E7BE7A
Black with #E7BE7A
Text Example
Text Example
White with #E7BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BE7A; }
p { color: rgb(231,190,122); }
H1.HeaderClassName
{
color: #E7BE7A;
}
.AnyTagClassName
{
color: #E7BE7A;
}
</style>
background-color css
<style>
a { background-color: #E7BE7A; }
a { background-color: rgb(231,190,122); }
div.DivClassName
{
background-color: #E7BE7A;
}
.BgClassName
{
background-color: #E7BE7A;
}
</style>
border-color css
<style>
span { border-color: #E7BE7A; }
span { border-color: rgb(231,190,122); }
td.TdClassName
{
border-color: #E7BE7A;
}
.TagClassName
{
border-color: #E7BE7A;
}
</style>