Color Hex Logo

#eb814e Color Hex

#EB814E
(235,129,78)
0 Favorites   0 Comments

Color spaces of #eb814e

RGB 23512978
HSL0.050.800.61
HSV19°67°92°
CMYK 0.000.450.67   0.08
XYZ43.486433.912711.4616
Yxy33.91270.48940.3816
Hunter Lab58.234631.383429.0949
CIE-Lab64.893236.601145.0378

#eb814e color RGB value is (235,129,78).

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

The process color (four color CMYK) of #eb814e color hex is 0.00, 0.45, 0.67, 0.08. Web safe color of #eb814e is #ff9966. Color #eb814e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000001 01001110
Octal 353 201 116
Decimal 235 129 78
Hex EB 81 4E

RGB Percentages of Color #eb814e

%53.17
%29.19
%17.65

CMYK Percentages of Color #eb814e

%0
%45
%67
%8

Triadic Colors of #eb814e

#eb814e #4eeb81 #814eeb

Analogous Colors of #eb814e

#eb814e #ebd04e #eb4e6a

Monochromatic Colors of #eb814e

#eb814e

Complementary Color

#eb814e #4eb8eb

#eb814e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb814e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb814e Color CSS Codes

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

#eb814e Text Font Color

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

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


#eb814e Background Color

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

This div background color is #eb814e


#eb814e Border Color

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

This div border color is #eb814e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb814e


Comments

No comments written yet.

Please login to write comment.