Color Hex Logo

#ee540f Color Hex

#EE540F
(238,84,15)
0 Favorites   0 Comments

Color spaces of #ee540f

RGB 2388415
HSL0.050.880.50
HSV19°94°93°
CMYK 0.000.650.94   0.07
XYZ38.516424.55233.1610
Yxy24.55230.58160.3707
Hunter Lab49.550352.038630.9029
CIE-Lab56.636656.914763.7671

#ee540f color RGB value is (238,84,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010100 00001111
Octal 356 124 17
Decimal 238 84 15
Hex EE 54 F

RGB Percentages of Color #ee540f

%70.62
%24.93
%4.45

CMYK Percentages of Color #ee540f

%0
%65
%94
%7

Triadic Colors of #ee540f

#ee540f #0fee54 #540fee

Analogous Colors of #ee540f

#ee540f #eec40f #ee0f39

Monochromatic Colors of #ee540f

#ee540f

Complementary Color

#ee540f #0fa9ee

#ee540f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee540f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee540f Color CSS Codes

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

#ee540f Text Font Color

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

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


#ee540f Background Color

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

This div background color is #ee540f


#ee540f Border Color

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

This div border color is #ee540f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee540f


Comments

No comments written yet.

Please login to write comment.