Color Hex Logo

#eea500 Color Hex

#EEA500
(238,165,0)
0 Favorites   0 Comments

Color spaces of #eea500

RGB 2381650
HSL0.121.000.47
HSV42°100°93°
CMYK 0.000.311.00   0.07
XYZ48.715045.08746.1352
Yxy45.08740.48750.4512
Hunter Lab67.147211.993541.5857
CIE-Lab72.949416.736976.6862

#eea500 color RGB value is (238,165,0).

#eea500 hex color red value is 238, green value is 165 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #eea500 hue: 0.12 , saturation: 1.00 and the lightness value of eea500 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100101 00000000
Octal 356 245 0
Decimal 238 165 0
Hex EE A5 0

RGB Percentages of Color #eea500

%59.06
%40.94
%0.00

CMYK Percentages of Color #eea500

%0
%31
%100
%7

Triadic Colors of #eea500

#eea500 #00eea5 #a500ee

Analogous Colors of #eea500

#eea500 #c0ee00 #ee2e00

Monochromatic Colors of #eea500

#eea500

Complementary Color

#eea500 #0049ee

#eea500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea500 Color CSS Codes

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

#eea500 Text Font Color

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

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


#eea500 Background Color

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

This div background color is #eea500


#eea500 Border Color

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

This div border color is #eea500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea500


Comments

No comments written yet.

Please login to write comment.