Color Hex Logo

#eab341 Color Hex

#EAB341
(234,179,65)
0 Favorites   0 Comments

Color spaces of #eab341

RGB 23417965
HSL0.110.800.59
HSV40°72°92°
CMYK 0.000.240.72   0.08
XYZ51.005950.114311.9857
Yxy50.11430.45100.4431
Hunter Lab70.79154.725939.5156
CIE-Lab76.13949.163663.0097

#eab341 color RGB value is (234,179,65).

#eab341 hex color red value is 234, green value is 179 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #eab341 hue: 0.11 , saturation: 0.80 and the lightness value of eab341 is 0.59.

The process color (four color CMYK) of #eab341 color hex is 0.00, 0.24, 0.72, 0.08. Web safe color of #eab341 is #ffcc33. Color #eab341 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 01000001
Octal 352 263 101
Decimal 234 179 65
Hex EA B3 41

RGB Percentages of Color #eab341

%48.95
%37.45
%13.60

CMYK Percentages of Color #eab341

%0
%24
%72
%8

Triadic Colors of #eab341

#eab341 #41eab3 #b341ea

Analogous Colors of #eab341

#eab341 #cdea41 #ea5f41

Monochromatic Colors of #eab341

#eab341

Complementary Color

#eab341 #4178ea

#eab341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab341 Color CSS Codes

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

#eab341 Text Font Color

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

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


#eab341 Background Color

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

This div background color is #eab341


#eab341 Border Color

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

This div border color is #eab341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab341


Comments

No comments written yet.

Please login to write comment.