Color Hex Logo

#ee795f Color Hex

#EE795F
(238,121,95)
0 Favorites   0 Comments

Color spaces of #ee795f

RGB 23812195
HSL0.030.810.65
HSV11°60°93°
CMYK 0.000.490.60   0.07
XYZ44.162832.678114.8063
Yxy32.67810.48190.3566
Hunter Lab57.164837.862424.6586
CIE-Lab63.899442.872034.9105

#ee795f color RGB value is (238,121,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111001 01011111
Octal 356 171 137
Decimal 238 121 95
Hex EE 79 5F

RGB Percentages of Color #ee795f

%52.42
%26.65
%20.93

CMYK Percentages of Color #ee795f

%0
%49
%60
%7

Triadic Colors of #ee795f

#ee795f #5fee79 #795fee

Analogous Colors of #ee795f

#ee795f #eec15f #ee5f8d

Monochromatic Colors of #ee795f

#ee795f

Complementary Color

#ee795f #5fd4ee

#ee795f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee795f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee795f Color CSS Codes

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

#ee795f Text Font Color

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

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


#ee795f Background Color

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

This div background color is #ee795f


#ee795f Border Color

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

This div border color is #ee795f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee795f


Comments

No comments written yet.

Please login to write comment.