Shades of Corvette #E7BE8B
Tints of Corvette #E7BE8B
RGB
CMYK
RGB Variations
Color information
#E7BE8B (or 0xE7BE8B) is known color: Corvette. HEX triplet: E7, BE and 8B. RGB value is (231,190,139). Sum of RGB (Red+Green+Blue) = 231+190+139=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BE8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BE8B is #184174. Grayscale: #C4C4C4. Windows color (decimal): -1589621 or 9158375. OLE color: 9158375.
HSL color Cylindrical-coordinate representation of color #E7BE8B: hue angle of 33.26º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7BE8B is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 190 | 139 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.09 |
| HSL | 33.26º | 0.66% | 0.73% | - |
| HSV(B) | 33.26º | 0.4% | 0.91% | - |
| XYZ | 56.03 | 55.68 | 32.22 | - |
| YUV | 196.45 | 95.58 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 190 | 139 | 0 | 0.18 | 0.40 | 0.09 | 33.26 | 0.66 | 0.73 |
| Hex | E7 | BE | 8B | 0 | 12 | 28 | 9 | 21 | 42 | 49 |
| Octal | 347 | 276 | 213 | 0 | 22 | 50 | 11 | 41 | 102 | 111 |
| Binary | 11100111 | 10111110 | 10001011 | 0 | 10010 | 101000 | 1001 | 100001 | 1000010 | 1001001 |
Color Harmonies of #E7BE8B
Complementary color
Monochromatic Colors of #E7BE8B
Black with #E7BE8B
Text Example
Text Example
White with #E7BE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BE8B; }
p { color: rgb(231,190,139); }
H1.HeaderClassName
{
color: #E7BE8B;
}
.AnyTagClassName
{
color: #E7BE8B;
}
</style>
background-color css
<style>
a { background-color: #E7BE8B; }
a { background-color: rgb(231,190,139); }
div.DivClassName
{
background-color: #E7BE8B;
}
.BgClassName
{
background-color: #E7BE8B;
}
</style>
border-color css
<style>
span { border-color: #E7BE8B; }
span { border-color: rgb(231,190,139); }
td.TdClassName
{
border-color: #E7BE8B;
}
.TagClassName
{
border-color: #E7BE8B;
}
</style>