#E7BD85

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

Shades of Corvette #E7BD85

Tints of Corvette #E7BD85

Color information

#E7BD85 (or 0xE7BD85) is unknown color: approx Corvette. HEX triplet: E7, BD and 85. RGB value is (231,189,133). Sum of RGB (Red+Green+Blue) = 231+189+133=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BD85 is #18427A. Grayscale: #C3C3C3. Windows color (decimal): -1589883 or 8764903. OLE color: 8764903.

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

Color convert

RGB231189133-
CMYK00.180.420.09
HSL34.29º67.12%71.37%-
HSV(B)34.29º42.42%90.59%-
XYZ55.3955.0829.9-
YUV195.1792.91153.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.77%
GREEN value IS 189 (74.22% from 255) = 34.18%
BLUE value IS 133 (52.34% from 255) = 24.05%
R=41.77%
G=34.18%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118913300.180.420.0934.2967.1271.37
HexE7BD850122A9224347
Octal347275205022521142103107
Binary111001111011110110000101010010101010100110001010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BD85; }

 p { color: rgb(231,189,133); }

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

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

 a { background-color: rgb(231,189,133); }

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

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

 span { border-color: rgb(231,189,133); }

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