#E7BD8B

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

Shades of Corvette #E7BD8B

Tints of Corvette #E7BD8B

Color information

#E7BD8B (or 0xE7BD8B) is unknown color: approx Corvette. HEX triplet: E7, BD and 8B. RGB value is (231,189,139). Sum of RGB (Red+Green+Blue) = 231+189+139=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BD8B is #184274. Grayscale: #C4C4C4. Windows color (decimal): -1589877 or 9158119. OLE color: 9158119.

HSL color Cylindrical-coordinate representation of color #E7BD8B: hue angle of 32.61º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7BD8B is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB231189139-
CMYK00.180.400.09
HSL32.61º65.71%72.55%-
HSV(B)32.61º39.83%90.59%-
XYZ55.8155.2532.15-
YUV195.8695.91153.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.32%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 139 (54.69% from 255) = 24.87%
R=41.32%
G=33.81%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118913900.180.400.0932.6165.7172.55
HexE7BD8B012289214249
Octal347275213022501141102111
Binary111001111011110110001011010010101000100110000110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BD8B; }

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

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

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

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

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

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

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

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