Color Hex Logo

#eb622a Color Hex

#EB622A
(235,98,42)
0 Favorites   0 Comments

Color spaces of #eb622a

RGB 2359842
HSL0.050.830.54
HSV17°82°92°
CMYK 0.000.580.82   0.08
XYZ39.046626.56475.2600
Yxy26.56470.55100.3748
Hunter Lab51.541045.032130.0278
CIE-Lab58.569250.274455.7273

#eb622a color RGB value is (235,98,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100010 00101010
Octal 353 142 52
Decimal 235 98 42
Hex EB 62 2A

RGB Percentages of Color #eb622a

%62.67
%26.13
%11.20

CMYK Percentages of Color #eb622a

%0
%58
%82
%8

Triadic Colors of #eb622a

#eb622a #2aeb62 #622aeb

Analogous Colors of #eb622a

#eb622a #ebc32a #eb2a53

Monochromatic Colors of #eb622a

#eb622a

Complementary Color

#eb622a #2ab3eb

#eb622a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb622a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb622a Color CSS Codes

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

#eb622a Text Font Color

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

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


#eb622a Background Color

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

This div background color is #eb622a


#eb622a Border Color

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

This div border color is #eb622a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb622a


Comments

No comments written yet.

Please login to write comment.