Color Hex Logo

#eea34d Color Hex

#EEA34D
(238,163,77)
0 Favorites   0 Comments

Color spaces of #eea34d

RGB 23816377
HSL0.090.830.62
HSV32°68°93°
CMYK 0.000.320.68   0.07
XYZ49.696644.907413.0699
Yxy44.90740.46150.4171
Hunter Lab67.013015.102335.3454
CIE-Lab72.830919.917554.4983

#eea34d color RGB value is (238,163,77).

#eea34d hex color red value is 238, green value is 163 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #eea34d hue: 0.09 , saturation: 0.83 and the lightness value of eea34d is 0.62.

The process color (four color CMYK) of #eea34d color hex is 0.00, 0.32, 0.68, 0.07. Web safe color of #eea34d is #ff9966. Color #eea34d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100011 01001101
Octal 356 243 115
Decimal 238 163 77
Hex EE A3 4D

RGB Percentages of Color #eea34d

%49.79
%34.10
%16.11

CMYK Percentages of Color #eea34d

%0
%32
%68
%7

Triadic Colors of #eea34d

#eea34d #4deea3 #a34dee

Analogous Colors of #eea34d

#eea34d #e9ee4d #ee534d

Monochromatic Colors of #eea34d

#eea34d

Complementary Color

#eea34d #4d98ee

#eea34d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea34d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea34d Color CSS Codes

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

#eea34d Text Font Color

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

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


#eea34d Background Color

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

This div background color is #eea34d


#eea34d Border Color

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

This div border color is #eea34d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,163,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eea34d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eea34d;
  -webkit-box-shadow: 1px 1px 3px 2px #eea34d;
  box-shadow:         1px 1px 3px 2px #eea34d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,163,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea34d


Comments

No comments written yet.

Please login to write comment.