Color Hex Logo

#eb450e Color Hex

#EB450E
(235,69,14)
0 Favorites   0 Comments

Color spaces of #eb450e

RGB 2356914
HSL0.040.890.49
HSV15°94°92°
CMYK 0.000.710.94   0.08
XYZ36.468321.95012.7302
Yxy21.95010.59640.3590
Hunter Lab46.850956.953529.3406
CIE-Lab53.974061.713262.1064

#eb450e color RGB value is (235,69,14).

#eb450e hex color red value is 235, green value is 69 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #eb450e hue: 0.04 , saturation: 0.89 and the lightness value of eb450e is 0.49.

The process color (four color CMYK) of #eb450e color hex is 0.00, 0.71, 0.94, 0.08. Web safe color of #eb450e is #ff3300. Color #eb450e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000101 00001110
Octal 353 105 16
Decimal 235 69 14
Hex EB 45 E

RGB Percentages of Color #eb450e

%73.90
%21.70
%4.40

CMYK Percentages of Color #eb450e

%0
%71
%94
%8

Triadic Colors of #eb450e

#eb450e #0eeb45 #450eeb

Analogous Colors of #eb450e

#eb450e #ebb40e #eb0e46

Monochromatic Colors of #eb450e

#eb450e

Complementary Color

#eb450e #0eb4eb

#eb450e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb450e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb450e Color CSS Codes

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

#eb450e Text Font Color

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

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


#eb450e Background Color

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

This div background color is #eb450e


#eb450e Border Color

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

This div border color is #eb450e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb450e


Comments

No comments written yet.

Please login to write comment.