Color Hex Logo

#ee914d Color Hex

#EE914D
(238,145,77)
0 Favorites   0 Comments

Color spaces of #ee914d

RGB 23814577
HSL0.070.830.62
HSV25°68°93°
CMYK 0.000.390.68   0.07
XYZ46.724838.963812.0793
Yxy38.96380.47790.3985
Hunter Lab62.421024.378232.2213
CIE-Lab68.725029.420449.9775

#ee914d color RGB value is (238,145,77).

#ee914d hex color red value is 238, green value is 145 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ee914d hue: 0.07 , saturation: 0.83 and the lightness value of ee914d is 0.62.

The process color (four color CMYK) of #ee914d color hex is 0.00, 0.39, 0.68, 0.07. Web safe color of #ee914d is #ff9966. Color #ee914d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010001 01001101
Octal 356 221 115
Decimal 238 145 77
Hex EE 91 4D

RGB Percentages of Color #ee914d

%51.74
%31.52
%16.74

CMYK Percentages of Color #ee914d

%0
%39
%68
%7

Triadic Colors of #ee914d

#ee914d #4dee91 #914dee

Analogous Colors of #ee914d

#ee914d #eee24d #ee4d5a

Monochromatic Colors of #ee914d

#ee914d

Complementary Color

#ee914d #4daaee

#ee914d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee914d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee914d Color CSS Codes

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

#ee914d Text Font Color

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

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


#ee914d Background Color

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

This div background color is #ee914d


#ee914d Border Color

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

This div border color is #ee914d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee914d


Comments

No comments written yet.

Please login to write comment.