Color Hex Logo

#eb562a Color Hex

#EB562A
(235,86,42)
0 Favorites   0 Comments

Color spaces of #eb562a

RGB 2358642
HSL0.040.830.54
HSV14°82°92°
CMYK 0.000.630.82   0.08
XYZ38.006724.48494.9134
Yxy24.48490.56390.3633
Hunter Lab49.482250.509828.7503
CIE-Lab56.570155.562153.9168

#eb562a color RGB value is (235,86,42).

#eb562a hex color red value is 235, green value is 86 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #eb562a hue: 0.04 , saturation: 0.83 and the lightness value of eb562a is 0.54.

The process color (four color CMYK) of #eb562a color hex is 0.00, 0.63, 0.82, 0.08. Web safe color of #eb562a is #ff6633. Color #eb562a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010110 00101010
Octal 353 126 52
Decimal 235 86 42
Hex EB 56 2A

RGB Percentages of Color #eb562a

%64.74
%23.69
%11.57

CMYK Percentages of Color #eb562a

%0
%63
%82
%8

Triadic Colors of #eb562a

#eb562a #2aeb56 #562aeb

Analogous Colors of #eb562a

#eb562a #ebb72a #eb2a5f

Monochromatic Colors of #eb562a

#eb562a

Complementary Color

#eb562a #2abfeb

#eb562a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb562a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb562a Color CSS Codes

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

#eb562a Text Font Color

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

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


#eb562a Background Color

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

This div background color is #eb562a


#eb562a Border Color

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

This div border color is #eb562a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb562a


Comments

No comments written yet.

Please login to write comment.