Color Hex Logo

#eeca5d Color Hex

#EECA5D
(238,202,93)
0 Favorites   0 Comments

Color spaces of #eeca5d

RGB 23820293
HSL0.130.810.65
HSV45°61°93°
CMYK 0.000.150.61   0.07
XYZ58.356261.208519.0946
Yxy61.20850.42090.4414
Hunter Lab78.2359-3.769440.2945
CIE-Lab82.49070.435857.8643

#eeca5d color RGB value is (238,202,93).

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

The process color (four color CMYK) of #eeca5d color hex is 0.00, 0.15, 0.61, 0.07. Web safe color of #eeca5d is #ffcc66. Color #eeca5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 01011101
Octal 356 312 135
Decimal 238 202 93
Hex EE CA 5D

RGB Percentages of Color #eeca5d

%44.65
%37.90
%17.45

CMYK Percentages of Color #eeca5d

%0
%15
%61
%7

Triadic Colors of #eeca5d

#eeca5d #5deeca #ca5dee

Analogous Colors of #eeca5d

#eeca5d #caee5d #ee825d

Monochromatic Colors of #eeca5d

#eeca5d

Complementary Color

#eeca5d #5d81ee

#eeca5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeca5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeca5d Color CSS Codes

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

#eeca5d Text Font Color

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

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


#eeca5d Background Color

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

This div background color is #eeca5d


#eeca5d Border Color

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

This div border color is #eeca5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeca5d


Comments

No comments written yet.

Please login to write comment.