#EBBA8B

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

Shades of Corvette #EBBA8B

Tints of Corvette #EBBA8B

Color information

#EBBA8B (or 0xEBBA8B) is unknown color: approx Corvette. HEX triplet: EB, BA and 8B. RGB value is (235,186,139). Sum of RGB (Red+Green+Blue) = 235+186+139=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBA8B is #144574. Grayscale: #C3C3C3. Windows color (decimal): -1328501 or 9157355. OLE color: 9157355.

HSL color Cylindrical-coordinate representation of color #EBBA8B: hue angle of 29.38º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EBBA8B is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB235186139-
CMYK00.210.410.08
HSL29.38º70.59%73.33%-
HSV(B)29.38º40.85%92.16%-
XYZ56.4854.6432-
YUV195.2996.23156.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.96%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 139 (54.69% from 255) = 24.82%
R=41.96%
G=33.21%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518613900.210.410.0829.3870.5973.33
HexEBBA8B0152981d4749
Octal353272213025511035107111
Binary11101011101110101000101101010110100110001110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBA8B; }

 p { color: rgb(235,186,139); }

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

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

 a { background-color: rgb(235,186,139); }

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

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

 span { border-color: rgb(235,186,139); }

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