Color Hex Logo

#ee703a Color Hex

#EE703A
(238,112,58)
0 Favorites   0 Comments

Color spaces of #ee703a

RGB 23811258
HSL0.050.840.58
HSV18°76°93°
CMYK 0.000.530.76   0.07
XYZ41.817830.07107.6032
Yxy30.07100.52610.3783
Hunter Lab54.837040.156330.1653
CIE-Lab61.715445.306251.6336

#ee703a color RGB value is (238,112,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110000 00111010
Octal 356 160 72
Decimal 238 112 58
Hex EE 70 3A

RGB Percentages of Color #ee703a

%58.33
%27.45
%14.22

CMYK Percentages of Color #ee703a

%0
%53
%76
%7

Triadic Colors of #ee703a

#ee703a #3aee70 #703aee

Analogous Colors of #ee703a

#ee703a #eeca3a #ee3a5e

Monochromatic Colors of #ee703a

#ee703a

Complementary Color

#ee703a #3ab8ee

#ee703a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee703a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee703a Color CSS Codes

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

#ee703a Text Font Color

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

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


#ee703a Background Color

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

This div background color is #ee703a


#ee703a Border Color

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

This div border color is #ee703a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee703a


Comments

No comments written yet.

Please login to write comment.