Color Hex Logo

#ee940e Color Hex

#EE940E
(238,148,14)
0 Favorites   0 Comments

Color spaces of #ee940e

RGB 23814814
HSL0.100.890.49
HSV36°94°93°
CMYK 0.000.380.94   0.07
XYZ45.929139.38875.5975
Yxy39.38870.50520.4332
Hunter Lab62.760420.798538.6443
CIE-Lab69.031925.844872.2407

#ee940e color RGB value is (238,148,14).

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

The process color (four color CMYK) of #ee940e color hex is 0.00, 0.38, 0.94, 0.07. Web safe color of #ee940e is #ff9900. Color #ee940e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 00001110
Octal 356 224 16
Decimal 238 148 14
Hex EE 94 E

RGB Percentages of Color #ee940e

%59.50
%37.00
%3.50

CMYK Percentages of Color #ee940e

%0
%38
%94
%7

Triadic Colors of #ee940e

#ee940e #0eee94 #940eee

Analogous Colors of #ee940e

#ee940e #d8ee0e #ee240e

Monochromatic Colors of #ee940e

#ee940e

Complementary Color

#ee940e #0e68ee

#ee940e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee940e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee940e Color CSS Codes

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

#ee940e Text Font Color

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

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


#ee940e Background Color

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

This div background color is #ee940e


#ee940e Border Color

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

This div border color is #ee940e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee940e


Comments

No comments written yet.

Please login to write comment.