Color Hex Logo

#e89f5d Color Hex

#E89F5D
(232,159,93)
0 Favorites   0 Comments

Color spaces of #e89f5d

RGB 23215993
HSL0.080.750.64
HSV28°60°91°
CMYK 0.000.310.60   0.09
XYZ47.652642.742416.0945
Yxy42.74240.44750.4014
Hunter Lab65.377715.694531.1685
CIE-Lab71.379820.572344.9075

#e89f5d color RGB value is (232,159,93).

#e89f5d hex color red value is 232, green value is 159 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #e89f5d hue: 0.08 , saturation: 0.75 and the lightness value of e89f5d is 0.64.

The process color (four color CMYK) of #e89f5d color hex is 0.00, 0.31, 0.60, 0.09. Web safe color of #e89f5d is #ff9966. Color #e89f5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011111 01011101
Octal 350 237 135
Decimal 232 159 93
Hex E8 9F 5D

RGB Percentages of Color #e89f5d

%47.93
%32.85
%19.21

CMYK Percentages of Color #e89f5d

%0
%31
%60
%9

Triadic Colors of #e89f5d

#e89f5d #5de89f #9f5de8

Analogous Colors of #e89f5d

#e89f5d #e8e55d #e85d61

Monochromatic Colors of #e89f5d

#e89f5d

Complementary Color

#e89f5d #5da6e8

#e89f5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89f5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89f5d Color CSS Codes

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

#e89f5d Text Font Color

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

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


#e89f5d Background Color

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

This div background color is #e89f5d


#e89f5d Border Color

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

This div border color is #e89f5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,159,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e89f5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e89f5d;
  -webkit-box-shadow: 1px 1px 3px 2px #e89f5d;
  box-shadow:         1px 1px 3px 2px #e89f5d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,159,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89f5d


Comments

No comments written yet.

Please login to write comment.