Color Hex Logo

#eea941 Color Hex

#EEA941
(238,169,65)
0 Favorites   0 Comments

Color spaces of #eea941

RGB 23816965
HSL0.100.840.59
HSV36°73°93°
CMYK 0.000.290.73   0.07
XYZ50.402046.934711.4039
Yxy46.93470.46350.4316
Hunter Lab68.508911.431938.0869
CIE-Lab74.148016.137361.1530

#eea941 color RGB value is (238,169,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101001 01000001
Octal 356 251 101
Decimal 238 169 65
Hex EE A9 41

RGB Percentages of Color #eea941

%50.42
%35.81
%13.77

CMYK Percentages of Color #eea941

%0
%29
%73
%7

Triadic Colors of #eea941

#eea941 #41eea9 #a941ee

Analogous Colors of #eea941

#eea941 #ddee41 #ee5241

Monochromatic Colors of #eea941

#eea941

Complementary Color

#eea941 #4186ee

#eea941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea941 Color CSS Codes

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

#eea941 Text Font Color

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

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


#eea941 Background Color

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

This div background color is #eea941


#eea941 Border Color

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

This div border color is #eea941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea941


Comments

No comments written yet.

Please login to write comment.