Color Hex Logo

#eb543c Color Hex

#EB543C
(235,84,60)
0 Favorites   0 Comments

Color spaces of #eb543c

RGB 2358460
HSL0.020.810.58
HSV74°92°
CMYK 0.000.640.74   0.08
XYZ38.246924.32916.9551
Yxy24.32910.55010.3499
Hunter Lab49.324552.093326.1669
CIE-Lab56.415857.001444.9062

#eb543c color RGB value is (235,84,60).

#eb543c hex color red value is 235, green value is 84 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #eb543c hue: 0.02 , saturation: 0.81 and the lightness value of eb543c is 0.58.

The process color (four color CMYK) of #eb543c color hex is 0.00, 0.64, 0.74, 0.08. Web safe color of #eb543c is #ff6633. Color #eb543c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010100 00111100
Octal 353 124 74
Decimal 235 84 60
Hex EB 54 3C

RGB Percentages of Color #eb543c

%62.01
%22.16
%15.83

CMYK Percentages of Color #eb543c

%0
%64
%74
%8

Triadic Colors of #eb543c

#eb543c #3ceb54 #543ceb

Analogous Colors of #eb543c

#eb543c #ebac3c #eb3c7c

Monochromatic Colors of #eb543c

#eb543c

Complementary Color

#eb543c #3cd3eb

#eb543c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb543c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb543c Color CSS Codes

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

#eb543c Text Font Color

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

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


#eb543c Background Color

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

This div background color is #eb543c


#eb543c Border Color

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

This div border color is #eb543c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb543c


Comments

No comments written yet.

Please login to write comment.