Color Hex Logo

#ee4118 Color Hex

#EE4118
(238,65,24)
0 Favorites   0 Comments

Color spaces of #ee4118

RGB 2386524
HSL0.030.860.51
HSV11°90°93°
CMYK 0.000.730.90   0.07
XYZ37.315122.02373.1484
Yxy22.02370.59720.3525
Hunter Lab46.929459.804728.8729
CIE-Lab54.052164.167159.3930

#ee4118 color RGB value is (238,65,24).

#ee4118 hex color red value is 238, green value is 65 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #ee4118 hue: 0.03 , saturation: 0.86 and the lightness value of ee4118 is 0.51.

The process color (four color CMYK) of #ee4118 color hex is 0.00, 0.73, 0.90, 0.07. Web safe color of #ee4118 is #ff3300. Color #ee4118 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000001 00011000
Octal 356 101 30
Decimal 238 65 24
Hex EE 41 18

RGB Percentages of Color #ee4118

%72.78
%19.88
%7.34

CMYK Percentages of Color #ee4118

%0
%73
%90
%7

Triadic Colors of #ee4118

#ee4118 #18ee41 #4118ee

Analogous Colors of #ee4118

#ee4118 #eeac18 #ee185a

Monochromatic Colors of #ee4118

#ee4118

Complementary Color

#ee4118 #18c5ee

#ee4118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee4118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee4118 Color CSS Codes

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

#ee4118 Text Font Color

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

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


#ee4118 Background Color

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

This div background color is #ee4118


#ee4118 Border Color

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

This div border color is #ee4118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee4118


Comments

No comments written yet.

Please login to write comment.