Color Hex Logo

#ee6f2e Color Hex

#EE6F2E
(238,111,46)
0 Favorites   0 Comments

Color spaces of #ee6f2e

RGB 23811146
HSL0.060.850.56
HSV20°81°93°
CMYK 0.000.530.81   0.07
XYZ41.437529.74336.1418
Yxy29.74330.53590.3847
Hunter Lab54.537440.183731.4992
CIE-Lab61.432145.371156.8013

#ee6f2e color RGB value is (238,111,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101111 00101110
Octal 356 157 56
Decimal 238 111 46
Hex EE 6F 2E

RGB Percentages of Color #ee6f2e

%60.25
%28.10
%11.65

CMYK Percentages of Color #ee6f2e

%0
%53
%81
%7

Triadic Colors of #ee6f2e

#ee6f2e #2eee6f #6f2eee

Analogous Colors of #ee6f2e

#ee6f2e #eecf2e #ee2e4d

Monochromatic Colors of #ee6f2e

#ee6f2e

Complementary Color

#ee6f2e #2eadee

#ee6f2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6f2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6f2e Color CSS Codes

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

#ee6f2e Text Font Color

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

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


#ee6f2e Background Color

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

This div background color is #ee6f2e


#ee6f2e Border Color

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

This div border color is #ee6f2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6f2e


Comments

No comments written yet.

Please login to write comment.