Color Hex Logo

#eab249 Color Hex

#EAB249
(234,178,73)
0 Favorites   0 Comments

Color spaces of #eab249

RGB 23417873
HSL0.110.790.60
HSV39°69°92°
CMYK 0.000.240.69   0.08
XYZ51.054749.814313.2276
Yxy49.81430.44750.4366
Hunter Lab70.57925.607338.2936
CIE-Lab75.955110.087359.4897

#eab249 color RGB value is (234,178,73).

#eab249 hex color red value is 234, green value is 178 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #eab249 hue: 0.11 , saturation: 0.79 and the lightness value of eab249 is 0.60.

The process color (four color CMYK) of #eab249 color hex is 0.00, 0.24, 0.69, 0.08. Web safe color of #eab249 is #ff9933. Color #eab249 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 01001001
Octal 352 262 111
Decimal 234 178 73
Hex EA B2 49

RGB Percentages of Color #eab249

%48.25
%36.70
%15.05

CMYK Percentages of Color #eab249

%0
%24
%69
%8

Triadic Colors of #eab249

#eab249 #49eab2 #b249ea

Analogous Colors of #eab249

#eab249 #d2ea49 #ea6249

Monochromatic Colors of #eab249

#eab249

Complementary Color

#eab249 #4981ea

#eab249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab249 Color CSS Codes

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

#eab249 Text Font Color

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

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


#eab249 Background Color

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

This div background color is #eab249


#eab249 Border Color

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

This div border color is #eab249


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,178,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab249

#eab249 Color Palettes


Comments

No comments written yet.

Please login to write comment.