#E9BA85

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

Shades of Corvette #E9BA85

Tints of Corvette #E9BA85

Color information

#E9BA85 (or 0xE9BA85) is unknown color: approx Corvette. HEX triplet: E9, BA and 85. RGB value is (233,186,133). Sum of RGB (Red+Green+Blue) = 233+186+133=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BA85 is #16457A. Grayscale: #C2C2C2. Windows color (decimal): -1459579 or 8764137. OLE color: 8764137.

HSL color Cylindrical-coordinate representation of color #E9BA85: hue angle of 31.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E9BA85 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB233186133-
CMYK00.200.430.09
HSL31.8º69.44%71.76%-
HSV(B)31.8º42.92%91.37%-
XYZ55.454.1329.72-
YUV194.0193.57155.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.21%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 133 (52.34% from 255) = 24.09%
R=42.21%
G=33.70%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318613300.200.430.0931.869.4471.76
HexE9BA850142B9204548
Octal351272205024531140105110
Binary111010011011101010000101010100101011100110000010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BA85; }

 p { color: rgb(233,186,133); }

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

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

 a { background-color: rgb(233,186,133); }

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

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

 span { border-color: rgb(233,186,133); }

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