Color Hex Logo

#eb662d Color Hex

#EB662D
(235,102,45)
0 Favorites   0 Comments

Color spaces of #eb662d

RGB 23510245
HSL0.050.830.55
HSV18°81°92°
CMYK 0.000.570.81   0.08
XYZ39.486027.35445.6814
Yxy27.35440.54450.3772
Hunter Lab52.301443.234630.1704
CIE-Lab59.300948.509555.0934

#eb662d color RGB value is (235,102,45).

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

The process color (four color CMYK) of #eb662d color hex is 0.00, 0.57, 0.81, 0.08. Web safe color of #eb662d is #ff6633. Color #eb662d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100110 00101101
Octal 353 146 55
Decimal 235 102 45
Hex EB 66 2D

RGB Percentages of Color #eb662d

%61.52
%26.70
%11.78

CMYK Percentages of Color #eb662d

%0
%57
%81
%8

Triadic Colors of #eb662d

#eb662d #2deb66 #662deb

Analogous Colors of #eb662d

#eb662d #ebc52d #eb2d53

Monochromatic Colors of #eb662d

#eb662d

Complementary Color

#eb662d #2db2eb

#eb662d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb662d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb662d Color CSS Codes

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

#eb662d Text Font Color

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

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


#eb662d Background Color

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

This div background color is #eb662d


#eb662d Border Color

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

This div border color is #eb662d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb662d


Comments

No comments written yet.

Please login to write comment.