#EBBD87

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

Shades of Corvette #EBBD87

Tints of Corvette #EBBD87

Color information

#EBBD87 (or 0xEBBD87) is unknown color: approx Corvette. HEX triplet: EB, BD and 87. RGB value is (235,189,135). Sum of RGB (Red+Green+Blue) = 235+189+135=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 135 (53.12% from 255 or 24.15% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBD87 is #144278. Grayscale: #C4C4C4. Windows color (decimal): -1327737 or 8895979. OLE color: 8895979.

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

Color convert

RGB235189135-
CMYK00.200.430.08
HSL32.4º71.43%72.55%-
HSV(B)32.4º42.55%92.16%-
XYZ56.8355.8130.7-
YUV196.693.24155.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.04%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 135 (53.12% from 255) = 24.15%
R=42.04%
G=33.81%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518913500.200.430.0832.471.4372.55
HexEBBD870142B8204749
Octal353275207024531040107111
Binary111010111011110110000111010100101011100010000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBD87; }

 p { color: rgb(235,189,135); }

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

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

 a { background-color: rgb(235,189,135); }

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

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

 span { border-color: rgb(235,189,135); }

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