Color Hex Logo

#ee931d Color Hex

#EE931D
(238,147,29)
0 Favorites   0 Comments

Color spaces of #ee931d

RGB 23814729
HSL0.090.860.52
HSV34°88°93°
CMYK 0.000.380.88   0.07
XYZ45.915439.13336.2959
Yxy39.13330.50270.4284
Hunter Lab62.556621.541637.8225
CIE-Lab68.847726.599768.9506

#ee931d color RGB value is (238,147,29).

#ee931d hex color red value is 238, green value is 147 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ee931d hue: 0.09 , saturation: 0.86 and the lightness value of ee931d is 0.52.

The process color (four color CMYK) of #ee931d color hex is 0.00, 0.38, 0.88, 0.07. Web safe color of #ee931d is #ff9933. Color #ee931d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010011 00011101
Octal 356 223 35
Decimal 238 147 29
Hex EE 93 1D

RGB Percentages of Color #ee931d

%57.49
%35.51
%7.00

CMYK Percentages of Color #ee931d

%0
%38
%88
%7

Triadic Colors of #ee931d

#ee931d #1dee93 #931dee

Analogous Colors of #ee931d

#ee931d #e1ee1d #ee2a1d

Monochromatic Colors of #ee931d

#ee931d

Complementary Color

#ee931d #1d78ee

#ee931d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee931d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee931d Color CSS Codes

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

#ee931d Text Font Color

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

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


#ee931d Background Color

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

This div background color is #ee931d


#ee931d Border Color

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

This div border color is #ee931d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee931d


Comments

No comments written yet.

Please login to write comment.