Color Hex Logo

#ee642d Color Hex

#EE642D
(238,100,45)
0 Favorites   0 Comments

Color spaces of #ee642d

RGB 23810045
HSL0.050.850.55
HSV17°81°93°
CMYK 0.000.580.81   0.07
XYZ40.290727.48095.6634
Yxy27.48090.54870.3742
Hunter Lab52.422245.452730.2902
CIE-Lab59.416850.527355.3723

#ee642d color RGB value is (238,100,45).

#ee642d hex color red value is 238, green value is 100 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ee642d hue: 0.05 , saturation: 0.85 and the lightness value of ee642d is 0.55.

The process color (four color CMYK) of #ee642d color hex is 0.00, 0.58, 0.81, 0.07. Web safe color of #ee642d is #ff6633. Color #ee642d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100100 00101101
Octal 356 144 55
Decimal 238 100 45
Hex EE 64 2D

RGB Percentages of Color #ee642d

%62.14
%26.11
%11.75

CMYK Percentages of Color #ee642d

%0
%58
%81
%7

Triadic Colors of #ee642d

#ee642d #2dee64 #642dee

Analogous Colors of #ee642d

#ee642d #eec52d #ee2d57

Monochromatic Colors of #ee642d

#ee642d

Complementary Color

#ee642d #2db7ee

#ee642d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee642d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee642d Color CSS Codes

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

#ee642d Text Font Color

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

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


#ee642d Background Color

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

This div background color is #ee642d


#ee642d Border Color

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

This div border color is #ee642d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee642d


Comments

No comments written yet.

Please login to write comment.