Color Hex Logo

#e18223 Color Hex

#E18223
(225,130,35)
0 Favorites   0 Comments

Color spaces of #e18223

RGB 22513035
HSL0.080.760.51
HSV30°84°88°
CMYK 0.000.420.84   0.12
XYZ39.337332.09425.7116
Yxy32.09420.50990.4160
Hunter Lab56.651724.804633.6786
CIE-Lab63.420730.283262.0642

#e18223 color RGB value is (225,130,35).

#e18223 hex color red value is 225, green value is 130 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #e18223 hue: 0.08 , saturation: 0.76 and the lightness value of e18223 is 0.51.

The process color (four color CMYK) of #e18223 color hex is 0.00, 0.42, 0.84, 0.12. Web safe color of #e18223 is #cc9933. Color #e18223 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000010 00100011
Octal 341 202 43
Decimal 225 130 35
Hex E1 82 23

RGB Percentages of Color #e18223

%57.69
%33.33
%8.97

CMYK Percentages of Color #e18223

%0
%42
%84
%12

Triadic Colors of #e18223

#e18223 #23e182 #8223e1

Analogous Colors of #e18223

#e18223 #e1e123 #e12323

Monochromatic Colors of #e18223

#e18223

Complementary Color

#e18223 #2382e1

#e18223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18223 Color CSS Codes

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

#e18223 Text Font Color

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

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


#e18223 Background Color

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

This div background color is #e18223


#e18223 Border Color

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

This div border color is #e18223


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,130,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e18223; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e18223;
  -webkit-box-shadow: 1px 1px 3px 2px #e18223;
  box-shadow:         1px 1px 3px 2px #e18223; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,130,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18223


Comments

No comments written yet.

Please login to write comment.