Color Hex Logo

#ecca45 Color Hex

#ECCA45
(236,202,69)
0 Favorites   0 Comments

Color spaces of #ecca45

RGB 23620269
HSL0.130.810.60
HSV48°71°93°
CMYK 0.000.140.71   0.07
XYZ56.786860.503614.3156
Yxy60.50360.43150.4597
Hunter Lab77.7841-5.806943.5369
CIE-Lab82.1112-1.772567.4590

#ecca45 color RGB value is (236,202,69).

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

The process color (four color CMYK) of #ecca45 color hex is 0.00, 0.14, 0.71, 0.07. Web safe color of #ecca45 is #ffcc33. Color #ecca45 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001010 01000101
Octal 354 312 105
Decimal 236 202 69
Hex EC CA 45

RGB Percentages of Color #ecca45

%46.55
%39.84
%13.61

CMYK Percentages of Color #ecca45

%0
%14
%71
%7

Triadic Colors of #ecca45

#ecca45 #45ecca #ca45ec

Analogous Colors of #ecca45

#ecca45 #bbec45 #ec7745

Monochromatic Colors of #ecca45

#ecca45

Complementary Color

#ecca45 #4567ec

#ecca45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecca45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecca45 Color CSS Codes

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

#ecca45 Text Font Color

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

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


#ecca45 Background Color

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

This div background color is #ecca45


#ecca45 Border Color

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

This div border color is #ecca45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecca45


Comments

No comments written yet.

Please login to write comment.