Color Hex Logo

#eb774a Color Hex

#EB774A
(235,119,74)
0 Favorites   0 Comments

Color spaces of #eb774a

RGB 23511974
HSL0.050.800.61
HSV17°69°92°
CMYK 0.000.490.69   0.08
XYZ42.093831.350210.3112
Yxy31.35020.50260.3743
Hunter Lab55.991236.210328.2752
CIE-Lab62.802241.456944.7040

#eb774a color RGB value is (235,119,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110111 01001010
Octal 353 167 112
Decimal 235 119 74
Hex EB 77 4A

RGB Percentages of Color #eb774a

%54.91
%27.80
%17.29

CMYK Percentages of Color #eb774a

%0
%49
%69
%8

Triadic Colors of #eb774a

#eb774a #4aeb77 #774aeb

Analogous Colors of #eb774a

#eb774a #ebc84a #eb4a6e

Monochromatic Colors of #eb774a

#eb774a

Complementary Color

#eb774a #4abeeb

#eb774a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb774a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb774a Color CSS Codes

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

#eb774a Text Font Color

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

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


#eb774a Background Color

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

This div background color is #eb774a


#eb774a Border Color

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

This div border color is #eb774a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb774a


Comments

No comments written yet.

Please login to write comment.