#E8B986

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

Shades of Corvette #E8B986

Tints of Corvette #E8B986

Color information

#E8B986 (or 0xE8B986) is unknown color: approx Corvette. HEX triplet: E8, B9 and 86. RGB value is (232,185,134). Sum of RGB (Red+Green+Blue) = 232+185+134=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 134 (52.73% from 255 or 24.32% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8B986 is #174679. Grayscale: #C1C1C1. Windows color (decimal): -1525370 or 8829416. OLE color: 8829416.

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

Color convert

RGB232185134-
CMYK00.200.420.09
HSL31.22º68.06%71.76%-
HSV(B)31.22º42.24%90.98%-
XYZ54.9353.5730-
YUV193.2494.57155.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.11%
GREEN value IS 185 (72.66% from 255) = 33.58%
BLUE value IS 134 (52.73% from 255) = 24.32%
R=42.11%
G=33.58%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218513400.200.420.0931.2268.0671.76
HexE8B9860142A91f4448
Octal350271206024521137104110
Binary11101000101110011000011001010010101010011111110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B986; }

 p { color: rgb(232,185,134); }

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

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

 a { background-color: rgb(232,185,134); }

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

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

 span { border-color: rgb(232,185,134); }

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