Color Hex Logo

#eea21d Color Hex

#EEA21D
(238,162,29)
0 Favorites   0 Comments

Color spaces of #eea21d

RGB 23816229
HSL0.110.860.52
HSV38°88°93°
CMYK 0.000.320.88   0.07
XYZ48.402044.10657.1247
Yxy44.10650.48580.4427
Hunter Lab66.412713.869640.1283
CIE-Lab72.299618.678971.6475

#eea21d color RGB value is (238,162,29).

#eea21d hex color red value is 238, green value is 162 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #eea21d hue: 0.11 , saturation: 0.86 and the lightness value of eea21d is 0.52.

The process color (four color CMYK) of #eea21d color hex is 0.00, 0.32, 0.88, 0.07. Web safe color of #eea21d is #ff9933. Color #eea21d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100010 00011101
Octal 356 242 35
Decimal 238 162 29
Hex EE A2 1D

RGB Percentages of Color #eea21d

%55.48
%37.76
%6.76

CMYK Percentages of Color #eea21d

%0
%32
%88
%7

Triadic Colors of #eea21d

#eea21d #1deea2 #a21dee

Analogous Colors of #eea21d

#eea21d #d2ee1d #ee3a1d

Monochromatic Colors of #eea21d

#eea21d

Complementary Color

#eea21d #1d69ee

#eea21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea21d Color CSS Codes

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

#eea21d Text Font Color

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

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


#eea21d Background Color

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

This div background color is #eea21d


#eea21d Border Color

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

This div border color is #eea21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea21d


Comments

No comments written yet.

Please login to write comment.