Color Hex Logo

#ea961b Color Hex

#EA961B
(234,150,27)
0 Favorites   0 Comments

Color spaces of #ea961b

RGB 23415027
HSL0.100.830.51
HSV36°88°92°
CMYK 0.000.360.88   0.08
XYZ45.035939.38426.2652
Yxy39.38420.49660.4343
Hunter Lab62.756818.271738.0107
CIE-Lab69.028723.298669.3885

#ea961b color RGB value is (234,150,27).

#ea961b hex color red value is 234, green value is 150 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ea961b hue: 0.10 , saturation: 0.83 and the lightness value of ea961b is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010110 00011011
Octal 352 226 33
Decimal 234 150 27
Hex EA 96 1B

RGB Percentages of Color #ea961b

%56.93
%36.50
%6.57

CMYK Percentages of Color #ea961b

%0
%36
%88
%8

Triadic Colors of #ea961b

#ea961b #1bea96 #961bea

Analogous Colors of #ea961b

#ea961b #d7ea1b #ea2f1b

Monochromatic Colors of #ea961b

#ea961b

Complementary Color

#ea961b #1b6fea

#ea961b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea961b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea961b Color CSS Codes

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

#ea961b Text Font Color

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

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


#ea961b Background Color

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

This div background color is #ea961b


#ea961b Border Color

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

This div border color is #ea961b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea961b


Comments

No comments written yet.

Please login to write comment.