Color Hex Logo

#ecb93a Color Hex

#ECB93A
(236,185,58)
0 Favorites   0 Comments

Color spaces of #ecb93a

RGB 23618558
HSL0.120.820.58
HSV43°75°93°
CMYK 0.000.220.75   0.07
XYZ52.704852.836311.4236
Yxy52.83630.45060.4517
Hunter Lab72.68862.221241.5641
CIE-Lab77.77826.561567.3578

#ecb93a color RGB value is (236,185,58).

#ecb93a hex color red value is 236, green value is 185 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ecb93a hue: 0.12 , saturation: 0.82 and the lightness value of ecb93a is 0.58.

The process color (four color CMYK) of #ecb93a color hex is 0.00, 0.22, 0.75, 0.07. Web safe color of #ecb93a is #ffcc33. Color #ecb93a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111001 00111010
Octal 354 271 72
Decimal 236 185 58
Hex EC B9 3A

RGB Percentages of Color #ecb93a

%49.27
%38.62
%12.11

CMYK Percentages of Color #ecb93a

%0
%22
%75
%7

Triadic Colors of #ecb93a

#ecb93a #3aecb9 #b93aec

Analogous Colors of #ecb93a

#ecb93a #c6ec3a #ec603a

Monochromatic Colors of #ecb93a

#ecb93a

Complementary Color

#ecb93a #3a6dec

#ecb93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb93a Color CSS Codes

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

#ecb93a Text Font Color

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

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


#ecb93a Background Color

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

This div background color is #ecb93a


#ecb93a Border Color

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

This div border color is #ecb93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb93a


Comments

No comments written yet.

Please login to write comment.