Color Hex Logo

#eb894a Color Hex

#EB894A
(235,137,74)
0 Favorites   0 Comments

Color spaces of #eb894a

RGB 23513774
HSL0.070.800.61
HSV23°69°92°
CMYK 0.000.420.69   0.08
XYZ44.442636.047911.0941
Yxy36.04790.48530.3936
Hunter Lab60.039927.059031.0724
CIE-Lab66.556532.235248.9258

#eb894a color RGB value is (235,137,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001001 01001010
Octal 353 211 112
Decimal 235 137 74
Hex EB 89 4A

RGB Percentages of Color #eb894a

%52.69
%30.72
%16.59

CMYK Percentages of Color #eb894a

%0
%42
%69
%8

Triadic Colors of #eb894a

#eb894a #4aeb89 #894aeb

Analogous Colors of #eb894a

#eb894a #ebda4a #eb4a5c

Monochromatic Colors of #eb894a

#eb894a

Complementary Color

#eb894a #4aaceb

#eb894a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb894a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb894a Color CSS Codes

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

#eb894a Text Font Color

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

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


#eb894a Background Color

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

This div background color is #eb894a


#eb894a Border Color

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

This div border color is #eb894a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb894a


Comments

No comments written yet.

Please login to write comment.