Color Hex Logo

#ea963c Color Hex

#EA963C
(234,150,60)
0 Favorites   0 Comments

Color spaces of #ea963c

RGB 23415060
HSL0.090.810.58
HSV31°74°92°
CMYK 0.000.360.74   0.08
XYZ45.653639.63149.5184
Yxy39.63140.48160.4180
Hunter Lab62.953519.278935.1029
CIE-Lab69.206224.307558.1444

#ea963c color RGB value is (234,150,60).

#ea963c hex color red value is 234, green value is 150 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ea963c hue: 0.09 , saturation: 0.81 and the lightness value of ea963c is 0.58.

The process color (four color CMYK) of #ea963c color hex is 0.00, 0.36, 0.74, 0.08. Web safe color of #ea963c is #ff9933. Color #ea963c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010110 00111100
Octal 352 226 74
Decimal 234 150 60
Hex EA 96 3C

RGB Percentages of Color #ea963c

%52.70
%33.78
%13.51

CMYK Percentages of Color #ea963c

%0
%36
%74
%8

Triadic Colors of #ea963c

#ea963c #3cea96 #963cea

Analogous Colors of #ea963c

#ea963c #e7ea3c #ea3f3c

Monochromatic Colors of #ea963c

#ea963c

Complementary Color

#ea963c #3c90ea

#ea963c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea963c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea963c Color CSS Codes

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

#ea963c Text Font Color

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

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


#ea963c Background Color

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

This div background color is #ea963c


#ea963c Border Color

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

This div border color is #ea963c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,150,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea963c


Comments

No comments written yet.

Please login to write comment.