Color Hex Logo

#ee712c Color Hex

#EE712C
(238,113,44)
0 Favorites   0 Comments

Color spaces of #ee712c

RGB 23811344
HSL0.060.850.55
HSV21°82°93°
CMYK 0.000.530.82   0.07
XYZ41.619630.16926.0125
Yxy30.16920.53490.3878
Hunter Lab54.926539.133931.9584
CIE-Lab61.799944.340257.9776

#ee712c color RGB value is (238,113,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110001 00101100
Octal 356 161 54
Decimal 238 113 44
Hex EE 71 2C

RGB Percentages of Color #ee712c

%60.25
%28.61
%11.14

CMYK Percentages of Color #ee712c

%0
%53
%82
%7

Triadic Colors of #ee712c

#ee712c #2cee71 #712cee

Analogous Colors of #ee712c

#ee712c #eed22c #ee2c48

Monochromatic Colors of #ee712c

#ee712c

Complementary Color

#ee712c #2ca9ee

#ee712c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee712c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee712c Color CSS Codes

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

#ee712c Text Font Color

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

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


#ee712c Background Color

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

This div background color is #ee712c


#ee712c Border Color

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

This div border color is #ee712c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee712c


Comments

No comments written yet.

Please login to write comment.