#E7BA76

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

Shades of Corvette #E7BA76

Tints of Corvette #E7BA76

Color information

#E7BA76 (or 0xE7BA76) is unknown color: approx Corvette. HEX triplet: E7, BA and 76. RGB value is (231,186,118). Sum of RGB (Red+Green+Blue) = 231+186+118=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BA76 is #184589. Grayscale: #C0C0C0. Windows color (decimal): -1590666 or 7781095. OLE color: 7781095.

HSL color Cylindrical-coordinate representation of color #E7BA76: hue angle of 36.11º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7BA76 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB231186118-
CMYK00.190.490.09
HSL36.11º70.19%68.43%-
HSV(B)36.11º48.92%90.59%-
XYZ53.7853.4124.61-
YUV191.786.41156.03-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.18%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 118 (46.48% from 255) = 22.06%
R=43.18%
G=34.77%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118611800.190.490.0936.1170.1968.43
HexE7BA76013319244644
Octal347272166023611144106104
Binary11100111101110101110110010011110001100110010010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BA76; }

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

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

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

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

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

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

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

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