Color Hex Logo

#e2a848 Color Hex

#E2A848
(226,168,72)
0 Favorites   0 Comments

Color spaces of #e2a848

RGB 22616872
HSL0.100.730.58
HSV37°68°89°
CMYK 0.000.260.68   0.11
XYZ46.536444.641912.2949
Yxy44.64190.44970.4314
Hunter Lab66.81467.399835.8600
CIE-Lab72.655511.947756.1858

#e2a848 color RGB value is (226,168,72).

#e2a848 hex color red value is 226, green value is 168 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #e2a848 hue: 0.10 , saturation: 0.73 and the lightness value of e2a848 is 0.58.

The process color (four color CMYK) of #e2a848 color hex is 0.00, 0.26, 0.68, 0.11. Web safe color of #e2a848 is #cc9933. Color #e2a848 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101000 01001000
Octal 342 250 110
Decimal 226 168 72
Hex E2 A8 48

RGB Percentages of Color #e2a848

%48.50
%36.05
%15.45

CMYK Percentages of Color #e2a848

%0
%26
%68
%11

Triadic Colors of #e2a848

#e2a848 #48e2a8 #a848e2

Analogous Colors of #e2a848

#e2a848 #cfe248 #e25b48

Monochromatic Colors of #e2a848

#e2a848

Complementary Color

#e2a848 #4882e2

#e2a848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2a848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2a848 Color CSS Codes

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

#e2a848 Text Font Color

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

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


#e2a848 Background Color

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

This div background color is #e2a848


#e2a848 Border Color

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

This div border color is #e2a848


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,168,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2a848; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2a848;
  -webkit-box-shadow: 1px 1px 3px 2px #e2a848;
  box-shadow:         1px 1px 3px 2px #e2a848; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,168,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2a848


Comments

No comments written yet.

Please login to write comment.