Color Hex Logo

#eb912c Color Hex

#EB912C
(235,145,44)
0 Favorites   0 Comments

Color spaces of #eb912c

RGB 23514544
HSL0.090.830.55
HSV32°81°92°
CMYK 0.000.380.81   0.08
XYZ44.841038.09487.3725
Yxy38.09480.49650.4218
Hunter Lab61.721021.670636.1226
CIE-Lab68.090426.779663.4665

#eb912c color RGB value is (235,145,44).

#eb912c hex color red value is 235, green value is 145 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #eb912c hue: 0.09 , saturation: 0.83 and the lightness value of eb912c is 0.55.

The process color (four color CMYK) of #eb912c color hex is 0.00, 0.38, 0.81, 0.08. Web safe color of #eb912c is #ff9933. Color #eb912c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010001 00101100
Octal 353 221 54
Decimal 235 145 44
Hex EB 91 2C

RGB Percentages of Color #eb912c

%55.42
%34.20
%10.38

CMYK Percentages of Color #eb912c

%0
%38
%81
%8

Triadic Colors of #eb912c

#eb912c #2ceb91 #912ceb

Analogous Colors of #eb912c

#eb912c #e6eb2c #eb312c

Monochromatic Colors of #eb912c

#eb912c

Complementary Color

#eb912c #2c86eb

#eb912c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb912c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb912c Color CSS Codes

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

#eb912c Text Font Color

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

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


#eb912c Background Color

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

This div background color is #eb912c


#eb912c Border Color

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

This div border color is #eb912c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb912c


Comments

No comments written yet.

Please login to write comment.