Color Hex Logo

#eb905b Color Hex

#EB905B
(235,144,91)
0 Favorites   0 Comments

Color spaces of #eb905b

RGB 23514491
HSL0.060.780.64
HSV22°61°92°
CMYK 0.000.390.61   0.08
XYZ46.122538.364014.8716
Yxy38.36400.46420.3861
Hunter Lab61.938724.526929.1214
CIE-Lab68.288029.601142.3261

#eb905b color RGB value is (235,144,91).

#eb905b hex color red value is 235, green value is 144 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #eb905b hue: 0.06 , saturation: 0.78 and the lightness value of eb905b is 0.64.

The process color (four color CMYK) of #eb905b color hex is 0.00, 0.39, 0.61, 0.08. Web safe color of #eb905b is #ff9966. Color #eb905b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010000 01011011
Octal 353 220 133
Decimal 235 144 91
Hex EB 90 5B

RGB Percentages of Color #eb905b

%50.00
%30.64
%19.36

CMYK Percentages of Color #eb905b

%0
%39
%61
%8

Triadic Colors of #eb905b

#eb905b #5beb90 #905beb

Analogous Colors of #eb905b

#eb905b #ebd85b #eb5b6e

Monochromatic Colors of #eb905b

#eb905b

Complementary Color

#eb905b #5bb6eb

#eb905b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb905b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb905b Color CSS Codes

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

#eb905b Text Font Color

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

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


#eb905b Background Color

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

This div background color is #eb905b


#eb905b Border Color

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

This div border color is #eb905b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb905b


Comments

No comments written yet.

Please login to write comment.