color codes Logo

#e1855b color codes

#E1855B
(225,133,91)
0 Favorites   0 Comments

Color spaces of #e1855b

RGB 22513391
HSL0.050.690.62
HSV19°60°88°
CMYK 0.000.410.60   0.12
XYZ41.327233.537914.1928
Yxy33.53790.46400.3766
Hunter Lab57.911926.035626.0078
CIE-Lab64.594131.405137.5488

#e1855b color RGB value is (225,133,91).

#e1855b hex color red value is 225, green value is 133 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #e1855b hue: 0.05 , saturation: 0.69 and the lightness value of e1855b is 0.62.

The process color (four color CMYK) of #e1855b color code is 0.00, 0.41, 0.60, 0.12. Web safe color of #e1855b is #cc9966. Color #e1855b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000101 01011011
Octal 341 205 133
Decimal 225 133 91
Hex E1 85 5B

RGB Percentages of Color #e1855b

%50.11
%29.62
%20.27

CMYK Percentages of Color #e1855b

%0
%41
%60
%12

Triadic Colors of #e1855b

#e1855b #5be185 #855be1

Analogous Colors of #e1855b

#e1855b #e1c85b #e15b74

Monochromatic Colors of #e1855b

#e1855b

Complementary Color

#e1855b #5bb7e1

#e1855b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1855b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1855b Color CSS Codes

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

#e1855b Text Font Color

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

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


#e1855b Background Color

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

This div background color is #e1855b


#e1855b Border Color

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

This div border color is #e1855b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1855b


Comments

No comments written yet.

Please login to write comment.