Color Hex Logo

#eb810d Color Hex

#EB810D
(235,129,13)
0 Favorites   0 Comments

Color spaces of #eb810d

RGB 23512913
HSL0.090.900.49
HSV31°94°92°
CMYK 0.000.450.94   0.08
XYZ42.183933.39174.6027
Yxy33.39170.52610.4165
Hunter Lab57.785629.181735.7274
CIE-Lab64.476834.510269.0829

#eb810d color RGB value is (235,129,13).

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

The process color (four color CMYK) of #eb810d color hex is 0.00, 0.45, 0.94, 0.08. Web safe color of #eb810d is #ff9900. Color #eb810d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000001 00001101
Octal 353 201 15
Decimal 235 129 13
Hex EB 81 D

RGB Percentages of Color #eb810d

%62.33
%34.22
%3.45

CMYK Percentages of Color #eb810d

%0
%45
%94
%8

Triadic Colors of #eb810d

#eb810d #0deb81 #810deb

Analogous Colors of #eb810d

#eb810d #e6eb0d #eb120d

Monochromatic Colors of #eb810d

#eb810d

Complementary Color

#eb810d #0d77eb

#eb810d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb810d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb810d Color CSS Codes

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

#eb810d Text Font Color

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

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


#eb810d Background Color

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

This div background color is #eb810d


#eb810d Border Color

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

This div border color is #eb810d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb810d


Comments

No comments written yet.

Please login to write comment.