Color Hex Logo

#ee3614 Color Hex

#EE3614
(238,54,20)
0 Favorites   0 Comments

Color spaces of #ee3614

RGB 2385420
HSL0.030.870.51
HSV92°93°
CMYK 0.000.770.92   0.07
XYZ36.705320.86602.7548
Yxy20.86600.60840.3459
Hunter Lab45.679363.493628.3999
CIE-Lab52.802567.548159.9113

#ee3614 color RGB value is (238,54,20).

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

The process color (four color CMYK) of #ee3614 color hex is 0.00, 0.77, 0.92, 0.07. Web safe color of #ee3614 is #ff3300. Color #ee3614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110110 00010100
Octal 356 66 24
Decimal 238 54 20
Hex EE 36 14

RGB Percentages of Color #ee3614

%76.28
%17.31
%6.41

CMYK Percentages of Color #ee3614

%0
%77
%92
%7

Triadic Colors of #ee3614

#ee3614 #14ee36 #3614ee

Analogous Colors of #ee3614

#ee3614 #eea314 #ee145f

Monochromatic Colors of #ee3614

#ee3614

Complementary Color

#ee3614 #14ccee

#ee3614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3614 Color CSS Codes

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

#ee3614 Text Font Color

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

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


#ee3614 Background Color

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

This div background color is #ee3614


#ee3614 Border Color

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

This div border color is #ee3614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3614


Comments

No comments written yet.

Please login to write comment.