Color Hex Logo

#ecb814 Color Hex

#ECB814
(236,184,20)
1 Favorites   0 Comments

Color spaces of #ecb814

RGB 23618420
HSL0.130.850.50
HSV46°92°93°
CMYK 0.000.220.92   0.07
XYZ51.858852.16447.9973
Yxy52.16440.46290.4657
Hunter Lab72.22491.772643.9924
CIE-Lab77.37906.072577.2407

#ecb814 color RGB value is (236,184,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111000 00010100
Octal 354 270 24
Decimal 236 184 20
Hex EC B8 14

RGB Percentages of Color #ecb814

%53.64
%41.82
%4.55

CMYK Percentages of Color #ecb814

%0
%22
%92
%7

Triadic Colors of #ecb814

#ecb814 #14ecb8 #b814ec

Analogous Colors of #ecb814

#ecb814 #b4ec14 #ec4c14

Monochromatic Colors of #ecb814

#ecb814

Complementary Color

#ecb814 #1448ec

#ecb814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb814 Color CSS Codes

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

#ecb814 Text Font Color

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

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


#ecb814 Background Color

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

This div background color is #ecb814


#ecb814 Border Color

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

This div border color is #ecb814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb814


Comments

No comments written yet.

Please login to write comment.