Color Hex Logo

#eb994b Color Hex

#EB994B
(235,153,75)
0 Favorites   0 Comments

Color spaces of #eb994b

RGB 23515375
HSL0.080.800.61
HSV29°68°92°
CMYK 0.000.350.68   0.08
XYZ46.922240.952612.0882
Yxy40.95260.46940.4097
Hunter Lab63.994218.890933.5964
CIE-Lab70.142723.864752.3982

#eb994b color RGB value is (235,153,75).

#eb994b hex color red value is 235, green value is 153 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #eb994b hue: 0.08 , saturation: 0.80 and the lightness value of eb994b is 0.61.

The process color (four color CMYK) of #eb994b color hex is 0.00, 0.35, 0.68, 0.08. Web safe color of #eb994b is #ff9933. Color #eb994b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011001 01001011
Octal 353 231 113
Decimal 235 153 75
Hex EB 99 4B

RGB Percentages of Color #eb994b

%50.76
%33.05
%16.20

CMYK Percentages of Color #eb994b

%0
%35
%68
%8

Triadic Colors of #eb994b

#eb994b #4beb99 #994beb

Analogous Colors of #eb994b

#eb994b #ebe94b #eb4b4d

Monochromatic Colors of #eb994b

#eb994b

Complementary Color

#eb994b #4b9deb

#eb994b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb994b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb994b Color CSS Codes

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

#eb994b Text Font Color

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

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


#eb994b Background Color

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

This div background color is #eb994b


#eb994b Border Color

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

This div border color is #eb994b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb994b


Comments

No comments written yet.

Please login to write comment.