Color Hex Logo

#ecca5f Color Hex

#ECCA5F
(236,202,95)
0 Favorites   0 Comments

Color spaces of #ecca5f

RGB 23620295
HSL0.130.790.65
HSV46°60°93°
CMYK 0.000.140.60   0.07
XYZ57.778260.900119.5361
Yxy60.90010.41800.4406
Hunter Lab78.0385-4.409539.7843
CIE-Lab82.3250-0.257756.7224

#ecca5f color RGB value is (236,202,95).

#ecca5f hex color red value is 236, green value is 202 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ecca5f hue: 0.13 , saturation: 0.79 and the lightness value of ecca5f is 0.65.

The process color (four color CMYK) of #ecca5f color hex is 0.00, 0.14, 0.60, 0.07. Web safe color of #ecca5f is #ffcc66. Color #ecca5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001010 01011111
Octal 354 312 137
Decimal 236 202 95
Hex EC CA 5F

RGB Percentages of Color #ecca5f

%44.28
%37.90
%17.82

CMYK Percentages of Color #ecca5f

%0
%14
%60
%7

Triadic Colors of #ecca5f

#ecca5f #5fecca #ca5fec

Analogous Colors of #ecca5f

#ecca5f #c8ec5f #ec845f

Monochromatic Colors of #ecca5f

#ecca5f

Complementary Color

#ecca5f #5f81ec

#ecca5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecca5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecca5f Color CSS Codes

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

#ecca5f Text Font Color

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

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


#ecca5f Background Color

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

This div background color is #ecca5f


#ecca5f Border Color

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

This div border color is #ecca5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecca5f


Comments

No comments written yet.

Please login to write comment.