#EBBE85

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

Shades of Corvette #EBBE85

Tints of Corvette #EBBE85

Color information

#EBBE85 (or 0xEBBE85) is unknown color: approx Corvette. HEX triplet: EB, BE and 85. RGB value is (235,190,133). Sum of RGB (Red+Green+Blue) = 235+190+133=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBE85 is #14417A. Grayscale: #C5C5C5. Windows color (decimal): -1327483 or 8765163. OLE color: 8765163.

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

Color convert

RGB235190133-
CMYK00.190.430.08
HSL33.53º71.83%72.16%-
HSV(B)33.53º43.4%92.16%-
XYZ56.9156.1830.04-
YUV196.9691.91155.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 190 (74.61% from 255) = 34.05%
BLUE value IS 133 (52.34% from 255) = 23.84%
R=42.11%
G=34.05%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519013300.190.430.0833.5371.8372.16
HexEBBE850132B8224848
Octal353276205023531042110110
Binary111010111011111010000101010011101011100010001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBE85; }

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

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

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

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

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

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

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

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