Color Hex Logo

#eea35d Color Hex

#EEA35D
(238,163,93)
0 Favorites   0 Comments

Color spaces of #eea35d

RGB 23816393
HSL0.080.810.65
HSV29°61°93°
CMYK 0.000.320.61   0.07
XYZ50.332945.161816.4202
Yxy45.16180.44970.4035
Hunter Lab67.202516.087332.5549
CIE-Lab72.998320.907746.9895

#eea35d color RGB value is (238,163,93).

#eea35d hex color red value is 238, green value is 163 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #eea35d hue: 0.08 , saturation: 0.81 and the lightness value of eea35d is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100011 01011101
Octal 356 243 135
Decimal 238 163 93
Hex EE A3 5D

RGB Percentages of Color #eea35d

%48.18
%33.00
%18.83

CMYK Percentages of Color #eea35d

%0
%32
%61
%7

Triadic Colors of #eea35d

#eea35d #5deea3 #a35dee

Analogous Colors of #eea35d

#eea35d #eeec5d #ee5d60

Monochromatic Colors of #eea35d

#eea35d

Complementary Color

#eea35d #5da8ee

#eea35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea35d Color CSS Codes

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

#eea35d Text Font Color

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

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


#eea35d Background Color

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

This div background color is #eea35d


#eea35d Border Color

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

This div border color is #eea35d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,163,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 #eea35d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea35d


Comments

No comments written yet.

Please login to write comment.