Color Hex Logo

#eab741 Color Hex

#EAB741
(234,183,65)
0 Favorites   0 Comments

Color spaces of #eab741

RGB 23418365
HSL0.120.800.59
HSV42°72°92°
CMYK 0.000.220.72   0.08
XYZ51.819351.741112.2569
Yxy51.74110.44740.4467
Hunter Lab71.93132.711740.2490
CIE-Lab77.12587.060463.9929

#eab741 color RGB value is (234,183,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110111 01000001
Octal 352 267 101
Decimal 234 183 65
Hex EA B7 41

RGB Percentages of Color #eab741

%48.55
%37.97
%13.49

CMYK Percentages of Color #eab741

%0
%22
%72
%8

Triadic Colors of #eab741

#eab741 #41eab7 #b741ea

Analogous Colors of #eab741

#eab741 #c9ea41 #ea6241

Monochromatic Colors of #eab741

#eab741

Complementary Color

#eab741 #4174ea

#eab741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab741 Color CSS Codes

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

#eab741 Text Font Color

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

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


#eab741 Background Color

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

This div background color is #eab741


#eab741 Border Color

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

This div border color is #eab741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab741


Comments

No comments written yet.

Please login to write comment.