Color Hex Logo

#e4d60c Color Hex

#E4D60C
(228,214,12)
0 Favorites   0 Comments

Color spaces of #e4d60c

RGB 22821412
HSL0.160.900.47
HSV56°95°89°
CMYK 0.000.060.95   0.11
XYZ56.107864.61379.8623
Yxy64.61370.42970.4948
Hunter Lab80.3826-16.075148.9935
CIE-Lab84.2843-12.824683.0847

#e4d60c color RGB value is (228,214,12).

#e4d60c hex color red value is 228, green value is 214 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #e4d60c hue: 0.16 , saturation: 0.90 and the lightness value of e4d60c is 0.47.

The process color (four color CMYK) of #e4d60c color hex is 0.00, 0.06, 0.95, 0.11. Web safe color of #e4d60c is #cccc00. Color #e4d60c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11010110 00001100
Octal 344 326 14
Decimal 228 214 12
Hex E4 D6 C

RGB Percentages of Color #e4d60c

%50.22
%47.14
%2.64

CMYK Percentages of Color #e4d60c

%0
%6
%95
%11

Triadic Colors of #e4d60c

#e4d60c #0ce4d6 #d60ce4

Analogous Colors of #e4d60c

#e4d60c #86e40c #e46a0c

Monochromatic Colors of #e4d60c

#e4d60c

Complementary Color

#e4d60c #0c1ae4

#e4d60c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4d60c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4d60c Color CSS Codes

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

#e4d60c Text Font Color

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

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


#e4d60c Background Color

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

This div background color is #e4d60c


#e4d60c Border Color

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

This div border color is #e4d60c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,214,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4d60c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4d60c;
  -webkit-box-shadow: 1px 1px 3px 2px #e4d60c;
  box-shadow:         1px 1px 3px 2px #e4d60c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,214,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4d60c


Comments

No comments written yet.

Please login to write comment.