Color Hex Logo

#eb6241 Color Hex

#EB6241
(235,98,65)
0 Favorites   0 Comments

Color spaces of #eb6241

RGB 2359865
HSL0.030.810.59
HSV12°72°92°
CMYK 0.000.580.72   0.08
XYZ39.582826.77928.0837
Yxy26.77920.53170.3597
Hunter Lab51.748645.975526.9623
CIE-Lab58.769451.105344.8546

#eb6241 color RGB value is (235,98,65).

#eb6241 hex color red value is 235, green value is 98 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #eb6241 hue: 0.03 , saturation: 0.81 and the lightness value of eb6241 is 0.59.

The process color (four color CMYK) of #eb6241 color hex is 0.00, 0.58, 0.72, 0.08. Web safe color of #eb6241 is #ff6633. Color #eb6241 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100010 01000001
Octal 353 142 101
Decimal 235 98 65
Hex EB 62 41

RGB Percentages of Color #eb6241

%59.05
%24.62
%16.33

CMYK Percentages of Color #eb6241

%0
%58
%72
%8

Triadic Colors of #eb6241

#eb6241 #41eb62 #6241eb

Analogous Colors of #eb6241

#eb6241 #ebb741 #eb4175

Monochromatic Colors of #eb6241

#eb6241

Complementary Color

#eb6241 #41caeb

#eb6241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6241 Color CSS Codes

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

#eb6241 Text Font Color

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

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


#eb6241 Background Color

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

This div background color is #eb6241


#eb6241 Border Color

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

This div border color is #eb6241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6241


Comments

No comments written yet.

Please login to write comment.