Color Hex Logo

#eb551a Color Hex

#EB551A
(235,85,26)
0 Favorites   0 Comments

Color spaces of #eb551a

RGB 2358526
HSL0.050.840.51
HSV17°89°92°
CMYK 0.000.640.89   0.08
XYZ37.695924.23373.6681
Yxy24.23370.57470.3694
Hunter Lab49.227750.537030.0415
CIE-Lab56.321055.628760.0977

#eb551a color RGB value is (235,85,26).

#eb551a hex color red value is 235, green value is 85 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #eb551a hue: 0.05 , saturation: 0.84 and the lightness value of eb551a is 0.51.

The process color (four color CMYK) of #eb551a color hex is 0.00, 0.64, 0.89, 0.08. Web safe color of #eb551a is #ff6633. Color #eb551a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010101 00011010
Octal 353 125 32
Decimal 235 85 26
Hex EB 55 1A

RGB Percentages of Color #eb551a

%67.92
%24.57
%7.51

CMYK Percentages of Color #eb551a

%0
%64
%89
%8

Triadic Colors of #eb551a

#eb551a #1aeb55 #551aeb

Analogous Colors of #eb551a

#eb551a #ebbe1a #eb1a47

Monochromatic Colors of #eb551a

#eb551a

Complementary Color

#eb551a #1ab0eb

#eb551a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb551a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb551a Color CSS Codes

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

#eb551a Text Font Color

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

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


#eb551a Background Color

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

This div background color is #eb551a


#eb551a Border Color

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

This div border color is #eb551a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb551a


Comments

No comments written yet.

Please login to write comment.