Color Hex Logo

#eb6917 Color Hex

#EB6917
(235,105,23)
0 Favorites   0 Comments

Color spaces of #eb6917

RGB 23510523
HSL0.060.840.51
HSV23°90°92°
CMYK 0.000.550.90   0.08
XYZ39.467227.82724.1016
Yxy27.82720.55280.3898
Hunter Lab52.751541.233632.3161
CIE-Lab59.732346.591063.5288

#eb6917 color RGB value is (235,105,23).

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

The process color (four color CMYK) of #eb6917 color hex is 0.00, 0.55, 0.90, 0.08. Web safe color of #eb6917 is #ff6600. Color #eb6917 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101001 00010111
Octal 353 151 27
Decimal 235 105 23
Hex EB 69 17

RGB Percentages of Color #eb6917

%64.74
%28.93
%6.34

CMYK Percentages of Color #eb6917

%0
%55
%90
%8

Triadic Colors of #eb6917

#eb6917 #17eb69 #6917eb

Analogous Colors of #eb6917

#eb6917 #ebd317 #eb172f

Monochromatic Colors of #eb6917

#eb6917

Complementary Color

#eb6917 #1799eb

#eb6917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6917 Color CSS Codes

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

#eb6917 Text Font Color

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

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


#eb6917 Background Color

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

This div background color is #eb6917


#eb6917 Border Color

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

This div border color is #eb6917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6917


Comments

No comments written yet.

Please login to write comment.