Color Hex Logo

#e1d83a Color Hex

#E1D83A
(225,216,58)
0 Favorites   0 Comments

Color spaces of #e1d83a

RGB 22521658
HSL0.160.740.55
HSV57°74°88°
CMYK 0.000.040.74   0.12
XYZ56.370965.424813.6602
Yxy65.42480.41620.4830
Hunter Lab80.8856-17.149346.6068
CIE-Lab84.7022-13.971273.5025

#e1d83a color RGB value is (225,216,58).

#e1d83a hex color red value is 225, green value is 216 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #e1d83a hue: 0.16 , saturation: 0.74 and the lightness value of e1d83a is 0.55.

The process color (four color CMYK) of #e1d83a color hex is 0.00, 0.04, 0.74, 0.12. Web safe color of #e1d83a is #cccc33. Color #e1d83a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011000 00111010
Octal 341 330 72
Decimal 225 216 58
Hex E1 D8 3A

RGB Percentages of Color #e1d83a

%45.09
%43.29
%11.62

CMYK Percentages of Color #e1d83a

%0
%4
%74
%12

Triadic Colors of #e1d83a

#e1d83a #3ae1d8 #d83ae1

Analogous Colors of #e1d83a

#e1d83a #97e13a #e1853a

Monochromatic Colors of #e1d83a

#e1d83a

Complementary Color

#e1d83a #3a43e1

#e1d83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1d83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1d83a Color CSS Codes

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

#e1d83a Text Font Color

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

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


#e1d83a Background Color

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

This div background color is #e1d83a


#e1d83a Border Color

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

This div border color is #e1d83a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,216,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1d83a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1d83a;
  -webkit-box-shadow: 1px 1px 3px 2px #e1d83a;
  box-shadow:         1px 1px 3px 2px #e1d83a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,216,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1d83a


Comments

No comments written yet.

Please login to write comment.