Color Hex Logo

#ee855b Color Hex

#EE855B
(238,133,91)
0 Favorites   0 Comments

Color spaces of #ee855b

RGB 23813391
HSL0.050.810.65
HSV17°62°93°
CMYK 0.000.440.62   0.07
XYZ45.535835.707514.3898
Yxy35.70750.47620.3734
Hunter Lab59.755831.450227.5514
CIE-Lab66.295836.515140.0158

#ee855b color RGB value is (238,133,91).

#ee855b hex color red value is 238, green value is 133 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ee855b hue: 0.05 , saturation: 0.81 and the lightness value of ee855b is 0.65.

The process color (four color CMYK) of #ee855b color hex is 0.00, 0.44, 0.62, 0.07. Web safe color of #ee855b is #ff9966. Color #ee855b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000101 01011011
Octal 356 205 133
Decimal 238 133 91
Hex EE 85 5B

RGB Percentages of Color #ee855b

%51.52
%28.79
%19.70

CMYK Percentages of Color #ee855b

%0
%44
%62
%7

Triadic Colors of #ee855b

#ee855b #5bee85 #855bee

Analogous Colors of #ee855b

#ee855b #eecf5b #ee5b7b

Monochromatic Colors of #ee855b

#ee855b

Complementary Color

#ee855b #5bc4ee

#ee855b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee855b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee855b Color CSS Codes

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

#ee855b Text Font Color

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

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


#ee855b Background Color

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

This div background color is #ee855b


#ee855b Border Color

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

This div border color is #ee855b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee855b


Comments

No comments written yet.

Please login to write comment.