Color Hex Logo

#ee941d Color Hex

#EE941D
(238,148,29)
0 Favorites   0 Comments

Color spaces of #ee941d

RGB 23814829
HSL0.090.860.52
HSV34°88°93°
CMYK 0.000.380.88   0.07
XYZ46.071639.44576.3479
Yxy39.44570.50150.4294
Hunter Lab62.805821.029637.9715
CIE-Lab69.072926.073569.1265

#ee941d color RGB value is (238,148,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 00011101
Octal 356 224 35
Decimal 238 148 29
Hex EE 94 1D

RGB Percentages of Color #ee941d

%57.35
%35.66
%6.99

CMYK Percentages of Color #ee941d

%0
%38
%88
%7

Triadic Colors of #ee941d

#ee941d #1dee94 #941dee

Analogous Colors of #ee941d

#ee941d #e0ee1d #ee2b1d

Monochromatic Colors of #ee941d

#ee941d

Complementary Color

#ee941d #1d77ee

#ee941d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee941d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee941d Color CSS Codes

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

#ee941d Text Font Color

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

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


#ee941d Background Color

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

This div background color is #ee941d


#ee941d Border Color

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

This div border color is #ee941d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee941d


Comments

No comments written yet.

Please login to write comment.