Color Hex Logo

#ee941e Color Hex

#EE941E
(238,148,30)
0 Favorites   0 Comments

Color spaces of #ee941e

RGB 23814830
HSL0.090.860.53
HSV34°87°93°
CMYK 0.000.380.87   0.07
XYZ46.084139.45076.4141
Yxy39.45070.50120.4291
Hunter Lab62.809821.049937.9122
CIE-Lab69.076526.093568.8641

#ee941e color RGB value is (238,148,30).

#ee941e hex color red value is 238, green value is 148 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ee941e hue: 0.09 , saturation: 0.86 and the lightness value of ee941e is 0.53.

The process color (four color CMYK) of #ee941e color hex is 0.00, 0.38, 0.87, 0.07. Web safe color of #ee941e is #ff9933. Color #ee941e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 00011110
Octal 356 224 36
Decimal 238 148 30
Hex EE 94 1E

RGB Percentages of Color #ee941e

%57.21
%35.58
%7.21

CMYK Percentages of Color #ee941e

%0
%38
%87
%7

Triadic Colors of #ee941e

#ee941e #1eee94 #941eee

Analogous Colors of #ee941e

#ee941e #e0ee1e #ee2c1e

Monochromatic Colors of #ee941e

#ee941e

Complementary Color

#ee941e #1e78ee

#ee941e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee941e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee941e Color CSS Codes

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

#ee941e Text Font Color

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

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


#ee941e Background Color

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

This div background color is #ee941e


#ee941e Border Color

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

This div border color is #ee941e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,148,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee941e


Comments

No comments written yet.

Please login to write comment.