Color Hex Logo

#e2b15d Color Hex

#E2B15D
(226,177,93)
0 Favorites   0 Comments

Color spaces of #e2b15d

RGB 22617793
HSL0.110.700.63
HSV38°59°89°
CMYK 0.000.220.59   0.11
XYZ49.062048.403317.1129
Yxy48.40330.42820.4224
Hunter Lab69.57254.125034.1170
CIE-Lab75.07868.507249.0998

#e2b15d color RGB value is (226,177,93).

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

The process color (four color CMYK) of #e2b15d color hex is 0.00, 0.22, 0.59, 0.11. Web safe color of #e2b15d is #cc9966. Color #e2b15d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10110001 01011101
Octal 342 261 135
Decimal 226 177 93
Hex E2 B1 5D

RGB Percentages of Color #e2b15d

%45.56
%35.69
%18.75

CMYK Percentages of Color #e2b15d

%0
%22
%59
%11

Triadic Colors of #e2b15d

#e2b15d #5de2b1 #b15de2

Analogous Colors of #e2b15d

#e2b15d #d1e25d #e26f5d

Monochromatic Colors of #e2b15d

#e2b15d

Complementary Color

#e2b15d #5d8ee2

#e2b15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2b15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2b15d Color CSS Codes

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

#e2b15d Text Font Color

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

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


#e2b15d Background Color

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

This div background color is #e2b15d


#e2b15d Border Color

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

This div border color is #e2b15d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2b15d


Comments

No comments written yet.

Please login to write comment.