Color Hex Logo

#e2b45f Color Hex

#E2B45F
(226,180,95)
0 Favorites   0 Comments

Color spaces of #e2b45f

RGB 22618095
HSL0.110.690.63
HSV39°58°89°
CMYK 0.000.200.58   0.11
XYZ49.750849.637517.7853
Yxy49.63750.42460.4236
Hunter Lab70.45392.752934.3506
CIE-Lab75.84627.066749.0278

#e2b45f color RGB value is (226,180,95).

#e2b45f hex color red value is 226, green value is 180 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e2b45f hue: 0.11 , saturation: 0.69 and the lightness value of e2b45f is 0.63.

The process color (four color CMYK) of #e2b45f color hex is 0.00, 0.20, 0.58, 0.11. Web safe color of #e2b45f is #cccc66. Color #e2b45f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10110100 01011111
Octal 342 264 137
Decimal 226 180 95
Hex E2 B4 5F

RGB Percentages of Color #e2b45f

%45.11
%35.93
%18.96

CMYK Percentages of Color #e2b45f

%0
%20
%58
%11

Triadic Colors of #e2b45f

#e2b45f #5fe2b4 #b45fe2

Analogous Colors of #e2b45f

#e2b45f #cfe25f #e2735f

Monochromatic Colors of #e2b45f

#e2b45f

Complementary Color

#e2b45f #5f8de2

#e2b45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2b45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2b45f Color CSS Codes

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

#e2b45f Text Font Color

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

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


#e2b45f Background Color

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

This div background color is #e2b45f


#e2b45f Border Color

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

This div border color is #e2b45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2b45f


Comments

No comments written yet.

Please login to write comment.