Color Hex Logo

#ee380e Color Hex

#EE380E
(238,56,14)
0 Favorites   0 Comments

Color spaces of #ee380e

RGB 2385614
HSL0.030.890.49
HSV11°94°93°
CMYK 0.000.760.94   0.07
XYZ36.753321.03722.5389
Yxy21.03720.60920.3487
Hunter Lab45.866362.768428.8245
CIE-Lab52.990266.897961.8106

#ee380e color RGB value is (238,56,14).

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

The process color (four color CMYK) of #ee380e color hex is 0.00, 0.76, 0.94, 0.07. Web safe color of #ee380e is #ff3300. Color #ee380e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111000 00001110
Octal 356 70 16
Decimal 238 56 14
Hex EE 38 E

RGB Percentages of Color #ee380e

%77.27
%18.18
%4.55

CMYK Percentages of Color #ee380e

%0
%76
%94
%7

Triadic Colors of #ee380e

#ee380e #0eee38 #380eee

Analogous Colors of #ee380e

#ee380e #eea80e #ee0e54

Monochromatic Colors of #ee380e

#ee380e

Complementary Color

#ee380e #0ec4ee

#ee380e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee380e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee380e Color CSS Codes

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

#ee380e Text Font Color

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

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


#ee380e Background Color

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

This div background color is #ee380e


#ee380e Border Color

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

This div border color is #ee380e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,56,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 #ee380e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee380e


Comments

No comments written yet.

Please login to write comment.