Color Hex Logo

#ee785f Color Hex

#EE785F
(238,120,95)
0 Favorites   0 Comments

Color spaces of #ee785f

RGB 23812095
HSL0.030.810.65
HSV10°60°93°
CMYK 0.000.500.60   0.07
XYZ44.041932.436314.7660
Yxy32.43630.48270.3555
Hunter Lab56.952938.367324.4951
CIE-Lab63.701943.369834.6633

#ee785f color RGB value is (238,120,95).

#ee785f hex color red value is 238, green value is 120 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ee785f hue: 0.03 , saturation: 0.81 and the lightness value of ee785f is 0.65.

The process color (four color CMYK) of #ee785f color hex is 0.00, 0.50, 0.60, 0.07. Web safe color of #ee785f is #ff6666. Color #ee785f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111000 01011111
Octal 356 170 137
Decimal 238 120 95
Hex EE 78 5F

RGB Percentages of Color #ee785f

%52.54
%26.49
%20.97

CMYK Percentages of Color #ee785f

%0
%50
%60
%7

Triadic Colors of #ee785f

#ee785f #5fee78 #785fee

Analogous Colors of #ee785f

#ee785f #eec05f #ee5f8e

Monochromatic Colors of #ee785f

#ee785f

Complementary Color

#ee785f #5fd5ee

#ee785f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee785f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee785f Color CSS Codes

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

#ee785f Text Font Color

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

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


#ee785f Background Color

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

This div background color is #ee785f


#ee785f Border Color

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

This div border color is #ee785f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee785f


Comments

No comments written yet.

Please login to write comment.