Color Hex Logo

#eea750 Color Hex

#EEA750
(238,167,80)
0 Favorites   0 Comments

Color spaces of #eea750

RGB 23816780
HSL0.090.820.62
HSV33°66°93°
CMYK 0.000.300.66   0.07
XYZ50.526646.393813.8813
Yxy46.39380.45600.4187
Hunter Lab68.113013.214635.5959
CIE-Lab73.800317.968954.1690

#eea750 color RGB value is (238,167,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100111 01010000
Octal 356 247 120
Decimal 238 167 80
Hex EE A7 50

RGB Percentages of Color #eea750

%49.07
%34.43
%16.49

CMYK Percentages of Color #eea750

%0
%30
%66
%7

Triadic Colors of #eea750

#eea750 #50eea7 #a750ee

Analogous Colors of #eea750

#eea750 #e6ee50 #ee5850

Monochromatic Colors of #eea750

#eea750

Complementary Color

#eea750 #5097ee

#eea750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea750 Color CSS Codes

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

#eea750 Text Font Color

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

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


#eea750 Background Color

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

This div background color is #eea750


#eea750 Border Color

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

This div border color is #eea750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea750


Comments

No comments written yet.

Please login to write comment.