Color Hex Logo

#ecb31a Color Hex

#ECB31A
(236,179,26)
0 Favorites   0 Comments

Color spaces of #ecb31a

RGB 23617926
HSL0.120.850.51
HSV44°89°93°
CMYK 0.000.240.89   0.07
XYZ50.898650.14767.9741
Yxy50.14760.46690.4600
Hunter Lab70.81504.371542.8941
CIE-Lab76.15988.790675.2196

#ecb31a color RGB value is (236,179,26).

#ecb31a hex color red value is 236, green value is 179 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ecb31a hue: 0.12 , saturation: 0.85 and the lightness value of ecb31a is 0.51.

The process color (four color CMYK) of #ecb31a color hex is 0.00, 0.24, 0.89, 0.07. Web safe color of #ecb31a is #ffcc33. Color #ecb31a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110011 00011010
Octal 354 263 32
Decimal 236 179 26
Hex EC B3 1A

RGB Percentages of Color #ecb31a

%53.51
%40.59
%5.90

CMYK Percentages of Color #ecb31a

%0
%24
%89
%7

Triadic Colors of #ecb31a

#ecb31a #1aecb3 #b31aec

Analogous Colors of #ecb31a

#ecb31a #bcec1a #ec4a1a

Monochromatic Colors of #ecb31a

#ecb31a

Complementary Color

#ecb31a #1a53ec

#ecb31a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb31a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb31a Color CSS Codes

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

#ecb31a Text Font Color

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

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


#ecb31a Background Color

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

This div background color is #ecb31a


#ecb31a Border Color

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

This div border color is #ecb31a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb31a


Comments

No comments written yet.

Please login to write comment.