Color Hex Logo

#eb884a Color Hex

#EB884A
(235,136,74)
0 Favorites   0 Comments

Color spaces of #eb884a

RGB 23513674
HSL0.060.800.61
HSV23°69°92°
CMYK 0.000.420.69   0.08
XYZ44.301135.764911.0470
Yxy35.76490.48620.3925
Hunter Lab59.803827.571730.9105
CIE-Lab66.339932.756548.6847

#eb884a color RGB value is (235,136,74).

#eb884a hex color red value is 235, green value is 136 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #eb884a hue: 0.06 , saturation: 0.80 and the lightness value of eb884a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001000 01001010
Octal 353 210 112
Decimal 235 136 74
Hex EB 88 4A

RGB Percentages of Color #eb884a

%52.81
%30.56
%16.63

CMYK Percentages of Color #eb884a

%0
%42
%69
%8

Triadic Colors of #eb884a

#eb884a #4aeb88 #884aeb

Analogous Colors of #eb884a

#eb884a #ebd94a #eb4a5c

Monochromatic Colors of #eb884a

#eb884a

Complementary Color

#eb884a #4aadeb

#eb884a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb884a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb884a Color CSS Codes

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

#eb884a Text Font Color

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

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


#eb884a Background Color

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

This div background color is #eb884a


#eb884a Border Color

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

This div border color is #eb884a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb884a


Comments

No comments written yet.

Please login to write comment.