Color Hex Logo

#e2c58f Color Hex

#E2C58F
(226,197,143)
0 Favorites   0 Comments

Color spaces of #e2c58f

RGB 226197143
HSL0.110.590.72
HSV39°37°89°
CMYK 0.000.130.37   0.11
XYZ56.288258.084434.2313
Yxy58.08440.37880.3909
Hunter Lab76.2131-1.539526.7189
CIE-Lab80.78572.704630.8785

#e2c58f color RGB value is (226,197,143).

#e2c58f hex color red value is 226, green value is 197 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #e2c58f hue: 0.11 , saturation: 0.59 and the lightness value of e2c58f is 0.72.

The process color (four color CMYK) of #e2c58f color hex is 0.00, 0.13, 0.37, 0.11. Web safe color of #e2c58f is #cccc99. Color #e2c58f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11000101 10001111
Octal 342 305 217
Decimal 226 197 143
Hex E2 C5 8F

RGB Percentages of Color #e2c58f

%39.93
%34.81
%25.27

CMYK Percentages of Color #e2c58f

%0
%13
%37
%11

Triadic Colors of #e2c58f

#e2c58f #8fe2c5 #c58fe2

Analogous Colors of #e2c58f

#e2c58f #d6e28f #e29c8f

Monochromatic Colors of #e2c58f

#e2c58f

Complementary Color

#e2c58f #8face2

#e2c58f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2c58f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2c58f Color CSS Codes

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

#e2c58f Text Font Color

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

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


#e2c58f Background Color

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

This div background color is #e2c58f


#e2c58f Border Color

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

This div border color is #e2c58f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2c58f


Comments

No comments written yet.

Please login to write comment.