Shades of Corvette #E7BE85
Tints of Corvette #E7BE85
RGB
CMYK
RGB Variations
Color information
#E7BE85 (or 0xE7BE85) is known color: Corvette. HEX triplet: E7, BE and 85. RGB value is (231,190,133). Sum of RGB (Red+Green+Blue) = 231+190+133=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BE85 is #18417A. Grayscale: #C4C4C4. Windows color (decimal): -1589627 or 8765159. OLE color: 8765159.
HSL color Cylindrical-coordinate representation of color #E7BE85: hue angle of 34.9º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E7BE85 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 190 | 133 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.09 |
| HSL | 34.9º | 0.67% | 0.71% | - |
| HSV(B) | 34.9º | 0.42% | 0.91% | - |
| XYZ | 55.6 | 55.51 | 29.97 | - |
| YUV | 195.76 | 92.58 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 190 | 133 | 0 | 0.18 | 0.42 | 0.09 | 34.9 | 0.67 | 0.71 |
| Hex | E7 | BE | 85 | 0 | 12 | 2A | 9 | 23 | 43 | 47 |
| Octal | 347 | 276 | 205 | 0 | 22 | 52 | 11 | 43 | 103 | 107 |
| Binary | 11100111 | 10111110 | 10000101 | 0 | 10010 | 101010 | 1001 | 100011 | 1000011 | 1000111 |
Color Harmonies of #E7BE85
Complementary color
Monochromatic Colors of #E7BE85
Black with #E7BE85
Text Example
Text Example
White with #E7BE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BE85; }
p { color: rgb(231,190,133); }
H1.HeaderClassName
{
color: #E7BE85;
}
.AnyTagClassName
{
color: #E7BE85;
}
</style>
background-color css
<style>
a { background-color: #E7BE85; }
a { background-color: rgb(231,190,133); }
div.DivClassName
{
background-color: #E7BE85;
}
.BgClassName
{
background-color: #E7BE85;
}
</style>
border-color css
<style>
span { border-color: #E7BE85; }
span { border-color: rgb(231,190,133); }
td.TdClassName
{
border-color: #E7BE85;
}
.TagClassName
{
border-color: #E7BE85;
}
</style>