#EBB986

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

Shades of Corvette #EBB986

Tints of Corvette #EBB986

Color information

#EBB986 (or 0xEBB986) is unknown color: approx Corvette. HEX triplet: EB, B9 and 86. RGB value is (235,185,134). Sum of RGB (Red+Green+Blue) = 235+185+134=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB986 is #144679. Grayscale: #C2C2C2. Windows color (decimal): -1328762 or 8829419. OLE color: 8829419.

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

Color convert

RGB235185134-
CMYK00.210.430.08
HSL30.3º71.63%72.35%-
HSV(B)30.3º42.98%92.16%-
XYZ55.9154.0830.05-
YUV194.1494.06157.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 185 (72.66% from 255) = 33.39%
BLUE value IS 134 (52.73% from 255) = 24.19%
R=42.42%
G=33.39%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518513400.210.430.0830.371.6372.35
HexEBB9860152B81e4848
Octal353271206025531036110110
Binary11101011101110011000011001010110101110001111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB986; }

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

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

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

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

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

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

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

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