Color Hex Logo

#eea50d Color Hex

#EEA50D
(238,165,13)
0 Favorites   0 Comments

Color spaces of #eea50d

RGB 23816513
HSL0.110.900.49
HSV41°95°93°
CMYK 0.000.310.95   0.07
XYZ48.787745.11656.5177
Yxy45.11650.48580.4493
Hunter Lab67.168812.107141.2650
CIE-Lab72.968516.853475.1578

#eea50d color RGB value is (238,165,13).

#eea50d hex color red value is 238, green value is 165 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #eea50d hue: 0.11 , saturation: 0.90 and the lightness value of eea50d is 0.49.

The process color (four color CMYK) of #eea50d color hex is 0.00, 0.31, 0.95, 0.07. Web safe color of #eea50d is #ff9900. Color #eea50d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100101 00001101
Octal 356 245 15
Decimal 238 165 13
Hex EE A5 D

RGB Percentages of Color #eea50d

%57.21
%39.66
%3.13

CMYK Percentages of Color #eea50d

%0
%31
%95
%7

Triadic Colors of #eea50d

#eea50d #0deea5 #a50dee

Analogous Colors of #eea50d

#eea50d #c7ee0d #ee350d

Monochromatic Colors of #eea50d

#eea50d

Complementary Color

#eea50d #0d56ee

#eea50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea50d Color CSS Codes

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

#eea50d Text Font Color

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

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


#eea50d Background Color

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

This div background color is #eea50d


#eea50d Border Color

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

This div border color is #eea50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea50d


Comments

No comments written yet.

Please login to write comment.