Color Hex Logo

#eec262 Color Hex

#EEC262
(238,194,98)
0 Favorites   0 Comments

Color spaces of #eec262

RGB 23819498
HSL0.110.800.66
HSV41°59°93°
CMYK 0.000.180.59   0.07
XYZ56.756357.642619.6900
Yxy57.64260.42330.4299
Hunter Lab75.92270.573537.7695
CIE-Lab80.53974.925753.3488

#eec262 color RGB value is (238,194,98).

#eec262 hex color red value is 238, green value is 194 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #eec262 hue: 0.11 , saturation: 0.80 and the lightness value of eec262 is 0.66.

The process color (four color CMYK) of #eec262 color hex is 0.00, 0.18, 0.59, 0.07. Web safe color of #eec262 is #ffcc66. Color #eec262 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 01100010
Octal 356 302 142
Decimal 238 194 98
Hex EE C2 62

RGB Percentages of Color #eec262

%44.91
%36.60
%18.49

CMYK Percentages of Color #eec262

%0
%18
%59
%7

Triadic Colors of #eec262

#eec262 #62eec2 #c262ee

Analogous Colors of #eec262

#eec262 #d4ee62 #ee7c62

Monochromatic Colors of #eec262

#eec262

Complementary Color

#eec262 #628eee

#eec262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec262 Color CSS Codes

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

#eec262 Text Font Color

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

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


#eec262 Background Color

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

This div background color is #eec262


#eec262 Border Color

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

This div border color is #eec262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec262


Comments

No comments written yet.

Please login to write comment.