Color Hex Logo

#ea721b Color Hex

#EA721B
(234,114,27)
0 Favorites   0 Comments

Color spaces of #ea721b

RGB 23411427
HSL0.070.830.51
HSV25°88°92°
CMYK 0.000.510.88   0.08
XYZ40.146829.60624.6355
Yxy29.60620.53970.3980
Hunter Lab54.411636.483433.0370
CIE-Lab61.312941.906863.4628

#ea721b color RGB value is (234,114,27).

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

The process color (four color CMYK) of #ea721b color hex is 0.00, 0.51, 0.88, 0.08. Web safe color of #ea721b is #ff6633. Color #ea721b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110010 00011011
Octal 352 162 33
Decimal 234 114 27
Hex EA 72 1B

RGB Percentages of Color #ea721b

%62.40
%30.40
%7.20

CMYK Percentages of Color #ea721b

%0
%51
%88
%8

Triadic Colors of #ea721b

#ea721b #1bea72 #721bea

Analogous Colors of #ea721b

#ea721b #eada1b #ea1b2b

Monochromatic Colors of #ea721b

#ea721b

Complementary Color

#ea721b #1b93ea

#ea721b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea721b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea721b Color CSS Codes

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

#ea721b Text Font Color

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

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


#ea721b Background Color

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

This div background color is #ea721b


#ea721b Border Color

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

This div border color is #ea721b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea721b


Comments

No comments written yet.

Please login to write comment.