Color Hex Logo

#ecae0a Color Hex

#ECAE0A
(236,174,10)
0 Favorites   0 Comments

Color spaces of #ecae0a

RGB 23617410
HSL0.120.920.48
HSV44°96°93°
CMYK 0.000.260.96   0.07
XYZ49.782948.12696.9527
Yxy48.12690.47470.4590
Hunter Lab69.37366.689042.6194
CIE-Lab74.904911.210876.7931

#ecae0a color RGB value is (236,174,10).

#ecae0a hex color red value is 236, green value is 174 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ecae0a hue: 0.12 , saturation: 0.92 and the lightness value of ecae0a is 0.48.

The process color (four color CMYK) of #ecae0a color hex is 0.00, 0.26, 0.96, 0.07. Web safe color of #ecae0a is #ff9900. Color #ecae0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101110 00001010
Octal 354 256 12
Decimal 236 174 10
Hex EC AE A

RGB Percentages of Color #ecae0a

%56.19
%41.43
%2.38

CMYK Percentages of Color #ecae0a

%0
%26
%96
%7

Triadic Colors of #ecae0a

#ecae0a #0aecae #ae0aec

Analogous Colors of #ecae0a

#ecae0a #b9ec0a #ec3d0a

Monochromatic Colors of #ecae0a

#ecae0a

Complementary Color

#ecae0a #0a48ec

#ecae0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecae0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecae0a Color CSS Codes

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

#ecae0a Text Font Color

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

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


#ecae0a Background Color

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

This div background color is #ecae0a


#ecae0a Border Color

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

This div border color is #ecae0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecae0a


Comments

No comments written yet.

Please login to write comment.