Color Hex Logo

#ee945b Color Hex

#EE945B
(238,148,91)
0 Favorites   0 Comments

Color spaces of #ee945b

RGB 23814891
HSL0.060.810.65
HSV23°62°93°
CMYK 0.000.380.62   0.07
XYZ47.738140.112315.1239
Yxy40.11230.46360.3895
Hunter Lab63.334323.709130.1758
CIE-Lab69.549428.699143.9217

#ee945b color RGB value is (238,148,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 01011011
Octal 356 224 133
Decimal 238 148 91
Hex EE 94 5B

RGB Percentages of Color #ee945b

%49.90
%31.03
%19.08

CMYK Percentages of Color #ee945b

%0
%38
%62
%7

Triadic Colors of #ee945b

#ee945b #5bee94 #945bee

Analogous Colors of #ee945b

#ee945b #eede5b #ee5b6c

Monochromatic Colors of #ee945b

#ee945b

Complementary Color

#ee945b #5bb5ee

#ee945b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee945b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee945b Color CSS Codes

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

#ee945b Text Font Color

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

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


#ee945b Background Color

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

This div background color is #ee945b


#ee945b Border Color

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

This div border color is #ee945b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee945b


Comments

No comments written yet.

Please login to write comment.