#EBBD86

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

Shades of Corvette #EBBD86

Tints of Corvette #EBBD86

Color information

#EBBD86 (or 0xEBBD86) is unknown color: approx Corvette. HEX triplet: EB, BD and 86. RGB value is (235,189,134). Sum of RGB (Red+Green+Blue) = 235+189+134=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 134 (52.73% from 255 or 24.01% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBD86 is #144279. Grayscale: #C4C4C4. Windows color (decimal): -1327738 or 8830443. OLE color: 8830443.

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

Color convert

RGB235189134-
CMYK00.200.430.08
HSL32.67º71.63%72.35%-
HSV(B)32.67º42.98%92.16%-
XYZ56.7655.7830.33-
YUV196.4892.74155.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 189 (74.22% from 255) = 33.87%
BLUE value IS 134 (52.73% from 255) = 24.01%
R=42.11%
G=33.87%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518913400.200.430.0832.6771.6372.35
HexEBBD860142B8214848
Octal353275206024531041110110
Binary111010111011110110000110010100101011100010000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBD86; }

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

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

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

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

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

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

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

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