Color Hex Logo

#ee642f Color Hex

#EE642F
(238,100,47)
0 Favorites   0 Comments

Color spaces of #ee642f

RGB 23810047
HSL0.050.850.56
HSV17°80°93°
CMYK 0.000.580.80   0.07
XYZ40.330227.49675.8711
Yxy27.49670.54720.3731
Hunter Lab52.437345.521430.0677
CIE-Lab59.431350.587754.4955

#ee642f color RGB value is (238,100,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100100 00101111
Octal 356 144 57
Decimal 238 100 47
Hex EE 64 2F

RGB Percentages of Color #ee642f

%61.82
%25.97
%12.21

CMYK Percentages of Color #ee642f

%0
%58
%80
%7

Triadic Colors of #ee642f

#ee642f #2fee64 #642fee

Analogous Colors of #ee642f

#ee642f #eec42f #ee2f5a

Monochromatic Colors of #ee642f

#ee642f

Complementary Color

#ee642f #2fb9ee

#ee642f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee642f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee642f Color CSS Codes

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

#ee642f Text Font Color

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

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


#ee642f Background Color

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

This div background color is #ee642f


#ee642f Border Color

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

This div border color is #ee642f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee642f


Comments

No comments written yet.

Please login to write comment.