Color Hex Logo

#eea428 Color Hex

#EEA428
(238,164,40)
0 Favorites   0 Comments

Color spaces of #eea428

RGB 23816440
HSL0.100.850.55
HSV38°83°93°
CMYK 0.000.310.83   0.07
XYZ48.918444.88138.0922
Yxy44.88130.48010.4405
Hunter Lab66.993513.101439.7338
CIE-Lab72.813717.878169.0394

#eea428 color RGB value is (238,164,40).

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

The process color (four color CMYK) of #eea428 color hex is 0.00, 0.31, 0.83, 0.07. Web safe color of #eea428 is #ff9933. Color #eea428 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100100 00101000
Octal 356 244 50
Decimal 238 164 40
Hex EE A4 28

RGB Percentages of Color #eea428

%53.85
%37.10
%9.05

CMYK Percentages of Color #eea428

%0
%31
%83
%7

Triadic Colors of #eea428

#eea428 #28eea4 #a428ee

Analogous Colors of #eea428

#eea428 #d5ee28 #ee4128

Monochromatic Colors of #eea428

#eea428

Complementary Color

#eea428 #2872ee

#eea428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea428 Color CSS Codes

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

#eea428 Text Font Color

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

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


#eea428 Background Color

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

This div background color is #eea428


#eea428 Border Color

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

This div border color is #eea428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea428


Comments

No comments written yet.

Please login to write comment.