Color Hex Logo

#ee7140 Color Hex

#EE7140
(238,113,64)
0 Favorites   0 Comments

Color spaces of #ee7140

RGB 23811364
HSL0.050.840.59
HSV17°73°93°
CMYK 0.000.530.73   0.07
XYZ42.090430.35768.4917
Yxy30.35760.52000.3751
Hunter Lab55.097739.939129.4306
CIE-Lab61.961645.069948.9672

#ee7140 color RGB value is (238,113,64).

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

The process color (four color CMYK) of #ee7140 color hex is 0.00, 0.53, 0.73, 0.07. Web safe color of #ee7140 is #ff6633. Color #ee7140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110001 01000000
Octal 356 161 100
Decimal 238 113 64
Hex EE 71 40

RGB Percentages of Color #ee7140

%57.35
%27.23
%15.42

CMYK Percentages of Color #ee7140

%0
%53
%73
%7

Triadic Colors of #ee7140

#ee7140 #40ee71 #7140ee

Analogous Colors of #ee7140

#ee7140 #eec840 #ee4066

Monochromatic Colors of #ee7140

#ee7140

Complementary Color

#ee7140 #40bdee

#ee7140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7140 Color CSS Codes

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

#ee7140 Text Font Color

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

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


#ee7140 Background Color

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

This div background color is #ee7140


#ee7140 Border Color

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

This div border color is #ee7140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7140


Comments

No comments written yet.

Please login to write comment.