Color Hex Logo

#eb7224 Color Hex

#EB7224
(235,114,36)
0 Favorites   0 Comments

Color spaces of #eb7224

RGB 23511436
HSL0.070.830.53
HSV24°85°92°
CMYK 0.000.510.85   0.08
XYZ40.596729.82425.2860
Yxy29.82420.53620.3939
Hunter Lab54.611537.121832.4892
CIE-Lab61.502242.487060.6644

#eb7224 color RGB value is (235,114,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110010 00100100
Octal 353 162 44
Decimal 235 114 36
Hex EB 72 24

RGB Percentages of Color #eb7224

%61.04
%29.61
%9.35

CMYK Percentages of Color #eb7224

%0
%51
%85
%8

Triadic Colors of #eb7224

#eb7224 #24eb72 #7224eb

Analogous Colors of #eb7224

#eb7224 #ebd624 #eb2439

Monochromatic Colors of #eb7224

#eb7224

Complementary Color

#eb7224 #249deb

#eb7224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7224 Color CSS Codes

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

#eb7224 Text Font Color

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

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


#eb7224 Background Color

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

This div background color is #eb7224


#eb7224 Border Color

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

This div border color is #eb7224


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,114,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7224


Comments

No comments written yet.

Please login to write comment.