Color Hex Logo

#ee943b Color Hex

#EE943B
(238,148,59)
0 Favorites   0 Comments

Color spaces of #ee943b

RGB 23814859
HSL0.080.840.58
HSV30°75°93°
CMYK 0.000.380.75   0.07
XYZ46.639239.67279.3371
Yxy39.67270.48760.4148
Hunter Lab62.986321.947235.3012
CIE-Lab69.235826.977858.7626

#ee943b color RGB value is (238,148,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 00111011
Octal 356 224 73
Decimal 238 148 59
Hex EE 94 3B

RGB Percentages of Color #ee943b

%53.48
%33.26
%13.26

CMYK Percentages of Color #ee943b

%0
%38
%75
%7

Triadic Colors of #ee943b

#ee943b #3bee94 #943bee

Analogous Colors of #ee943b

#ee943b #eeee3b #ee3b3c

Monochromatic Colors of #ee943b

#ee943b

Complementary Color

#ee943b #3b95ee

#ee943b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee943b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee943b Color CSS Codes

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

#ee943b Text Font Color

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

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


#ee943b Background Color

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

This div background color is #ee943b


#ee943b Border Color

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

This div border color is #ee943b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee943b


Comments

No comments written yet.

Please login to write comment.