Color Hex Logo

#ea985b Color Hex

#EA985B
(234,152,91)
0 Favorites   0 Comments

Color spaces of #ea985b

RGB 23415291
HSL0.070.770.64
HSV26°61°92°
CMYK 0.000.350.61   0.08
XYZ47.048240.704215.2745
Yxy40.70420.45670.3951
Hunter Lab63.799819.982330.4651
CIE-Lab69.968224.970344.3010

#ea985b color RGB value is (234,152,91).

#ea985b hex color red value is 234, green value is 152 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ea985b hue: 0.07 , saturation: 0.77 and the lightness value of ea985b is 0.64.

The process color (four color CMYK) of #ea985b color hex is 0.00, 0.35, 0.61, 0.08. Web safe color of #ea985b is #ff9966. Color #ea985b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011000 01011011
Octal 352 230 133
Decimal 234 152 91
Hex EA 98 5B

RGB Percentages of Color #ea985b

%49.06
%31.87
%19.08

CMYK Percentages of Color #ea985b

%0
%35
%61
%8

Triadic Colors of #ea985b

#ea985b #5bea98 #985bea

Analogous Colors of #ea985b

#ea985b #eae05b #ea5b66

Monochromatic Colors of #ea985b

#ea985b

Complementary Color

#ea985b #5badea

#ea985b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea985b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea985b Color CSS Codes

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

#ea985b Text Font Color

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

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


#ea985b Background Color

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

This div background color is #ea985b


#ea985b Border Color

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

This div border color is #ea985b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea985b


Comments

No comments written yet.

Please login to write comment.