#E7BA80

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

Shades of Corvette #E7BA80

Tints of Corvette #E7BA80

Color information

#E7BA80 (or 0xE7BA80) is unknown color: approx Corvette. HEX triplet: E7, BA and 80. RGB value is (231,186,128). Sum of RGB (Red+Green+Blue) = 231+186+128=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BA80 is #18457F. Grayscale: #C1C1C1. Windows color (decimal): -1590656 or 8436455. OLE color: 8436455.

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

Color convert

RGB231186128-
CMYK00.190.450.09
HSL33.79º68.21%70.39%-
HSV(B)33.79º44.59%90.59%-
XYZ54.4153.6727.91-
YUV192.8491.41155.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.39%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 128 (50.39% from 255) = 23.49%
R=42.39%
G=34.13%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118612800.190.450.0933.7968.2170.39
HexE7BA800132D9224446
Octal347272200023551142104106
Binary111001111011101010000000010011101101100110001010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BA80; }

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

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

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

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

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

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

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

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