Color Hex Logo

#ee842f Color Hex

#EE842F
(238,132,47)
0 Favorites   0 Comments

Color spaces of #ee842f

RGB 23813247
HSL0.070.850.56
HSV27°80°93°
CMYK 0.000.450.80   0.07
XYZ44.024234.88497.1025
Yxy34.88490.51180.4056
Hunter Lab59.063429.687834.2147
CIE-Lab65.659034.882260.2818

#ee842f color RGB value is (238,132,47).

#ee842f hex color red value is 238, green value is 132 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ee842f hue: 0.07 , saturation: 0.85 and the lightness value of ee842f is 0.56.

The process color (four color CMYK) of #ee842f color hex is 0.00, 0.45, 0.80, 0.07. Web safe color of #ee842f is #ff9933. Color #ee842f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000100 00101111
Octal 356 204 57
Decimal 238 132 47
Hex EE 84 2F

RGB Percentages of Color #ee842f

%57.07
%31.65
%11.27

CMYK Percentages of Color #ee842f

%0
%45
%80
%7

Triadic Colors of #ee842f

#ee842f #2fee84 #842fee

Analogous Colors of #ee842f

#ee842f #eee42f #ee2f39

Monochromatic Colors of #ee842f

#ee842f

Complementary Color

#ee842f #2f99ee

#ee842f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee842f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee842f Color CSS Codes

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

#ee842f Text Font Color

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

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


#ee842f Background Color

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

This div background color is #ee842f


#ee842f Border Color

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

This div border color is #ee842f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee842f


Comments

No comments written yet.

Please login to write comment.