Shades of Corvette #E7BE8A
Tints of Corvette #E7BE8A
RGB
CMYK
RGB Variations
Color information
#E7BE8A (or 0xE7BE8A) is known color: Corvette. HEX triplet: E7, BE and 8A. RGB value is (231,190,138). Sum of RGB (Red+Green+Blue) = 231+190+138=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BE8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BE8A is #184175. Grayscale: #C4C4C4. Windows color (decimal): -1589622 or 9092839. OLE color: 9092839.
HSL color Cylindrical-coordinate representation of color #E7BE8A: hue angle of 33.55º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7BE8A is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 190 | 138 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.09 |
| HSL | 33.55º | 0.66% | 0.72% | - |
| HSV(B) | 33.55º | 0.4% | 0.91% | - |
| XYZ | 55.96 | 55.65 | 31.84 | - |
| YUV | 196.33 | 95.08 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 190 | 138 | 0 | 0.18 | 0.40 | 0.09 | 33.55 | 0.66 | 0.72 |
| Hex | E7 | BE | 8A | 0 | 12 | 28 | 9 | 22 | 42 | 48 |
| Octal | 347 | 276 | 212 | 0 | 22 | 50 | 11 | 42 | 102 | 110 |
| Binary | 11100111 | 10111110 | 10001010 | 0 | 10010 | 101000 | 1001 | 100010 | 1000010 | 1001000 |
Color Harmonies of #E7BE8A
Complementary color
Monochromatic Colors of #E7BE8A
Black with #E7BE8A
Text Example
Text Example
White with #E7BE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BE8A; }
p { color: rgb(231,190,138); }
H1.HeaderClassName
{
color: #E7BE8A;
}
.AnyTagClassName
{
color: #E7BE8A;
}
</style>
background-color css
<style>
a { background-color: #E7BE8A; }
a { background-color: rgb(231,190,138); }
div.DivClassName
{
background-color: #E7BE8A;
}
.BgClassName
{
background-color: #E7BE8A;
}
</style>
border-color css
<style>
span { border-color: #E7BE8A; }
span { border-color: rgb(231,190,138); }
td.TdClassName
{
border-color: #E7BE8A;
}
.TagClassName
{
border-color: #E7BE8A;
}
</style>