Color Hex Logo

#eb975b Color Hex

#EB975B
(235,151,91)
0 Favorites   0 Comments

Color spaces of #eb975b

RGB 23515191
HSL0.070.780.64
HSV25°61°92°
CMYK 0.000.360.61   0.08
XYZ47.215940.550715.2361
Yxy40.55070.45840.3937
Hunter Lab63.679420.912030.3897
CIE-Lab69.860025.906144.2016

#eb975b color RGB value is (235,151,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010111 01011011
Octal 353 227 133
Decimal 235 151 91
Hex EB 97 5B

RGB Percentages of Color #eb975b

%49.27
%31.66
%19.08

CMYK Percentages of Color #eb975b

%0
%36
%61
%8

Triadic Colors of #eb975b

#eb975b #5beb97 #975beb

Analogous Colors of #eb975b

#eb975b #ebdf5b #eb5b67

Monochromatic Colors of #eb975b

#eb975b

Complementary Color

#eb975b #5bafeb

#eb975b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb975b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb975b Color CSS Codes

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

#eb975b Text Font Color

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

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


#eb975b Background Color

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

This div background color is #eb975b


#eb975b Border Color

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

This div border color is #eb975b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb975b


Comments

No comments written yet.

Please login to write comment.