Color Hex Logo

#ea993b Color Hex

#EA993B
(234,153,59)
0 Favorites   0 Comments

Color spaces of #ea993b

RGB 23415359
HSL0.090.810.57
HSV32°75°92°
CMYK 0.000.350.75   0.08
XYZ46.112340.59079.5421
Yxy40.59070.47910.4217
Hunter Lab63.710817.699935.7176
CIE-Lab69.888222.674859.2466

#ea993b color RGB value is (234,153,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011001 00111011
Octal 352 231 73
Decimal 234 153 59
Hex EA 99 3B

RGB Percentages of Color #ea993b

%52.47
%34.30
%13.23

CMYK Percentages of Color #ea993b

%0
%35
%75
%8

Triadic Colors of #ea993b

#ea993b #3bea99 #993bea

Analogous Colors of #ea993b

#ea993b #e4ea3b #ea423b

Monochromatic Colors of #ea993b

#ea993b

Complementary Color

#ea993b #3b8cea

#ea993b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea993b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea993b Color CSS Codes

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

#ea993b Text Font Color

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

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


#ea993b Background Color

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

This div background color is #ea993b


#ea993b Border Color

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

This div border color is #ea993b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea993b


Comments

No comments written yet.

Please login to write comment.