Color Hex Logo

#ea964d Color Hex

#EA964D
(234,150,77)
0 Favorites   0 Comments

Color spaces of #ea964d

RGB 23415077
HSL0.080.790.61
HSV28°67°92°
CMYK 0.000.360.67   0.08
XYZ46.177639.840912.2774
Yxy39.84090.46980.4053
Hunter Lab63.119620.129132.6513
CIE-Lab69.356125.153950.5430

#ea964d color RGB value is (234,150,77).

#ea964d hex color red value is 234, green value is 150 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ea964d hue: 0.08 , saturation: 0.79 and the lightness value of ea964d is 0.61.

The process color (four color CMYK) of #ea964d color hex is 0.00, 0.36, 0.67, 0.08. Web safe color of #ea964d is #ff9966. Color #ea964d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010110 01001101
Octal 352 226 115
Decimal 234 150 77
Hex EA 96 4D

RGB Percentages of Color #ea964d

%50.76
%32.54
%16.70

CMYK Percentages of Color #ea964d

%0
%36
%67
%8

Triadic Colors of #ea964d

#ea964d #4dea96 #964dea

Analogous Colors of #ea964d

#ea964d #eae54d #ea4d53

Monochromatic Colors of #ea964d

#ea964d

Complementary Color

#ea964d #4da1ea

#ea964d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea964d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea964d Color CSS Codes

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

#ea964d Text Font Color

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

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


#ea964d Background Color

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

This div background color is #ea964d


#ea964d Border Color

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

This div border color is #ea964d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea964d


Comments

No comments written yet.

Please login to write comment.