Color Hex Logo

#eb922c Color Hex

#EB922C
(235,146,44)
0 Favorites   0 Comments

Color spaces of #eb922c

RGB 23514644
HSL0.090.830.55
HSV32°81°92°
CMYK 0.000.380.81   0.08
XYZ44.994538.40187.4237
Yxy38.40180.49540.4228
Hunter Lab61.969221.159036.2757
CIE-Lab68.315726.252263.6666

#eb922c color RGB value is (235,146,44).

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

The process color (four color CMYK) of #eb922c color hex is 0.00, 0.38, 0.81, 0.08. Web safe color of #eb922c is #ff9933. Color #eb922c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010010 00101100
Octal 353 222 54
Decimal 235 146 44
Hex EB 92 2C

RGB Percentages of Color #eb922c

%55.29
%34.35
%10.35

CMYK Percentages of Color #eb922c

%0
%38
%81
%8

Triadic Colors of #eb922c

#eb922c #2ceb92 #922ceb

Analogous Colors of #eb922c

#eb922c #e5eb2c #eb322c

Monochromatic Colors of #eb922c

#eb922c

Complementary Color

#eb922c #2c85eb

#eb922c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb922c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb922c Color CSS Codes

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

#eb922c Text Font Color

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

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


#eb922c Background Color

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

This div background color is #eb922c


#eb922c Border Color

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

This div border color is #eb922c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb922c


Comments

No comments written yet.

Please login to write comment.