Color Hex Logo

#eb550d Color Hex

#EB550D
(235,85,13)
0 Favorites   0 Comments

Color spaces of #eb550d

RGB 2358513
HSL0.050.900.49
HSV19°94°92°
CMYK 0.000.640.94   0.08
XYZ37.582124.18823.0688
Yxy24.18820.57960.3730
Hunter Lab49.181550.333430.7275
CIE-Lab56.275755.453863.7485

#eb550d color RGB value is (235,85,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010101 00001101
Octal 353 125 15
Decimal 235 85 13
Hex EB 55 D

RGB Percentages of Color #eb550d

%70.57
%25.53
%3.90

CMYK Percentages of Color #eb550d

%0
%64
%94
%8

Triadic Colors of #eb550d

#eb550d #0deb55 #550deb

Analogous Colors of #eb550d

#eb550d #ebc40d #eb0d34

Monochromatic Colors of #eb550d

#eb550d

Complementary Color

#eb550d #0da3eb

#eb550d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb550d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb550d Color CSS Codes

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

#eb550d Text Font Color

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

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


#eb550d Background Color

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

This div background color is #eb550d


#eb550d Border Color

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

This div border color is #eb550d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb550d


Comments

No comments written yet.

Please login to write comment.