#EBBC86

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

Shades of Corvette #EBBC86

Tints of Corvette #EBBC86

Color information

#EBBC86 (or 0xEBBC86) is unknown color: approx Corvette. HEX triplet: EB, BC and 86. RGB value is (235,188,134). Sum of RGB (Red+Green+Blue) = 235+188+134=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 134 (52.73% from 255 or 24.06% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBC86 is #144379. Grayscale: #C4C4C4. Windows color (decimal): -1327994 or 8830187. OLE color: 8830187.

HSL color Cylindrical-coordinate representation of color #EBBC86: hue angle of 32.08º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBBC86 is Cyan = 0, Magento = 0.2, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB235188134-
CMYK00.20.430.08
HSL32.08º71.63%72.35%-
HSV(B)32.08º42.98%92.16%-
XYZ56.5555.3530.26-
YUV195.993.07155.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.19%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 134 (52.73% from 255) = 24.06%
R=42.19%
G=33.75%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518813400.20.430.0832.0871.6372.35
HexEBBC860142B8204848
Octal353274206024531040110110
Binary111010111011110010000110010100101011100010000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBC86; }

 p { color: rgb(235,188,134); }

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

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

 a { background-color: rgb(235,188,134); }

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

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

 span { border-color: rgb(235,188,134); }

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