Color Hex Logo

#ecca40 Color Hex

#ECCA40
(236,202,64)
0 Favorites   0 Comments

Color spaces of #ecca40

RGB 23620264
HSL0.130.820.59
HSV48°73°93°
CMYK 0.000.140.73   0.07
XYZ56.638060.444113.5322
Yxy60.44410.43360.4628
Hunter Lab77.7458-6.017544.1022
CIE-Lab82.0790-2.001969.2935

#ecca40 color RGB value is (236,202,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001010 01000000
Octal 354 312 100
Decimal 236 202 64
Hex EC CA 40

RGB Percentages of Color #ecca40

%47.01
%40.24
%12.75

CMYK Percentages of Color #ecca40

%0
%14
%73
%7

Triadic Colors of #ecca40

#ecca40 #40ecca #ca40ec

Analogous Colors of #ecca40

#ecca40 #b8ec40 #ec7440

Monochromatic Colors of #ecca40

#ecca40

Complementary Color

#ecca40 #4062ec

#ecca40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecca40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecca40 Color CSS Codes

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

#ecca40 Text Font Color

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

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


#ecca40 Background Color

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

This div background color is #ecca40


#ecca40 Border Color

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

This div border color is #ecca40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecca40


Comments

No comments written yet.

Please login to write comment.