Color Hex Logo

#ee912d Color Hex

#EE912D
(238,145,45)
0 Favorites   0 Comments

Color spaces of #ee912d

RGB 23814545
HSL0.090.850.55
HSV31°81°93°
CMYK 0.000.390.81   0.07
XYZ45.858938.61747.5195
Yxy38.61740.49850.4198
Hunter Lab62.142922.975636.3257
CIE-Lab68.473228.052963.5882

#ee912d color RGB value is (238,145,45).

#ee912d hex color red value is 238, green value is 145 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ee912d hue: 0.09 , saturation: 0.85 and the lightness value of ee912d is 0.55.

The process color (four color CMYK) of #ee912d color hex is 0.00, 0.39, 0.81, 0.07. Web safe color of #ee912d is #ff9933. Color #ee912d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010001 00101101
Octal 356 221 55
Decimal 238 145 45
Hex EE 91 2D

RGB Percentages of Color #ee912d

%55.61
%33.88
%10.51

CMYK Percentages of Color #ee912d

%0
%39
%81
%7

Triadic Colors of #ee912d

#ee912d #2dee91 #912dee

Analogous Colors of #ee912d

#ee912d #ebee2d #ee302d

Monochromatic Colors of #ee912d

#ee912d

Complementary Color

#ee912d #2d8aee

#ee912d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee912d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee912d Color CSS Codes

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

#ee912d Text Font Color

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

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


#ee912d Background Color

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

This div background color is #ee912d


#ee912d Border Color

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

This div border color is #ee912d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee912d


Comments

No comments written yet.

Please login to write comment.