Color Hex Logo

#eb9414 Color Hex

#EB9414
(235,148,20)
1 Favorites   0 Comments

Color spaces of #eb9414

RGB 23514820
HSL0.100.840.50
HSV36°91°92°
CMYK 0.000.370.91   0.08
XYZ44.977138.89255.7983
Yxy38.89250.50160.4337
Hunter Lab62.363919.598338.1422
CIE-Lab68.673324.660570.7436

#eb9414 color RGB value is (235,148,20).

#eb9414 hex color red value is 235, green value is 148 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #eb9414 hue: 0.10 , saturation: 0.84 and the lightness value of eb9414 is 0.50.

The process color (four color CMYK) of #eb9414 color hex is 0.00, 0.37, 0.91, 0.08. Web safe color of #eb9414 is #ff9900. Color #eb9414 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010100 00010100
Octal 353 224 24
Decimal 235 148 20
Hex EB 94 14

RGB Percentages of Color #eb9414

%58.31
%36.72
%4.96

CMYK Percentages of Color #eb9414

%0
%37
%91
%8

Triadic Colors of #eb9414

#eb9414 #14eb94 #9414eb

Analogous Colors of #eb9414

#eb9414 #d7eb14 #eb2914

Monochromatic Colors of #eb9414

#eb9414

Complementary Color

#eb9414 #146beb

#eb9414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9414 Color CSS Codes

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

#eb9414 Text Font Color

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

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


#eb9414 Background Color

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

This div background color is #eb9414


#eb9414 Border Color

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

This div border color is #eb9414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9414

#eb9414 Color Palettes


Comments

No comments written yet.

Please login to write comment.