Color Hex Logo

#eea550 Color Hex

#EEA550
(238,165,80)
0 Favorites   0 Comments

Color spaces of #eea550

RGB 23816580
HSL0.090.820.62
HSV32°66°93°
CMYK 0.000.310.66   0.07
XYZ50.163045.666613.7601
Yxy45.66660.45770.4167
Hunter Lab67.577114.242135.2313
CIE-Lab73.328719.028153.6496

#eea550 color RGB value is (238,165,80).

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

The process color (four color CMYK) of #eea550 color hex is 0.00, 0.31, 0.66, 0.07. Web safe color of #eea550 is #ff9966. Color #eea550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100101 01010000
Octal 356 245 120
Decimal 238 165 80
Hex EE A5 50

RGB Percentages of Color #eea550

%49.28
%34.16
%16.56

CMYK Percentages of Color #eea550

%0
%31
%66
%7

Triadic Colors of #eea550

#eea550 #50eea5 #a550ee

Analogous Colors of #eea550

#eea550 #e8ee50 #ee5650

Monochromatic Colors of #eea550

#eea550

Complementary Color

#eea550 #5099ee

#eea550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea550 Color CSS Codes

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

#eea550 Text Font Color

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

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


#eea550 Background Color

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

This div background color is #eea550


#eea550 Border Color

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

This div border color is #eea550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea550


Comments

No comments written yet.

Please login to write comment.