Color Hex Logo

#eb660d Color Hex

#EB660D
(235,102,13)
0 Favorites   0 Comments

Color spaces of #eb660d

RGB 23510213
HSL0.070.900.49
HSV24°94°92°
CMYK 0.000.570.94   0.08
XYZ39.085027.19403.5697
Yxy27.19400.55960.3893
Hunter Lab52.147942.527632.4449
CIE-Lab59.153547.877965.5641

#eb660d color RGB value is (235,102,13).

#eb660d hex color red value is 235, green value is 102 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #eb660d hue: 0.07 , saturation: 0.90 and the lightness value of eb660d is 0.49.

The process color (four color CMYK) of #eb660d color hex is 0.00, 0.57, 0.94, 0.08. Web safe color of #eb660d is #ff6600. Color #eb660d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100110 00001101
Octal 353 146 15
Decimal 235 102 13
Hex EB 66 D

RGB Percentages of Color #eb660d

%67.14
%29.14
%3.71

CMYK Percentages of Color #eb660d

%0
%57
%94
%8

Triadic Colors of #eb660d

#eb660d #0deb66 #660deb

Analogous Colors of #eb660d

#eb660d #ebd50d #eb0d23

Monochromatic Colors of #eb660d

#eb660d

Complementary Color

#eb660d #0d92eb

#eb660d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb660d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb660d Color CSS Codes

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

#eb660d Text Font Color

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

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


#eb660d Background Color

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

This div background color is #eb660d


#eb660d Border Color

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

This div border color is #eb660d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb660d


Comments

No comments written yet.

Please login to write comment.