Color Hex Logo

#ecb614 Color Hex

#ECB614
(236,182,20)
0 Favorites   0 Comments

Color spaces of #ecb614

RGB 23618220
HSL0.130.850.50
HSV45°92°93°
CMYK 0.000.230.92   0.07
XYZ51.446351.33937.8598
Yxy51.33930.46500.4640
Hunter Lab71.65142.774443.6522
CIE-Lab76.88417.119776.8701

#ecb614 color RGB value is (236,182,20).

#ecb614 hex color red value is 236, green value is 182 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ecb614 hue: 0.13 , saturation: 0.85 and the lightness value of ecb614 is 0.50.

The process color (four color CMYK) of #ecb614 color hex is 0.00, 0.23, 0.92, 0.07. Web safe color of #ecb614 is #ffcc00. Color #ecb614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110110 00010100
Octal 354 266 24
Decimal 236 182 20
Hex EC B6 14

RGB Percentages of Color #ecb614

%53.88
%41.55
%4.57

CMYK Percentages of Color #ecb614

%0
%23
%92
%7

Triadic Colors of #ecb614

#ecb614 #14ecb6 #b614ec

Analogous Colors of #ecb614

#ecb614 #b6ec14 #ec4a14

Monochromatic Colors of #ecb614

#ecb614

Complementary Color

#ecb614 #144aec

#ecb614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb614 Color CSS Codes

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

#ecb614 Text Font Color

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

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


#ecb614 Background Color

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

This div background color is #ecb614


#ecb614 Border Color

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

This div border color is #ecb614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb614


Comments

No comments written yet.

Please login to write comment.