Color Hex Logo

#e9552d Color Hex

#E9552D
(233,85,45)
0 Favorites   0 Comments

Color spaces of #e9552d

RGB 2338545
HSL0.040.810.55
HSV13°81°91°
CMYK 0.000.640.81   0.09
XYZ37.326424.01015.1497
Yxy24.01010.56140.3611
Hunter Lab49.000150.224328.0689
CIE-Lab56.097955.386151.9792

#e9552d color RGB value is (233,85,45).

#e9552d hex color red value is 233, green value is 85 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #e9552d hue: 0.04 , saturation: 0.81 and the lightness value of e9552d is 0.55.

The process color (four color CMYK) of #e9552d color hex is 0.00, 0.64, 0.81, 0.09. Web safe color of #e9552d is #ff6633. Color #e9552d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010101 00101101
Octal 351 125 55
Decimal 233 85 45
Hex E9 55 2D

RGB Percentages of Color #e9552d

%64.19
%23.42
%12.40

CMYK Percentages of Color #e9552d

%0
%64
%81
%9

Triadic Colors of #e9552d

#e9552d #2de955 #552de9

Analogous Colors of #e9552d

#e9552d #e9b32d #e92d63

Monochromatic Colors of #e9552d

#e9552d

Complementary Color

#e9552d #2dc1e9

#e9552d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9552d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9552d Color CSS Codes

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

#e9552d Text Font Color

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

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


#e9552d Background Color

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

This div background color is #e9552d


#e9552d Border Color

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

This div border color is #e9552d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9552d


Comments

No comments written yet.

Please login to write comment.