Color Hex Logo

#ecb740 Color Hex

#ECB740
(236,183,64)
0 Favorites   0 Comments

Color spaces of #ecb740

RGB 23618364
HSL0.120.820.59
HSV42°73°93°
CMYK 0.000.220.73   0.07
XYZ52.451052.070012.1365
Yxy52.07000.44960.4463
Hunter Lab72.15953.468140.5397
CIE-Lab77.32277.864764.6496

#ecb740 color RGB value is (236,183,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110111 01000000
Octal 354 267 100
Decimal 236 183 64
Hex EC B7 40

RGB Percentages of Color #ecb740

%48.86
%37.89
%13.25

CMYK Percentages of Color #ecb740

%0
%22
%73
%7

Triadic Colors of #ecb740

#ecb740 #40ecb7 #b740ec

Analogous Colors of #ecb740

#ecb740 #cbec40 #ec6140

Monochromatic Colors of #ecb740

#ecb740

Complementary Color

#ecb740 #4075ec

#ecb740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb740 Color CSS Codes

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

#ecb740 Text Font Color

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

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


#ecb740 Background Color

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

This div background color is #ecb740


#ecb740 Border Color

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

This div border color is #ecb740


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,183,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 #ecb740">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb740


Comments

No comments written yet.

Please login to write comment.