Color Hex Logo

#eb993e Color Hex

#EB993E
(235,153,62)
0 Favorites   0 Comments

Color spaces of #eb993e

RGB 23515362
HSL0.090.810.58
HSV32°74°92°
CMYK 0.000.350.74   0.08
XYZ46.521740.79249.9792
Yxy40.79240.47820.4193
Hunter Lab63.868918.247635.4445
CIE-Lab70.030223.221958.1553

#eb993e color RGB value is (235,153,62).

#eb993e hex color red value is 235, green value is 153 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #eb993e hue: 0.09 , saturation: 0.81 and the lightness value of eb993e is 0.58.

The process color (four color CMYK) of #eb993e color hex is 0.00, 0.35, 0.74, 0.08. Web safe color of #eb993e is #ff9933. Color #eb993e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011001 00111110
Octal 353 231 76
Decimal 235 153 62
Hex EB 99 3E

RGB Percentages of Color #eb993e

%52.22
%34.00
%13.78

CMYK Percentages of Color #eb993e

%0
%35
%74
%8

Triadic Colors of #eb993e

#eb993e #3eeb99 #993eeb

Analogous Colors of #eb993e

#eb993e #e7eb3e #eb433e

Monochromatic Colors of #eb993e

#eb993e

Complementary Color

#eb993e #3e90eb

#eb993e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb993e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb993e Color CSS Codes

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

#eb993e Text Font Color

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

This sample text font color is #eb993e
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.


#eb993e Background Color

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

This div background color is #eb993e


#eb993e Border Color

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

This div border color is #eb993e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb993e


Comments

No comments written yet.

Please login to write comment.