Color Hex Logo

#eb561c Color Hex

#EB561C
(235,86,28)
0 Favorites   0 Comments

Color spaces of #eb561c

RGB 2358628
HSL0.050.840.52
HSV17°88°92°
CMYK 0.000.630.88   0.08
XYZ37.798324.40163.8164
Yxy24.40160.57260.3696
Hunter Lab49.398050.138029.9979
CIE-Lab56.487755.242759.5260

#eb561c color RGB value is (235,86,28).

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

The process color (four color CMYK) of #eb561c color hex is 0.00, 0.63, 0.88, 0.08. Web safe color of #eb561c is #ff6633. Color #eb561c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010110 00011100
Octal 353 126 34
Decimal 235 86 28
Hex EB 56 1C

RGB Percentages of Color #eb561c

%67.34
%24.64
%8.02

CMYK Percentages of Color #eb561c

%0
%63
%88
%8

Triadic Colors of #eb561c

#eb561c #1ceb56 #561ceb

Analogous Colors of #eb561c

#eb561c #ebbe1c #eb1c49

Monochromatic Colors of #eb561c

#eb561c

Complementary Color

#eb561c #1cb1eb

#eb561c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb561c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb561c Color CSS Codes

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

#eb561c Text Font Color

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

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


#eb561c Background Color

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

This div background color is #eb561c


#eb561c Border Color

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

This div border color is #eb561c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb561c


Comments

No comments written yet.

Please login to write comment.