Color Hex Logo

#eea026 Color Hex

#EEA026
(238,160,38)
0 Favorites   0 Comments

Color spaces of #eea026

RGB 23816038
HSL0.100.850.54
HSV37°84°93°
CMYK 0.000.330.84   0.07
XYZ48.180643.45877.6827
Yxy43.45870.48510.4376
Hunter Lab65.923215.092839.2366
CIE-Lab71.865219.941768.8471

#eea026 color RGB value is (238,160,38).

#eea026 hex color red value is 238, green value is 160 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #eea026 hue: 0.10 , saturation: 0.85 and the lightness value of eea026 is 0.54.

The process color (four color CMYK) of #eea026 color hex is 0.00, 0.33, 0.84, 0.07. Web safe color of #eea026 is #ff9933. Color #eea026 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100000 00100110
Octal 356 240 46
Decimal 238 160 38
Hex EE A0 26

RGB Percentages of Color #eea026

%54.59
%36.70
%8.72

CMYK Percentages of Color #eea026

%0
%33
%84
%7

Triadic Colors of #eea026

#eea026 #26eea0 #a026ee

Analogous Colors of #eea026

#eea026 #d8ee26 #ee3c26

Monochromatic Colors of #eea026

#eea026

Complementary Color

#eea026 #2674ee

#eea026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea026 Color CSS Codes

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

#eea026 Text Font Color

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

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


#eea026 Background Color

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

This div background color is #eea026


#eea026 Border Color

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

This div border color is #eea026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea026


Comments

No comments written yet.

Please login to write comment.