Color Hex Logo

#ea993a Color Hex

#EA993A
(234,153,58)
0 Favorites   0 Comments

Color spaces of #ea993a

RGB 23415358
HSL0.090.810.57
HSV32°75°92°
CMYK 0.000.350.75   0.08
XYZ46.086640.58049.4068
Yxy40.58040.47970.4224
Hunter Lab63.702717.658435.8367
CIE-Lab69.880922.633259.6560

#ea993a color RGB value is (234,153,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011001 00111010
Octal 352 231 72
Decimal 234 153 58
Hex EA 99 3A

RGB Percentages of Color #ea993a

%52.58
%34.38
%13.03

CMYK Percentages of Color #ea993a

%0
%35
%75
%8

Triadic Colors of #ea993a

#ea993a #3aea99 #993aea

Analogous Colors of #ea993a

#ea993a #e3ea3a #ea413a

Monochromatic Colors of #ea993a

#ea993a

Complementary Color

#ea993a #3a8bea

#ea993a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea993a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea993a Color CSS Codes

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

#ea993a Text Font Color

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

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


#ea993a Background Color

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

This div background color is #ea993a


#ea993a Border Color

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

This div border color is #ea993a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea993a


Comments

No comments written yet.

Please login to write comment.