Color Hex Logo

#eb904d Color Hex

#EB904D
(235,144,77)
0 Favorites   0 Comments

Color spaces of #eb904d

RGB 23514477
HSL0.070.800.61
HSV25°67°92°
CMYK 0.000.390.67   0.08
XYZ45.573838.144511.9818
Yxy38.14450.47620.3986
Hunter Lab61.761223.633531.7305
CIE-Lab68.127028.731049.2057

#eb904d color RGB value is (235,144,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010000 01001101
Octal 353 220 115
Decimal 235 144 77
Hex EB 90 4D

RGB Percentages of Color #eb904d

%51.54
%31.58
%16.89

CMYK Percentages of Color #eb904d

%0
%39
%67
%8

Triadic Colors of #eb904d

#eb904d #4deb90 #904deb

Analogous Colors of #eb904d

#eb904d #ebdf4d #eb4d59

Monochromatic Colors of #eb904d

#eb904d

Complementary Color

#eb904d #4da8eb

#eb904d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb904d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb904d Color CSS Codes

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

#eb904d Text Font Color

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

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


#eb904d Background Color

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

This div background color is #eb904d


#eb904d Border Color

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

This div border color is #eb904d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb904d


Comments

No comments written yet.

Please login to write comment.