Color Hex Logo

#eea341 Color Hex

#EEA341
(238,163,65)
0 Favorites   0 Comments

Color spaces of #eea341

RGB 23816365
HSL0.090.840.59
HSV34°73°93°
CMYK 0.000.320.73   0.07
XYZ49.311244.753211.0403
Yxy44.75320.46920.4258
Hunter Lab66.897814.503337.0437
CIE-Lab72.729119.312359.7194

#eea341 color RGB value is (238,163,65).

#eea341 hex color red value is 238, green value is 163 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #eea341 hue: 0.09 , saturation: 0.84 and the lightness value of eea341 is 0.59.

The process color (four color CMYK) of #eea341 color hex is 0.00, 0.32, 0.73, 0.07. Web safe color of #eea341 is #ff9933. Color #eea341 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100011 01000001
Octal 356 243 101
Decimal 238 163 65
Hex EE A3 41

RGB Percentages of Color #eea341

%51.07
%34.98
%13.95

CMYK Percentages of Color #eea341

%0
%32
%73
%7

Triadic Colors of #eea341

#eea341 #41eea3 #a341ee

Analogous Colors of #eea341

#eea341 #e3ee41 #ee4d41

Monochromatic Colors of #eea341

#eea341

Complementary Color

#eea341 #418cee

#eea341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea341 Color CSS Codes

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

#eea341 Text Font Color

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

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


#eea341 Background Color

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

This div background color is #eea341


#eea341 Border Color

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

This div border color is #eea341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea341


Comments

No comments written yet.

Please login to write comment.