color codes Logo

#e15e3d color codes

#E15E3D
(225,94,61)
0 Favorites   0 Comments

Color spaces of #e15e3d

RGB 2259461
HSL0.030.730.56
HSV12°73°88°
CMYK 0.000.580.73   0.12
XYZ35.896324.34997.2229
Yxy24.34990.53200.3609
Hunter Lab49.345643.494425.8634
CIE-Lab56.436449.189843.9285

#e15e3d color RGB value is (225,94,61).

#e15e3d hex color red value is 225, green value is 94 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #e15e3d hue: 0.03 , saturation: 0.73 and the lightness value of e15e3d is 0.56.

The process color (four color CMYK) of #e15e3d color code is 0.00, 0.58, 0.73, 0.12. Web safe color of #e15e3d is #cc6633. Color #e15e3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011110 00111101
Octal 341 136 75
Decimal 225 94 61
Hex E1 5E 3D

RGB Percentages of Color #e15e3d

%59.21
%24.74
%16.05

CMYK Percentages of Color #e15e3d

%0
%58
%73
%12

Triadic Colors of #e15e3d

#e15e3d #3de15e #5e3de1

Analogous Colors of #e15e3d

#e15e3d #e1b03d #e13d6e

Monochromatic Colors of #e15e3d

#e15e3d

Complementary Color

#e15e3d #3dc0e1

#e15e3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15e3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15e3d Color CSS Codes

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

#e15e3d Text Font Color

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

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


#e15e3d Background Color

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

This div background color is #e15e3d


#e15e3d Border Color

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

This div border color is #e15e3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15e3d


Comments

No comments written yet.

Please login to write comment.