#E7BA85

Color #E7BA85 Corvette (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corvette #E7BA85

Tints of Corvette #E7BA85

Color information

#E7BA85 (or 0xE7BA85) is unknown color: approx Corvette. HEX triplet: E7, BA and 85. RGB value is (231,186,133). Sum of RGB (Red+Green+Blue) = 231+186+133=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BA85 is #18457A. Grayscale: #C1C1C1. Windows color (decimal): -1590651 or 8764135. OLE color: 8764135.

HSL color Cylindrical-coordinate representation of color #E7BA85: hue angle of 32.45º 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 #E7BA85 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB231186133-
CMYK00.190.420.09
HSL32.45º67.12%71.37%-
HSV(B)32.45º42.42%90.59%-
XYZ54.7553.829.69-
YUV193.4193.91154.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 42%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 133 (52.34% from 255) = 24.18%
R=42%
G=33.82%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118613300.190.420.0932.4567.1271.37
HexE7BA850132A9204347
Octal347272205023521140103107
Binary111001111011101010000101010011101010100110000010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BA85; }

 p { color: rgb(231,186,133); }

 H1.HeaderClassName
 {
   color: #E7BA85;
 }
 .AnyTagClassName
 {
   color: #E7BA85;
 }
</style>
background-color css

<style>
 a { background-color: #E7BA85; }

 a { background-color: rgb(231,186,133); }

 div.DivClassName
 {
   background-color: #E7BA85;
 }
 .BgClassName
 {
   background-color: #E7BA85;
 }
</style>
border-color css

<style>
 span { border-color: #E7BA85; }

 span { border-color: rgb(231,186,133); }

 td.TdClassName
 {
   border-color: #E7BA85;
 }
 .TagClassName
 {
   border-color: #E7BA85;
 }
</style>