Color Hex Logo

#eb915e Color Hex

#EB915E
(235,145,94)
0 Favorites   0 Comments

Color spaces of #eb915e

RGB 23514594
HSL0.060.780.65
HSV22°60°92°
CMYK 0.000.380.60   0.08
XYZ46.406738.721115.6177
Yxy38.72110.46060.3843
Hunter Lab62.226324.224528.6777
CIE-Lab68.548829.282641.0812

#eb915e color RGB value is (235,145,94).

#eb915e hex color red value is 235, green value is 145 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #eb915e hue: 0.06 , saturation: 0.78 and the lightness value of eb915e is 0.65.

The process color (four color CMYK) of #eb915e color hex is 0.00, 0.38, 0.60, 0.08. Web safe color of #eb915e is #ff9966. Color #eb915e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010001 01011110
Octal 353 221 136
Decimal 235 145 94
Hex EB 91 5E

RGB Percentages of Color #eb915e

%49.58
%30.59
%19.83

CMYK Percentages of Color #eb915e

%0
%38
%60
%8

Triadic Colors of #eb915e

#eb915e #5eeb91 #915eeb

Analogous Colors of #eb915e

#eb915e #ebd85e #eb5e72

Monochromatic Colors of #eb915e

#eb915e

Complementary Color

#eb915e #5eb8eb

#eb915e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb915e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb915e Color CSS Codes

.mybgcolor {background-color:#eb915e; } 
.myforecolor {color:#eb915e; }
.mybordercolor {border:3px solid #eb915e; }

#eb915e Text Font Color

<p style="color:#eb915e">Text here</p>

This sample text font color is #eb915e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#eb915e Background Color

<div style="background-color:#eb915e">
Div content here</div>

This div background color is #eb915e


#eb915e Border Color

<div style="border:3px solid #eb915e">
Div here</div>

This div border color is #eb915e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,145,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eb915e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eb915e;
  -webkit-box-shadow: 1px 1px 3px 2px #eb915e;
  box-shadow:         1px 1px 3px 2px #eb915e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,145,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eb915e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #eb915e;
  -webkit-box-shadow: 1px 1px 3px 2px #eb915e;
  box-shadow:         1px 1px 3px 2px #eb915e;">
Div content here</div>

This div box has shadow with color #eb915e


Comments

No comments written yet.

Please login to write comment.