#EBBE8D

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

Shades of Corvette #EBBE8D

Tints of Corvette #EBBE8D

Color information

#EBBE8D (or 0xEBBE8D) is unknown color: approx Corvette. HEX triplet: EB, BE and 8D. RGB value is (235,190,141). Sum of RGB (Red+Green+Blue) = 235+190+141=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBE8D is #144172. Grayscale: #C6C6C6. Windows color (decimal): -1327475 or 9289451. OLE color: 9289451.

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

Color convert

RGB235190141-
CMYK00.190.40.08
HSL31.28º70.15%73.73%-
HSV(B)31.28º40%92.16%-
XYZ57.4856.4133.06-
YUV197.8795.91154.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.52%
GREEN value IS 190 (74.61% from 255) = 33.57%
BLUE value IS 141 (55.47% from 255) = 24.91%
R=41.52%
G=33.57%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519014100.190.40.0831.2870.1573.73
HexEBBE8D0132881f464a
Octal353276215023501037106112
Binary11101011101111101000110101001110100010001111110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBE8D; }

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

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

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

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

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

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

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

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