Color Hex Logo

#ea883a Color Hex

#EA883A
(234,136,58)
0 Favorites   0 Comments

Color spaces of #ea883a

RGB 23413658
HSL0.070.810.57
HSV27°75°92°
CMYK 0.000.420.75   0.08
XYZ43.499635.40628.5444
Yxy35.40620.49740.4049
Hunter Lab59.503126.361533.1384
CIE-Lab66.063731.594855.8635

#ea883a color RGB value is (234,136,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001000 00111010
Octal 352 210 72
Decimal 234 136 58
Hex EA 88 3A

RGB Percentages of Color #ea883a

%54.67
%31.78
%13.55

CMYK Percentages of Color #ea883a

%0
%42
%75
%8

Triadic Colors of #ea883a

#ea883a #3aea88 #883aea

Analogous Colors of #ea883a

#ea883a #eae03a #ea3a44

Monochromatic Colors of #ea883a

#ea883a

Complementary Color

#ea883a #3a9cea

#ea883a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea883a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea883a Color CSS Codes

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

#ea883a Text Font Color

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

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


#ea883a Background Color

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

This div background color is #ea883a


#ea883a Border Color

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

This div border color is #ea883a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,136,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 #ea883a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea883a


Comments

No comments written yet.

Please login to write comment.