#E7B980

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

Shades of Corvette #E7B980

Tints of Corvette #E7B980

Color information

#E7B980 (or 0xE7B980) is unknown color: approx Corvette. HEX triplet: E7, B9 and 80. RGB value is (231,185,128). Sum of RGB (Red+Green+Blue) = 231+185+128=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B980 is #18467F. Grayscale: #C0C0C0. Windows color (decimal): -1590912 or 8436199. OLE color: 8436199.

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

Color convert

RGB231185128-
CMYK00.200.450.09
HSL33.2º68.21%70.39%-
HSV(B)33.2º44.59%90.59%-
XYZ54.253.2527.84-
YUV192.2691.74155.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.46%
GREEN value IS 185 (72.66% from 255) = 34.01%
BLUE value IS 128 (50.39% from 255) = 23.53%
R=42.46%
G=34.01%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118512800.200.450.0933.268.2170.39
HexE7B9800142D9214446
Octal347271200024551141104106
Binary111001111011100110000000010100101101100110000110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B980; }

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

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

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

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

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

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

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

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