Color Hex Logo

#eea930 Color Hex

#EEA930
(238,169,48)
0 Favorites   0 Comments

Color spaces of #eea930

RGB 23816948
HSL0.110.850.56
HSV38°80°93°
CMYK 0.000.290.80   0.07
XYZ49.981446.76659.1888
Yxy46.76650.47180.4415
Hunter Lab68.386010.785039.9036
CIE-Lab74.040215.473167.5154

#eea930 color RGB value is (238,169,48).

#eea930 hex color red value is 238, green value is 169 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #eea930 hue: 0.11 , saturation: 0.85 and the lightness value of eea930 is 0.56.

The process color (four color CMYK) of #eea930 color hex is 0.00, 0.29, 0.80, 0.07. Web safe color of #eea930 is #ff9933. Color #eea930 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101001 00110000
Octal 356 251 60
Decimal 238 169 48
Hex EE A9 30

RGB Percentages of Color #eea930

%52.31
%37.14
%10.55

CMYK Percentages of Color #eea930

%0
%29
%80
%7

Triadic Colors of #eea930

#eea930 #30eea9 #a930ee

Analogous Colors of #eea930

#eea930 #d4ee30 #ee4a30

Monochromatic Colors of #eea930

#eea930

Complementary Color

#eea930 #3075ee

#eea930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea930 Color CSS Codes

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

#eea930 Text Font Color

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

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


#eea930 Background Color

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

This div background color is #eea930


#eea930 Border Color

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

This div border color is #eea930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea930


Comments

No comments written yet.

Please login to write comment.