Color Hex Logo

#ee714a Color Hex

#EE714A
(238,113,74)
0 Favorites   0 Comments

Color spaces of #ee714a

RGB 23811374
HSL0.040.830.61
HSV14°69°93°
CMYK 0.000.530.69   0.07
XYZ42.401130.481810.1274
Yxy30.48180.51080.3672
Hunter Lab55.210340.468527.7715
CIE-Lab62.067745.547743.9826

#ee714a color RGB value is (238,113,74).

#ee714a hex color red value is 238, green value is 113 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ee714a hue: 0.04 , saturation: 0.83 and the lightness value of ee714a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110001 01001010
Octal 356 161 112
Decimal 238 113 74
Hex EE 71 4A

RGB Percentages of Color #ee714a

%56.00
%26.59
%17.41

CMYK Percentages of Color #ee714a

%0
%53
%69
%7

Triadic Colors of #ee714a

#ee714a #4aee71 #714aee

Analogous Colors of #ee714a

#ee714a #eec34a #ee4a75

Monochromatic Colors of #ee714a

#ee714a

Complementary Color

#ee714a #4ac7ee

#ee714a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee714a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee714a Color CSS Codes

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

#ee714a Text Font Color

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

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


#ee714a Background Color

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

This div background color is #ee714a


#ee714a Border Color

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

This div border color is #ee714a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee714a


Comments

No comments written yet.

Please login to write comment.