Color Hex Logo

#eca02f Color Hex

#ECA02F
(236,160,47)
0 Favorites   0 Comments

Color spaces of #eca02f

RGB 23616047
HSL0.100.830.55
HSV36°80°93°
CMYK 0.000.320.80   0.07
XYZ47.676043.17978.5110
Yxy43.17970.47980.4345
Hunter Lab65.711314.513838.3186
CIE-Lab71.676819.357265.6529

#eca02f color RGB value is (236,160,47).

#eca02f hex color red value is 236, green value is 160 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #eca02f hue: 0.10 , saturation: 0.83 and the lightness value of eca02f is 0.55.

The process color (four color CMYK) of #eca02f color hex is 0.00, 0.32, 0.80, 0.07. Web safe color of #eca02f is #ff9933. Color #eca02f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100000 00101111
Octal 354 240 57
Decimal 236 160 47
Hex EC A0 2F

RGB Percentages of Color #eca02f

%53.27
%36.12
%10.61

CMYK Percentages of Color #eca02f

%0
%32
%80
%7

Triadic Colors of #eca02f

#eca02f #2feca0 #a02fec

Analogous Colors of #eca02f

#eca02f #daec2f #ec422f

Monochromatic Colors of #eca02f

#eca02f

Complementary Color

#eca02f #2f7bec

#eca02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca02f Color CSS Codes

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

#eca02f Text Font Color

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

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


#eca02f Background Color

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

This div background color is #eca02f


#eca02f Border Color

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

This div border color is #eca02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca02f


Comments

No comments written yet.

Please login to write comment.