Color Hex Logo

#eea65d Color Hex

#EEA65D
(238,166,93)
0 Favorites   0 Comments

Color spaces of #eea65d

RGB 23816693
HSL0.080.810.65
HSV30°61°93°
CMYK 0.000.300.61   0.07
XYZ50.871946.239916.5999
Yxy46.23990.44740.4066
Hunter Lab67.999914.539033.1263
CIE-Lab73.700919.318047.8140

#eea65d color RGB value is (238,166,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100110 01011101
Octal 356 246 135
Decimal 238 166 93
Hex EE A6 5D

RGB Percentages of Color #eea65d

%47.89
%33.40
%18.71

CMYK Percentages of Color #eea65d

%0
%30
%61
%7

Triadic Colors of #eea65d

#eea65d #5deea6 #a65dee

Analogous Colors of #eea65d

#eea65d #eeee5d #ee5d5d

Monochromatic Colors of #eea65d

#eea65d

Complementary Color

#eea65d #5da5ee

#eea65d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea65d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea65d Color CSS Codes

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

#eea65d Text Font Color

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

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


#eea65d Background Color

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

This div background color is #eea65d


#eea65d Border Color

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

This div border color is #eea65d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea65d


Comments

No comments written yet.

Please login to write comment.