#EBBC88

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

Shades of Corvette #EBBC88

Tints of Corvette #EBBC88

Color information

#EBBC88 (or 0xEBBC88) is unknown color: approx Corvette. HEX triplet: EB, BC and 88. RGB value is (235,188,136). Sum of RGB (Red+Green+Blue) = 235+188+136=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 136 (53.52% from 255 or 24.33% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBC88 is #144377. Grayscale: #C4C4C4. Windows color (decimal): -1327992 or 8961259. OLE color: 8961259.

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

Color convert

RGB235188136-
CMYK00.20.420.08
HSL31.52º71.22%72.75%-
HSV(B)31.52º42.13%92.16%-
XYZ56.6955.4131-
YUV196.1294.07155.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.04%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 136 (53.52% from 255) = 24.33%
R=42.04%
G=33.63%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518813600.20.420.0831.5271.2272.75
HexEBBC880142A8204749
Octal353274210024521040107111
Binary111010111011110010001000010100101010100010000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBC88; }

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

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

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

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

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

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

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

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