Color Hex Logo

#eaa750 Color Hex

#EAA750
(234,167,80)
0 Favorites   0 Comments

Color spaces of #eaa750

RGB 23416780
HSL0.090.790.62
HSV34°66°92°
CMYK 0.000.290.66   0.08
XYZ49.198445.709013.8191
Yxy45.70900.45250.4204
Hunter Lab67.608411.579035.2071
CIE-Lab73.356316.302253.5540

#eaa750 color RGB value is (234,167,80).

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

The process color (four color CMYK) of #eaa750 color hex is 0.00, 0.29, 0.66, 0.08. Web safe color of #eaa750 is #ff9966. Color #eaa750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100111 01010000
Octal 352 247 120
Decimal 234 167 80
Hex EA A7 50

RGB Percentages of Color #eaa750

%48.65
%34.72
%16.63

CMYK Percentages of Color #eaa750

%0
%29
%66
%8

Triadic Colors of #eaa750

#eaa750 #50eaa7 #a750ea

Analogous Colors of #eaa750

#eaa750 #e0ea50 #ea5a50

Monochromatic Colors of #eaa750

#eaa750

Complementary Color

#eaa750 #5093ea

#eaa750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa750 Color CSS Codes

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

#eaa750 Text Font Color

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

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


#eaa750 Background Color

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

This div background color is #eaa750


#eaa750 Border Color

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

This div border color is #eaa750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa750


Comments

No comments written yet.

Please login to write comment.