Color Hex Logo

#eea35b Color Hex

#EEA35B
(238,163,91)
0 Favorites   0 Comments

Color spaces of #eea35b

RGB 23816391
HSL0.080.810.65
HSV29°62°93°
CMYK 0.000.320.62   0.07
XYZ50.245445.126915.9597
Yxy45.12690.45130.4053
Hunter Lab67.176615.951932.9376
CIE-Lab72.975420.772047.9546

#eea35b color RGB value is (238,163,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100011 01011011
Octal 356 243 133
Decimal 238 163 91
Hex EE A3 5B

RGB Percentages of Color #eea35b

%48.37
%33.13
%18.50

CMYK Percentages of Color #eea35b

%0
%32
%62
%7

Triadic Colors of #eea35b

#eea35b #5beea3 #a35bee

Analogous Colors of #eea35b

#eea35b #eeed5b #ee5b5c

Monochromatic Colors of #eea35b

#eea35b

Complementary Color

#eea35b #5ba6ee

#eea35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea35b Color CSS Codes

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

#eea35b Text Font Color

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

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


#eea35b Background Color

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

This div background color is #eea35b


#eea35b Border Color

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

This div border color is #eea35b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,163,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 #eea35b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea35b


Comments

No comments written yet.

Please login to write comment.