Color Hex Logo

#eb501f Color Hex

#EB501F
(235,80,31)
0 Favorites   0 Comments

Color spaces of #eb501f

RGB 2358031
HSL0.040.840.52
HSV14°87°92°
CMYK 0.000.660.87   0.08
XYZ37.376923.49843.8620
Yxy23.49840.57740.3630
Hunter Lab48.475152.801429.2090
CIE-Lab55.582057.774757.7049

#eb501f color RGB value is (235,80,31).

#eb501f hex color red value is 235, green value is 80 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #eb501f hue: 0.04 , saturation: 0.84 and the lightness value of eb501f is 0.52.

The process color (four color CMYK) of #eb501f color hex is 0.00, 0.66, 0.87, 0.08. Web safe color of #eb501f is #ff6633. Color #eb501f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010000 00011111
Octal 353 120 37
Decimal 235 80 31
Hex EB 50 1F

RGB Percentages of Color #eb501f

%67.92
%23.12
%8.96

CMYK Percentages of Color #eb501f

%0
%66
%87
%8

Triadic Colors of #eb501f

#eb501f #1feb50 #501feb

Analogous Colors of #eb501f

#eb501f #ebb61f #eb1f54

Monochromatic Colors of #eb501f

#eb501f

Complementary Color

#eb501f #1fbaeb

#eb501f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb501f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb501f Color CSS Codes

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

#eb501f Text Font Color

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

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


#eb501f Background Color

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

This div background color is #eb501f


#eb501f Border Color

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

This div border color is #eb501f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb501f


Comments

No comments written yet.

Please login to write comment.