Color Hex Logo

#eca732 Color Hex

#ECA732
(236,167,50)
0 Favorites   0 Comments

Color spaces of #eca732

RGB 23616750
HSL0.100.830.56
HSV38°79°93°
CMYK 0.000.290.79   0.07
XYZ48.986545.70069.2568
Yxy45.70060.47130.4397
Hunter Lab67.602211.042339.2029
CIE-Lab73.350815.748666.1110

#eca732 color RGB value is (236,167,50).

#eca732 hex color red value is 236, green value is 167 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #eca732 hue: 0.10 , saturation: 0.83 and the lightness value of eca732 is 0.56.

The process color (four color CMYK) of #eca732 color hex is 0.00, 0.29, 0.79, 0.07. Web safe color of #eca732 is #ff9933. Color #eca732 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100111 00110010
Octal 354 247 62
Decimal 236 167 50
Hex EC A7 32

RGB Percentages of Color #eca732

%52.10
%36.87
%11.04

CMYK Percentages of Color #eca732

%0
%29
%79
%7

Triadic Colors of #eca732

#eca732 #32eca7 #a732ec

Analogous Colors of #eca732

#eca732 #d4ec32 #ec4a32

Monochromatic Colors of #eca732

#eca732

Complementary Color

#eca732 #3277ec

#eca732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca732 Color CSS Codes

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

#eca732 Text Font Color

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

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


#eca732 Background Color

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

This div background color is #eca732


#eca732 Border Color

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

This div border color is #eca732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca732


Comments

No comments written yet.

Please login to write comment.