Color Hex Logo

#ee540e Color Hex

#EE540E
(238,84,14)
0 Favorites   0 Comments

Color spaces of #ee540e

RGB 2388414
HSL0.050.890.49
HSV19°94°93°
CMYK 0.000.650.94   0.07
XYZ38.509524.54953.1243
Yxy24.54950.58190.3709
Hunter Lab49.547552.026630.9446
CIE-Lab56.633856.904564.0012

#ee540e color RGB value is (238,84,14).

#ee540e hex color red value is 238, green value is 84 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ee540e hue: 0.05 , saturation: 0.89 and the lightness value of ee540e is 0.49.

The process color (four color CMYK) of #ee540e color hex is 0.00, 0.65, 0.94, 0.07. Web safe color of #ee540e is #ff6600. Color #ee540e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010100 00001110
Octal 356 124 16
Decimal 238 84 14
Hex EE 54 E

RGB Percentages of Color #ee540e

%70.83
%25.00
%4.17

CMYK Percentages of Color #ee540e

%0
%65
%94
%7

Triadic Colors of #ee540e

#ee540e #0eee54 #540eee

Analogous Colors of #ee540e

#ee540e #eec40e #ee0e38

Monochromatic Colors of #ee540e

#ee540e

Complementary Color

#ee540e #0ea8ee

#ee540e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee540e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee540e Color CSS Codes

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

#ee540e Text Font Color

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

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


#ee540e Background Color

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

This div background color is #ee540e


#ee540e Border Color

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

This div border color is #ee540e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee540e


Comments

No comments written yet.

Please login to write comment.