Color Hex Logo

#e9ac5a Color Hex

#E9AC5A
(233,172,90)
0 Favorites   0 Comments

Color spaces of #e9ac5a

RGB 23317290
HSL0.100.760.63
HSV34°61°91°
CMYK 0.000.260.61   0.09
XYZ50.202347.566916.2082
Yxy47.56690.44050.4173
Hunter Lab68.96889.234734.3445
CIE-Lab74.550913.865250.1266

#e9ac5a color RGB value is (233,172,90).

#e9ac5a hex color red value is 233, green value is 172 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #e9ac5a hue: 0.10 , saturation: 0.76 and the lightness value of e9ac5a is 0.63.

The process color (four color CMYK) of #e9ac5a color hex is 0.00, 0.26, 0.61, 0.09. Web safe color of #e9ac5a is #ff9966. Color #e9ac5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101100 01011010
Octal 351 254 132
Decimal 233 172 90
Hex E9 AC 5A

RGB Percentages of Color #e9ac5a

%47.07
%34.75
%18.18

CMYK Percentages of Color #e9ac5a

%0
%26
%61
%9

Triadic Colors of #e9ac5a

#e9ac5a #5ae9ac #ac5ae9

Analogous Colors of #e9ac5a

#e9ac5a #dfe95a #e9655a

Monochromatic Colors of #e9ac5a

#e9ac5a

Complementary Color

#e9ac5a #5a97e9

#e9ac5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9ac5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9ac5a Color CSS Codes

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

#e9ac5a Text Font Color

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

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


#e9ac5a Background Color

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

This div background color is #e9ac5a


#e9ac5a Border Color

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

This div border color is #e9ac5a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,172,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9ac5a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9ac5a;
  -webkit-box-shadow: 1px 1px 3px 2px #e9ac5a;
  box-shadow:         1px 1px 3px 2px #e9ac5a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,172,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9ac5a


Comments

No comments written yet.

Please login to write comment.