Color Hex Logo

#ee942e Color Hex

#EE942E
(238,148,46)
0 Favorites   0 Comments

Color spaces of #ee942e

RGB 23814846
HSL0.090.850.56
HSV32°81°93°
CMYK 0.000.380.81   0.07
XYZ46.342939.55427.7770
Yxy39.55420.49470.4223
Hunter Lab62.892121.468936.6929
CIE-Lab69.150826.507063.8304

#ee942e color RGB value is (238,148,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 00101110
Octal 356 224 56
Decimal 238 148 46
Hex EE 94 2E

RGB Percentages of Color #ee942e

%55.09
%34.26
%10.65

CMYK Percentages of Color #ee942e

%0
%38
%81
%7

Triadic Colors of #ee942e

#ee942e #2eee94 #942eee

Analogous Colors of #ee942e

#ee942e #e8ee2e #ee342e

Monochromatic Colors of #ee942e

#ee942e

Complementary Color

#ee942e #2e88ee

#ee942e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee942e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee942e Color CSS Codes

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

#ee942e Text Font Color

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

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


#ee942e Background Color

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

This div background color is #ee942e


#ee942e Border Color

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

This div border color is #ee942e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee942e


Comments

No comments written yet.

Please login to write comment.