Color Hex Logo

#eb641e Color Hex

#EB641E
(235,100,30)
0 Favorites   0 Comments

Color spaces of #eb641e

RGB 23510030
HSL0.060.840.52
HSV20°87°92°
CMYK 0.000.570.87   0.08
XYZ39.052526.87024.3565
Yxy26.87020.55570.3823
Hunter Lab51.836543.764331.3026
CIE-Lab58.854049.065760.6534

#eb641e color RGB value is (235,100,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100100 00011110
Octal 353 144 36
Decimal 235 100 30
Hex EB 64 1E

RGB Percentages of Color #eb641e

%64.38
%27.40
%8.22

CMYK Percentages of Color #eb641e

%0
%57
%87
%8

Triadic Colors of #eb641e

#eb641e #1eeb64 #641eeb

Analogous Colors of #eb641e

#eb641e #ebcb1e #eb1e3e

Monochromatic Colors of #eb641e

#eb641e

Complementary Color

#eb641e #1ea5eb

#eb641e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb641e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb641e Color CSS Codes

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

#eb641e Text Font Color

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

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


#eb641e Background Color

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

This div background color is #eb641e


#eb641e Border Color

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

This div border color is #eb641e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb641e


Comments

No comments written yet.

Please login to write comment.