Color Hex Logo

#e4c916 Color Hex

#E4C916
(228,201,22)
0 Favorites   0 Comments

Color spaces of #e4c916

RGB 22820122
HSL0.140.820.49
HSV52°90°89°
CMYK 0.000.120.90   0.11
XYZ53.026458.32529.2222
Yxy58.32520.43980.4837
Hunter Lab76.3709-9.711846.3001
CIE-Lab80.9193-6.143579.2698

#e4c916 color RGB value is (228,201,22).

#e4c916 hex color red value is 228, green value is 201 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #e4c916 hue: 0.14 , saturation: 0.82 and the lightness value of e4c916 is 0.49.

The process color (four color CMYK) of #e4c916 color hex is 0.00, 0.12, 0.90, 0.11. Web safe color of #e4c916 is #cccc00. Color #e4c916 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11001001 00010110
Octal 344 311 26
Decimal 228 201 22
Hex E4 C9 16

RGB Percentages of Color #e4c916

%50.55
%44.57
%4.88

CMYK Percentages of Color #e4c916

%0
%12
%90
%11

Triadic Colors of #e4c916

#e4c916 #16e4c9 #c916e4

Analogous Colors of #e4c916

#e4c916 #98e416 #e46216

Monochromatic Colors of #e4c916

#e4c916

Complementary Color

#e4c916 #1631e4

#e4c916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4c916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4c916 Color CSS Codes

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

#e4c916 Text Font Color

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

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


#e4c916 Background Color

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

This div background color is #e4c916


#e4c916 Border Color

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

This div border color is #e4c916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4c916


Comments

No comments written yet.

Please login to write comment.