Color Hex Logo

#e6a544 Color Hex

#E6A544
(230,165,68)
0 Favorites   0 Comments

Color spaces of #e6a544

RGB 23016568
HSL0.100.760.58
HSV36°70°90°
CMYK 0.000.280.70   0.10
XYZ47.131644.150611.5067
Yxy44.15060.45850.4295
Hunter Lab66.445910.333836.2447
CIE-Lab72.329015.027757.7345

#e6a544 color RGB value is (230,165,68).

#e6a544 hex color red value is 230, green value is 165 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #e6a544 hue: 0.10 , saturation: 0.76 and the lightness value of e6a544 is 0.58.

The process color (four color CMYK) of #e6a544 color hex is 0.00, 0.28, 0.70, 0.10. Web safe color of #e6a544 is #ff9933. Color #e6a544 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10100101 01000100
Octal 346 245 104
Decimal 230 165 68
Hex E6 A5 44

RGB Percentages of Color #e6a544

%49.68
%35.64
%14.69

CMYK Percentages of Color #e6a544

%0
%28
%70
%10

Triadic Colors of #e6a544

#e6a544 #44e6a5 #a544e6

Analogous Colors of #e6a544

#e6a544 #d6e644 #e65444

Monochromatic Colors of #e6a544

#e6a544

Complementary Color

#e6a544 #4485e6

#e6a544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6a544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6a544 Color CSS Codes

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

#e6a544 Text Font Color

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

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


#e6a544 Background Color

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

This div background color is #e6a544


#e6a544 Border Color

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

This div border color is #e6a544


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,165,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6a544; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6a544;
  -webkit-box-shadow: 1px 1px 3px 2px #e6a544;
  box-shadow:         1px 1px 3px 2px #e6a544; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,165,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6a544

#e6a544 Color Palettes


Comments

No comments written yet.

Please login to write comment.