Color Hex Logo

#eb841c Color Hex

#EB841C
(235,132,28)
0 Favorites   0 Comments

Color spaces of #eb841c

RGB 23513228
HSL0.080.840.52
HSV30°88°92°
CMYK 0.000.440.88   0.08
XYZ42.721834.24855.4576
Yxy34.24850.51830.4155
Hunter Lab58.522227.892935.4364
CIE-Lab65.159333.182666.1886

#eb841c color RGB value is (235,132,28).

#eb841c hex color red value is 235, green value is 132 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #eb841c hue: 0.08 , saturation: 0.84 and the lightness value of eb841c is 0.52.

The process color (four color CMYK) of #eb841c color hex is 0.00, 0.44, 0.88, 0.08. Web safe color of #eb841c is #ff9933. Color #eb841c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000100 00011100
Octal 353 204 34
Decimal 235 132 28
Hex EB 84 1C

RGB Percentages of Color #eb841c

%59.49
%33.42
%7.09

CMYK Percentages of Color #eb841c

%0
%44
%88
%8

Triadic Colors of #eb841c

#eb841c #1ceb84 #841ceb

Analogous Colors of #eb841c

#eb841c #ebeb1c #eb1d1c

Monochromatic Colors of #eb841c

#eb841c

Complementary Color

#eb841c #1c83eb

#eb841c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb841c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb841c Color CSS Codes

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

#eb841c Text Font Color

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

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


#eb841c Background Color

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

This div background color is #eb841c


#eb841c Border Color

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

This div border color is #eb841c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb841c


Comments

No comments written yet.

Please login to write comment.