#E7BA82

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

Shades of Corvette #E7BA82

Tints of Corvette #E7BA82

Color information

#E7BA82 (or 0xE7BA82) is unknown color: approx Corvette. HEX triplet: E7, BA and 82. RGB value is (231,186,130). Sum of RGB (Red+Green+Blue) = 231+186+130=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BA82 is #18457D. Grayscale: #C1C1C1. Windows color (decimal): -1590654 or 8567527. OLE color: 8567527.

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

Color convert

RGB231186130-
CMYK00.190.440.09
HSL33.27º67.79%70.78%-
HSV(B)33.27º43.72%90.59%-
XYZ54.5453.7228.61-
YUV193.0792.41155.05-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.23%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 130 (51.17% from 255) = 23.77%
R=42.23%
G=34.00%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118613000.190.440.0933.2767.7970.78
HexE7BA820132C9214447
Octal347272202023541141104107
Binary111001111011101010000010010011101100100110000110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BA82; }

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

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

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

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

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

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

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

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