Color Hex Logo

#eb831a Color Hex

#EB831A
(235,131,26)
0 Favorites   0 Comments

Color spaces of #eb831a

RGB 23513126
HSL0.080.840.51
HSV30°89°92°
CMYK 0.000.440.89   0.08
XYZ42.563733.96935.2907
Yxy33.96930.52020.4152
Hunter Lab58.283228.361435.4161
CIE-Lab64.938233.662766.5669

#eb831a color RGB value is (235,131,26).

#eb831a hex color red value is 235, green value is 131 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #eb831a hue: 0.08 , saturation: 0.84 and the lightness value of eb831a is 0.51.

The process color (four color CMYK) of #eb831a color hex is 0.00, 0.44, 0.89, 0.08. Web safe color of #eb831a is #ff9933. Color #eb831a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000011 00011010
Octal 353 203 32
Decimal 235 131 26
Hex EB 83 1A

RGB Percentages of Color #eb831a

%59.95
%33.42
%6.63

CMYK Percentages of Color #eb831a

%0
%44
%89
%8

Triadic Colors of #eb831a

#eb831a #1aeb83 #831aeb

Analogous Colors of #eb831a

#eb831a #ebeb1a #eb1a1a

Monochromatic Colors of #eb831a

#eb831a

Complementary Color

#eb831a #1a82eb

#eb831a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb831a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb831a Color CSS Codes

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

#eb831a Text Font Color

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

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


#eb831a Background Color

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

This div background color is #eb831a


#eb831a Border Color

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

This div border color is #eb831a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb831a


Comments

No comments written yet.

Please login to write comment.