Color Hex Logo

#ee863a Color Hex

#EE863A
(238,134,58)
0 Favorites   0 Comments

Color spaces of #ee863a

RGB 23813458
HSL0.070.840.58
HSV25°76°93°
CMYK 0.000.440.76   0.07
XYZ44.548735.53288.5135
Yxy35.53280.50280.4011
Hunter Lab59.609429.084433.2587
CIE-Lab66.161434.246856.1353

#ee863a color RGB value is (238,134,58).

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

The process color (four color CMYK) of #ee863a color hex is 0.00, 0.44, 0.76, 0.07. Web safe color of #ee863a is #ff9933. Color #ee863a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000110 00111010
Octal 356 206 72
Decimal 238 134 58
Hex EE 86 3A

RGB Percentages of Color #ee863a

%55.35
%31.16
%13.49

CMYK Percentages of Color #ee863a

%0
%44
%76
%7

Triadic Colors of #ee863a

#ee863a #3aee86 #863aee

Analogous Colors of #ee863a

#ee863a #eee03a #ee3a48

Monochromatic Colors of #ee863a

#ee863a

Complementary Color

#ee863a #3aa2ee

#ee863a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee863a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee863a Color CSS Codes

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

#ee863a Text Font Color

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

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


#ee863a Background Color

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

This div background color is #ee863a


#ee863a Border Color

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

This div border color is #ee863a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee863a


Comments

No comments written yet.

Please login to write comment.