Color Hex Logo

#eec13e Color Hex

#EEC13E
(238,193,62)
0 Favorites   0 Comments

Color spaces of #eec13e

RGB 23819362
HSL0.120.840.59
HSV45°74°93°
CMYK 0.000.190.74   0.07
XYZ55.199456.664912.5855
Yxy56.66490.44350.4553
Hunter Lab75.2761-0.840442.7805
CIE-Lab79.99073.406168.0771

#eec13e color RGB value is (238,193,62).

#eec13e hex color red value is 238, green value is 193 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #eec13e hue: 0.12 , saturation: 0.84 and the lightness value of eec13e is 0.59.

The process color (four color CMYK) of #eec13e color hex is 0.00, 0.19, 0.74, 0.07. Web safe color of #eec13e is #ffcc33. Color #eec13e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000001 00111110
Octal 356 301 76
Decimal 238 193 62
Hex EE C1 3E

RGB Percentages of Color #eec13e

%48.28
%39.15
%12.58

CMYK Percentages of Color #eec13e

%0
%19
%74
%7

Triadic Colors of #eec13e

#eec13e #3eeec1 #c13eee

Analogous Colors of #eec13e

#eec13e #c3ee3e #ee693e

Monochromatic Colors of #eec13e

#eec13e

Complementary Color

#eec13e #3e6bee

#eec13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec13e Color CSS Codes

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

#eec13e Text Font Color

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

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


#eec13e Background Color

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

This div background color is #eec13e


#eec13e Border Color

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

This div border color is #eec13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec13e


Comments

No comments written yet.

Please login to write comment.