Color Hex Logo

#ee702e Color Hex

#EE702E
(238,112,46)
0 Favorites   0 Comments

Color spaces of #ee702e

RGB 23811246
HSL0.060.850.56
HSV21°81°93°
CMYK 0.000.530.81   0.07
XYZ41.547229.96276.1784
Yxy29.96270.53480.3857
Hunter Lab54.738239.692631.6246
CIE-Lab61.622044.886856.9767

#ee702e color RGB value is (238,112,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110000 00101110
Octal 356 160 56
Decimal 238 112 46
Hex EE 70 2E

RGB Percentages of Color #ee702e

%60.10
%28.28
%11.62

CMYK Percentages of Color #ee702e

%0
%53
%81
%7

Triadic Colors of #ee702e

#ee702e #2eee70 #702eee

Analogous Colors of #ee702e

#ee702e #eed02e #ee2e4c

Monochromatic Colors of #ee702e

#ee702e

Complementary Color

#ee702e #2eacee

#ee702e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee702e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee702e Color CSS Codes

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

#ee702e Text Font Color

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

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


#ee702e Background Color

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

This div background color is #ee702e


#ee702e Border Color

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

This div border color is #ee702e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee702e


Comments

No comments written yet.

Please login to write comment.