#EBB685

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

Shades of Corvette #EBB685

Tints of Corvette #EBB685

Color information

#EBB685 (or 0xEBB685) is unknown color: approx Corvette. HEX triplet: EB, B6 and 85. RGB value is (235,182,133). Sum of RGB (Red+Green+Blue) = 235+182+133=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 182 (71.48% from 255 or 33.09% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB685 is #14497A. Grayscale: #C0C0C0. Windows color (decimal): -1329531 or 8763115. OLE color: 8763115.

HSL color Cylindrical-coordinate representation of color #EBB685: hue angle of 28.82º 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 #EBB685 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB235182133-
CMYK00.230.430.08
HSL28.82º71.83%72.16%-
HSV(B)28.82º43.4%92.16%-
XYZ55.2252.8129.47-
YUV192.2694.56158.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.73%
GREEN value IS 182 (71.48% from 255) = 33.09%
BLUE value IS 133 (52.34% from 255) = 24.18%
R=42.73%
G=33.09%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518213300.230.430.0828.8271.8372.16
HexEBB6850172B81d4848
Octal353266205027531035110110
Binary11101011101101101000010101011110101110001110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB685; }

 p { color: rgb(235,182,133); }

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

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

 a { background-color: rgb(235,182,133); }

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

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

 span { border-color: rgb(235,182,133); }

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