Color Hex Logo

#eb532e Color Hex

#EB532E
(235,83,46)
0 Favorites   0 Comments

Color spaces of #eb532e

RGB 2358346
HSL0.030.830.55
HSV12°80°92°
CMYK 0.000.650.80   0.08
XYZ37.847324.04595.2313
Yxy24.04590.56380.3582
Hunter Lab49.036651.955328.0005
CIE-Lab56.133756.927251.6609

#eb532e color RGB value is (235,83,46).

#eb532e hex color red value is 235, green value is 83 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #eb532e hue: 0.03 , saturation: 0.83 and the lightness value of eb532e is 0.55.

The process color (four color CMYK) of #eb532e color hex is 0.00, 0.65, 0.80, 0.08. Web safe color of #eb532e is #ff6633. Color #eb532e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010011 00101110
Octal 353 123 56
Decimal 235 83 46
Hex EB 53 2E

RGB Percentages of Color #eb532e

%64.56
%22.80
%12.64

CMYK Percentages of Color #eb532e

%0
%65
%80
%8

Triadic Colors of #eb532e

#eb532e #2eeb53 #532eeb

Analogous Colors of #eb532e

#eb532e #ebb22e #eb2e68

Monochromatic Colors of #eb532e

#eb532e

Complementary Color

#eb532e #2ec6eb

#eb532e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb532e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb532e Color CSS Codes

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

#eb532e Text Font Color

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

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


#eb532e Background Color

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

This div background color is #eb532e


#eb532e Border Color

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

This div border color is #eb532e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb532e


Comments

No comments written yet.

Please login to write comment.