#E7BE80

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

Shades of Corvette #E7BE80

Tints of Corvette #E7BE80

Color information

#E7BE80 (or 0xE7BE80) is unknown color: approx Corvette. HEX triplet: E7, BE and 80. RGB value is (231,190,128). Sum of RGB (Red+Green+Blue) = 231+190+128=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BE80 is #18417F. Grayscale: #C3C3C3. Windows color (decimal): -1589632 or 8437479. OLE color: 8437479.

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

Color convert

RGB231190128-
CMYK00.180.450.09
HSL36.12º68.21%70.39%-
HSV(B)36.12º44.59%90.59%-
XYZ55.2655.3728.2-
YUV195.1990.08153.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.08%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 128 (50.39% from 255) = 23.32%
R=42.08%
G=34.61%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119012800.180.450.0936.1268.2170.39
HexE7BE800122D9244446
Octal347276200022551144104106
Binary111001111011111010000000010010101101100110010010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BE80; }

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

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

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

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

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

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

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

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