#E6B586

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

Shades of Corvette #E6B586

Tints of Corvette #E6B586

Color information

#E6B586 (or 0xE6B586) is unknown color: approx Corvette. HEX triplet: E6, B5 and 86. RGB value is (230,181,134). Sum of RGB (Red+Green+Blue) = 230+181+134=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B586 is #194A79. Grayscale: #BEBEBE. Windows color (decimal): -1657466 or 8828390. OLE color: 8828390.

HSL color Cylindrical-coordinate representation of color #E6B586: hue angle of 29.38º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E6B586 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB230181134-
CMYK00.210.420.10
HSL29.38º65.75%71.37%-
HSV(B)29.38º41.74%90.2%-
XYZ53.4651.5929.69-
YUV190.2996.23156.32-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.20%
GREEN value IS 181 (71.09% from 255) = 33.21%
BLUE value IS 134 (52.73% from 255) = 24.59%
R=42.20%
G=33.21%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018113400.210.420.1029.3865.7571.37
HexE6B5860152AA1d4247
Octal346265206025521235102107
Binary11100110101101011000011001010110101010101110110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B586; }

 p { color: rgb(230,181,134); }

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

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

 a { background-color: rgb(230,181,134); }

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

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

 span { border-color: rgb(230,181,134); }

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