Color Hex Logo

#e4994d Color Hex

#E4994D
(228,153,77)
0 Favorites   0 Comments

Color spaces of #e4994d

RGB 22815377
HSL0.080.740.60
HSV30°66°89°
CMYK 0.000.330.66   0.11
XYZ44.725739.812312.3484
Yxy39.81230.46160.4109
Hunter Lab63.097016.108332.5645
CIE-Lab69.335621.078550.3219

#e4994d color RGB value is (228,153,77).

#e4994d hex color red value is 228, green value is 153 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #e4994d hue: 0.08 , saturation: 0.74 and the lightness value of e4994d is 0.60.

The process color (four color CMYK) of #e4994d color hex is 0.00, 0.33, 0.66, 0.11. Web safe color of #e4994d is #cc9966. Color #e4994d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011001 01001101
Octal 344 231 115
Decimal 228 153 77
Hex E4 99 4D

RGB Percentages of Color #e4994d

%49.78
%33.41
%16.81

CMYK Percentages of Color #e4994d

%0
%33
%66
%11

Triadic Colors of #e4994d

#e4994d #4de499 #994de4

Analogous Colors of #e4994d

#e4994d #e4e44d #e44e4d

Monochromatic Colors of #e4994d

#e4994d

Complementary Color

#e4994d #4d98e4

#e4994d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4994d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4994d Color CSS Codes

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

#e4994d Text Font Color

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

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


#e4994d Background Color

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

This div background color is #e4994d


#e4994d Border Color

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

This div border color is #e4994d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4994d


Comments

No comments written yet.

Please login to write comment.