Color Hex Logo

#e39d2d Color Hex

#E39D2D
(227,157,45)
0 Favorites   0 Comments

Color spaces of #e39d2d

RGB 22715745
HSL0.100.760.53
HSV37°80°89°
CMYK 0.000.310.80   0.11
XYZ44.209240.63437.9958
Yxy40.63430.47620.4377
Hunter Lab63.745012.241637.1845
CIE-Lab69.918917.061364.3837

#e39d2d color RGB value is (227,157,45).

#e39d2d hex color red value is 227, green value is 157 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #e39d2d hue: 0.10 , saturation: 0.76 and the lightness value of e39d2d is 0.53.

The process color (four color CMYK) of #e39d2d color hex is 0.00, 0.31, 0.80, 0.11. Web safe color of #e39d2d is #cc9933. Color #e39d2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011101 00101101
Octal 343 235 55
Decimal 227 157 45
Hex E3 9D 2D

RGB Percentages of Color #e39d2d

%52.91
%36.60
%10.49

CMYK Percentages of Color #e39d2d

%0
%31
%80
%11

Triadic Colors of #e39d2d

#e39d2d #2de39d #9d2de3

Analogous Colors of #e39d2d

#e39d2d #cee32d #e3422d

Monochromatic Colors of #e39d2d

#e39d2d

Complementary Color

#e39d2d #2d73e3

#e39d2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39d2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39d2d Color CSS Codes

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

#e39d2d Text Font Color

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

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


#e39d2d Background Color

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

This div background color is #e39d2d


#e39d2d Border Color

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

This div border color is #e39d2d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,157,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e39d2d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e39d2d;
  -webkit-box-shadow: 1px 1px 3px 2px #e39d2d;
  box-shadow:         1px 1px 3px 2px #e39d2d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,157,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39d2d


Comments

No comments written yet.

Please login to write comment.