Color Hex Logo

#eca34b Color Hex

#ECA34B
(236,163,75)
0 Favorites   0 Comments

Color spaces of #eca34b

RGB 23616375
HSL0.090.810.61
HSV33°68°93°
CMYK 0.000.310.68   0.07
XYZ48.959344.535312.6723
Yxy44.53530.46120.4195
Hunter Lab66.734814.168935.4557
CIE-Lab72.584818.976055.0849

#eca34b color RGB value is (236,163,75).

#eca34b hex color red value is 236, green value is 163 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #eca34b hue: 0.09 , saturation: 0.81 and the lightness value of eca34b is 0.61.

The process color (four color CMYK) of #eca34b color hex is 0.00, 0.31, 0.68, 0.07. Web safe color of #eca34b is #ff9933. Color #eca34b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100011 01001011
Octal 354 243 113
Decimal 236 163 75
Hex EC A3 4B

RGB Percentages of Color #eca34b

%49.79
%34.39
%15.82

CMYK Percentages of Color #eca34b

%0
%31
%68
%7

Triadic Colors of #eca34b

#eca34b #4beca3 #a34bec

Analogous Colors of #eca34b

#eca34b #e5ec4b #ec534b

Monochromatic Colors of #eca34b

#eca34b

Complementary Color

#eca34b #4b94ec

#eca34b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca34b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca34b Color CSS Codes

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

#eca34b Text Font Color

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

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


#eca34b Background Color

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

This div background color is #eca34b


#eca34b Border Color

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

This div border color is #eca34b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,163,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eca34b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eca34b;
  -webkit-box-shadow: 1px 1px 3px 2px #eca34b;
  box-shadow:         1px 1px 3px 2px #eca34b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,163,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca34b


Comments

No comments written yet.

Please login to write comment.