Color Hex Logo

#eea755 Color Hex

#EEA755
(238,167,85)
0 Favorites   0 Comments

Color spaces of #eea755

RGB 23816785
HSL0.090.820.63
HSV32°64°93°
CMYK 0.000.300.64   0.07
XYZ50.718346.470514.8909
Yxy46.47050.45250.4146
Hunter Lab68.169313.508734.7672
CIE-Lab73.849818.267351.8708

#eea755 color RGB value is (238,167,85).

#eea755 hex color red value is 238, green value is 167 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #eea755 hue: 0.09 , saturation: 0.82 and the lightness value of eea755 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100111 01010101
Octal 356 247 125
Decimal 238 167 85
Hex EE A7 55

RGB Percentages of Color #eea755

%48.57
%34.08
%17.35

CMYK Percentages of Color #eea755

%0
%30
%64
%7

Triadic Colors of #eea755

#eea755 #55eea7 #a755ee

Analogous Colors of #eea755

#eea755 #e9ee55 #ee5b55

Monochromatic Colors of #eea755

#eea755

Complementary Color

#eea755 #559cee

#eea755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea755 Color CSS Codes

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

#eea755 Text Font Color

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

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


#eea755 Background Color

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

This div background color is #eea755


#eea755 Border Color

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

This div border color is #eea755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea755


Comments

No comments written yet.

Please login to write comment.