#E7BF80

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

Shades of Corvette #E7BF80

Tints of Corvette #E7BF80

Color information

#E7BF80 (or 0xE7BF80) is unknown color: approx Corvette. HEX triplet: E7, BF and 80. RGB value is (231,191,128). Sum of RGB (Red+Green+Blue) = 231+191+128=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BF80 is #18407F. Grayscale: #C4C4C4. Windows color (decimal): -1589376 or 8437735. OLE color: 8437735.

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

Color convert

RGB231191128-
CMYK00.170.450.09
HSL36.7º68.21%70.39%-
HSV(B)36.7º44.59%90.59%-
XYZ55.4855.8128.27-
YUV195.7889.75153.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42%
GREEN value IS 191 (75% from 255) = 34.73%
BLUE value IS 128 (50.39% from 255) = 23.27%
R=42%
G=34.73%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119112800.170.450.0936.768.2170.39
HexE7BF800112D9254446
Octal347277200021551145104106
Binary111001111011111110000000010001101101100110010110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BF80; }

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

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

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

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

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

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

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

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