Color Hex Logo

#e2d10d Color Hex

#E2D10D
(226,209,13)
0 Favorites   0 Comments

Color spaces of #e2d10d

RGB 22620913
HSL0.150.890.47
HSV55°94°89°
CMYK 0.000.080.94   0.11
XYZ54.237161.79879.4505
Yxy61.79870.43220.4925
Hunter Lab78.6121-14.418347.9009
CIE-Lab82.8063-11.168081.8043

#e2d10d color RGB value is (226,209,13).

#e2d10d hex color red value is 226, green value is 209 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #e2d10d hue: 0.15 , saturation: 0.89 and the lightness value of e2d10d is 0.47.

The process color (four color CMYK) of #e2d10d color hex is 0.00, 0.08, 0.94, 0.11. Web safe color of #e2d10d is #cccc00. Color #e2d10d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11010001 00001101
Octal 342 321 15
Decimal 226 209 13
Hex E2 D1 D

RGB Percentages of Color #e2d10d

%50.45
%46.65
%2.90

CMYK Percentages of Color #e2d10d

%0
%8
%94
%11

Triadic Colors of #e2d10d

#e2d10d #0de2d1 #d10de2

Analogous Colors of #e2d10d

#e2d10d #89e20d #e2670d

Monochromatic Colors of #e2d10d

#e2d10d

Complementary Color

#e2d10d #0d1ee2

#e2d10d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2d10d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2d10d Color CSS Codes

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

#e2d10d Text Font Color

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

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


#e2d10d Background Color

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

This div background color is #e2d10d


#e2d10d Border Color

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

This div border color is #e2d10d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,209,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 #e2d10d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2d10d


Comments

No comments written yet.

Please login to write comment.