Color Hex Logo

#e1804b Color Hex

#E1804B
(225,128,75)
0 Favorites   0 Comments

Color spaces of #e1804b

RGB 22512875
HSL0.060.710.59
HSV21°67°88°
CMYK 0.000.430.67   0.12
XYZ40.040531.953910.7140
Yxy31.95390.48410.3863
Hunter Lab56.527827.513828.3319
CIE-Lab63.304832.989944.3986

#e1804b color RGB value is (225,128,75).

#e1804b hex color red value is 225, green value is 128 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #e1804b hue: 0.06 , saturation: 0.71 and the lightness value of e1804b is 0.59.

The process color (four color CMYK) of #e1804b color hex is 0.00, 0.43, 0.67, 0.12. Web safe color of #e1804b is #cc9933. Color #e1804b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000000 01001011
Octal 341 200 113
Decimal 225 128 75
Hex E1 80 4B

RGB Percentages of Color #e1804b

%52.57
%29.91
%17.52

CMYK Percentages of Color #e1804b

%0
%43
%67
%12

Triadic Colors of #e1804b

#e1804b #4be180 #804be1

Analogous Colors of #e1804b

#e1804b #e1cb4b #e14b61

Monochromatic Colors of #e1804b

#e1804b

Complementary Color

#e1804b #4bace1

#e1804b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1804b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1804b Color CSS Codes

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

#e1804b Text Font Color

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

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


#e1804b Background Color

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

This div background color is #e1804b


#e1804b Border Color

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

This div border color is #e1804b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1804b

#e1804b Color Palettes


Comments

No comments written yet.

Please login to write comment.