Color Hex Logo

#eb691e Color Hex

#EB691E
(235,105,30)
0 Favorites   0 Comments

Color spaces of #eb691e

RGB 23510530
HSL0.060.840.52
HSV22°87°92°
CMYK 0.000.550.87   0.08
XYZ39.546927.85914.5213
Yxy27.85910.54980.3873
Hunter Lab52.781741.373831.8684
CIE-Lab59.761246.717261.3657

#eb691e color RGB value is (235,105,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101001 00011110
Octal 353 151 36
Decimal 235 105 30
Hex EB 69 1E

RGB Percentages of Color #eb691e

%63.51
%28.38
%8.11

CMYK Percentages of Color #eb691e

%0
%55
%87
%8

Triadic Colors of #eb691e

#eb691e #1eeb69 #691eeb

Analogous Colors of #eb691e

#eb691e #ebd01e #eb1e39

Monochromatic Colors of #eb691e

#eb691e

Complementary Color

#eb691e #1ea0eb

#eb691e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb691e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb691e Color CSS Codes

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

#eb691e Text Font Color

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

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


#eb691e Background Color

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

This div background color is #eb691e


#eb691e Border Color

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

This div border color is #eb691e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,105,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 #eb691e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb691e


Comments

No comments written yet.

Please login to write comment.