Color Hex Logo

#ee770e Color Hex

#EE770E
(238,119,14)
0 Favorites   0 Comments

Color spaces of #ee770e

RGB 23811914
HSL0.080.890.49
HSV28°94°93°
CMYK 0.000.500.94   0.07
XYZ41.936031.40254.2665
Yxy31.40250.54040.4046
Hunter Lab56.037935.514134.7125
CIE-Lab62.846040.791268.0104

#ee770e color RGB value is (238,119,14).

#ee770e hex color red value is 238, green value is 119 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ee770e hue: 0.08 , saturation: 0.89 and the lightness value of ee770e is 0.49.

The process color (four color CMYK) of #ee770e color hex is 0.00, 0.50, 0.94, 0.07. Web safe color of #ee770e is #ff6600. Color #ee770e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110111 00001110
Octal 356 167 16
Decimal 238 119 14
Hex EE 77 E

RGB Percentages of Color #ee770e

%64.15
%32.08
%3.77

CMYK Percentages of Color #ee770e

%0
%50
%94
%7

Triadic Colors of #ee770e

#ee770e #0eee77 #770eee

Analogous Colors of #ee770e

#ee770e #eee70e #ee0e15

Monochromatic Colors of #ee770e

#ee770e

Complementary Color

#ee770e #0e85ee

#ee770e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee770e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee770e Color CSS Codes

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

#ee770e Text Font Color

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

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


#ee770e Background Color

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

This div background color is #ee770e


#ee770e Border Color

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

This div border color is #ee770e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee770e


Comments

No comments written yet.

Please login to write comment.