Color Hex Logo

#e1850d Color Hex

#E1850D
(225,133,13)
0 Favorites   0 Comments

Color spaces of #e1850d

RGB 22513313
HSL0.090.890.47
HSV34°94°88°
CMYK 0.000.410.94   0.12
XYZ39.511532.81174.6316
Yxy32.81170.51340.4264
Hunter Lab57.281522.882735.3030
CIE-Lab64.008228.300168.1293

#e1850d color RGB value is (225,133,13).

#e1850d hex color red value is 225, green value is 133 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #e1850d hue: 0.09 , saturation: 0.89 and the lightness value of e1850d is 0.47.

The process color (four color CMYK) of #e1850d color hex is 0.00, 0.41, 0.94, 0.12. Web safe color of #e1850d is #cc9900. Color #e1850d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000101 00001101
Octal 341 205 15
Decimal 225 133 13
Hex E1 85 D

RGB Percentages of Color #e1850d

%60.65
%35.85
%3.50

CMYK Percentages of Color #e1850d

%0
%41
%94
%12

Triadic Colors of #e1850d

#e1850d #0de185 #850de1

Analogous Colors of #e1850d

#e1850d #d3e10d #e11b0d

Monochromatic Colors of #e1850d

#e1850d

Complementary Color

#e1850d #0d69e1

#e1850d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1850d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1850d Color CSS Codes

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

#e1850d Text Font Color

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

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


#e1850d Background Color

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

This div background color is #e1850d


#e1850d Border Color

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

This div border color is #e1850d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1850d


Comments

No comments written yet.

Please login to write comment.