Color Hex Logo

#eb854a Color Hex

#EB854A
(235,133,74)
0 Favorites   0 Comments

Color spaces of #eb854a

RGB 23513374
HSL0.060.800.61
HSV22°69°92°
CMYK 0.000.430.69   0.08
XYZ43.884534.931610.9081
Yxy34.93160.48910.3893
Hunter Lab59.103029.107730.4295
CIE-Lab65.695434.315647.9661

#eb854a color RGB value is (235,133,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000101 01001010
Octal 353 205 112
Decimal 235 133 74
Hex EB 85 4A

RGB Percentages of Color #eb854a

%53.17
%30.09
%16.74

CMYK Percentages of Color #eb854a

%0
%43
%69
%8

Triadic Colors of #eb854a

#eb854a #4aeb85 #854aeb

Analogous Colors of #eb854a

#eb854a #ebd64a #eb4a5f

Monochromatic Colors of #eb854a

#eb854a

Complementary Color

#eb854a #4ab0eb

#eb854a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb854a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb854a Color CSS Codes

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

#eb854a Text Font Color

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

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


#eb854a Background Color

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

This div background color is #eb854a


#eb854a Border Color

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

This div border color is #eb854a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb854a


Comments

No comments written yet.

Please login to write comment.