color codes Logo

#ee943c color codes

#EE943C
(238,148,60)
0 Favorites   0 Comments

Color spaces of #ee943c

RGB 23814860
HSL0.080.840.58
HSV30°75°93°
CMYK 0.000.380.75   0.07
XYZ46.665439.68329.4751
Yxy39.68320.48700.4141
Hunter Lab62.994621.989435.1783
CIE-Lab69.243327.019258.3431

#ee943c color RGB value is (238,148,60).

#ee943c hex color red value is 238, green value is 148 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ee943c hue: 0.08 , saturation: 0.84 and the lightness value of ee943c is 0.58.

The process color (four color CMYK) of #ee943c color code is 0.00, 0.38, 0.75, 0.07. Web safe color of #ee943c is #ff9933. Color #ee943c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 00111100
Octal 356 224 74
Decimal 238 148 60
Hex EE 94 3C

RGB Percentages of Color #ee943c

%53.36
%33.18
%13.45

CMYK Percentages of Color #ee943c

%0
%38
%75
%7

Triadic Colors of #ee943c

#ee943c #3cee94 #943cee

Analogous Colors of #ee943c

#ee943c #eeed3c #ee3c3d

Monochromatic Colors of #ee943c

#ee943c

Complementary Color

#ee943c #3c96ee

#ee943c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee943c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee943c Color CSS Codes

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

#ee943c Text Font Color

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

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


#ee943c Background Color

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

This div background color is #ee943c


#ee943c Border Color

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

This div border color is #ee943c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee943c


Comments

No comments written yet.

Please login to write comment.