Color Hex Logo

#eb744a Color Hex

#EB744A
(235,116,74)
0 Favorites   0 Comments

Color spaces of #eb744a

RGB 23511674
HSL0.040.800.61
HSV16°69°92°
CMYK 0.000.510.69   0.08
XYZ41.742430.647410.1940
Yxy30.64740.50550.3711
Hunter Lab55.360137.711727.8344
CIE-Lab62.208842.950744.0277

#eb744a color RGB value is (235,116,74).

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

The process color (four color CMYK) of #eb744a color hex is 0.00, 0.51, 0.69, 0.08. Web safe color of #eb744a is #ff6633. Color #eb744a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110100 01001010
Octal 353 164 112
Decimal 235 116 74
Hex EB 74 4A

RGB Percentages of Color #eb744a

%55.29
%27.29
%17.41

CMYK Percentages of Color #eb744a

%0
%51
%69
%8

Triadic Colors of #eb744a

#eb744a #4aeb74 #744aeb

Analogous Colors of #eb744a

#eb744a #ebc54a #eb4a71

Monochromatic Colors of #eb744a

#eb744a

Complementary Color

#eb744a #4ac1eb

#eb744a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb744a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb744a Color CSS Codes

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

#eb744a Text Font Color

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

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


#eb744a Background Color

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

This div background color is #eb744a


#eb744a Border Color

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

This div border color is #eb744a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb744a


Comments

No comments written yet.

Please login to write comment.