Color Hex Logo

#ee946f Color Hex

#EE946F
(238,148,111)
0 Favorites   0 Comments

Color spaces of #ee946f

RGB 238148111
HSL0.050.790.68
HSV17°53°93°
CMYK 0.000.380.53   0.07
XYZ48.719040.504620.2893
Yxy40.50460.44490.3699
Hunter Lab63.643225.266425.6488
CIE-Lab69.827430.204633.7434

#ee946f color RGB value is (238,148,111).

#ee946f hex color red value is 238, green value is 148 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ee946f hue: 0.05 , saturation: 0.79 and the lightness value of ee946f is 0.68.

The process color (four color CMYK) of #ee946f color hex is 0.00, 0.38, 0.53, 0.07. Web safe color of #ee946f is #ff9966. Color #ee946f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 01101111
Octal 356 224 157
Decimal 238 148 111
Hex EE 94 6F

RGB Percentages of Color #ee946f

%47.89
%29.78
%22.33

CMYK Percentages of Color #ee946f

%0
%38
%53
%7

Triadic Colors of #ee946f

#ee946f #6fee94 #946fee

Analogous Colors of #ee946f

#ee946f #eed46f #ee6f8a

Monochromatic Colors of #ee946f

#ee946f

Complementary Color

#ee946f #6fc9ee

#ee946f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee946f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee946f Color CSS Codes

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

#ee946f Text Font Color

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

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


#ee946f Background Color

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

This div background color is #ee946f


#ee946f Border Color

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

This div border color is #ee946f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee946f


Comments

No comments written yet.

Please login to write comment.