Color Hex Logo

#eeb35e Color Hex

#EEB35E
(238,179,94)
0 Favorites   0 Comments

Color spaces of #eeb35e

RGB 23817994
HSL0.100.810.65
HSV35°61°93°
CMYK 0.000.250.61   0.07
XYZ53.400451.225517.6627
Yxy51.22550.43670.4189
Hunter Lab71.57207.929235.4687
CIE-Lab76.815412.510950.9506

#eeb35e color RGB value is (238,179,94).

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

The process color (four color CMYK) of #eeb35e color hex is 0.00, 0.25, 0.61, 0.07. Web safe color of #eeb35e is #ffcc66. Color #eeb35e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110011 01011110
Octal 356 263 136
Decimal 238 179 94
Hex EE B3 5E

RGB Percentages of Color #eeb35e

%46.58
%35.03
%18.40

CMYK Percentages of Color #eeb35e

%0
%25
%61
%7

Triadic Colors of #eeb35e

#eeb35e #5eeeb3 #b35eee

Analogous Colors of #eeb35e

#eeb35e #e1ee5e #ee6b5e

Monochromatic Colors of #eeb35e

#eeb35e

Complementary Color

#eeb35e #5e99ee

#eeb35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb35e Color CSS Codes

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

#eeb35e Text Font Color

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

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


#eeb35e Background Color

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

This div background color is #eeb35e


#eeb35e Border Color

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

This div border color is #eeb35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb35e


Comments

No comments written yet.

Please login to write comment.