#EBBC8D

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

Shades of Corvette #EBBC8D

Tints of Corvette #EBBC8D

Color information

#EBBC8D (or 0xEBBC8D) is unknown color: approx Corvette. HEX triplet: EB, BC and 8D. RGB value is (235,188,141). Sum of RGB (Red+Green+Blue) = 235+188+141=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBC8D is #144372. Grayscale: #C4C4C4. Windows color (decimal): -1327987 or 9288939. OLE color: 9288939.

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

Color convert

RGB235188141-
CMYK00.20.40.08
HSL30º70.15%73.73%-
HSV(B)30º40%92.16%-
XYZ57.0555.5532.91-
YUV196.796.57155.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.67%
GREEN value IS 188 (73.83% from 255) = 33.33%
BLUE value IS 141 (55.47% from 255) = 25%
R=41.67%
G=33.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518814100.20.40.083070.1573.73
HexEBBC8D0142881e464a
Octal353274215024501036106112
Binary11101011101111001000110101010010100010001111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBC8D; }

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

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

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

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

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

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

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

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