Color Hex Logo

#e6902d Color Hex

#E6902D
(230,144,45)
0 Favorites   0 Comments

Color spaces of #e6902d

RGB 23014445
HSL0.090.790.54
HSV32°80°90°
CMYK 0.000.370.80   0.10
XYZ43.080036.95907.3459
Yxy36.95900.49300.4229
Hunter Lab60.793920.100035.3916
CIE-Lab67.246325.254762.1092

#e6902d color RGB value is (230,144,45).

#e6902d hex color red value is 230, green value is 144 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #e6902d hue: 0.09 , saturation: 0.79 and the lightness value of e6902d is 0.54.

The process color (four color CMYK) of #e6902d color hex is 0.00, 0.37, 0.80, 0.10. Web safe color of #e6902d is #ff9933. Color #e6902d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010000 00101101
Octal 346 220 55
Decimal 230 144 45
Hex E6 90 2D

RGB Percentages of Color #e6902d

%54.89
%34.37
%10.74

CMYK Percentages of Color #e6902d

%0
%37
%80
%10

Triadic Colors of #e6902d

#e6902d #2de690 #902de6

Analogous Colors of #e6902d

#e6902d #e0e62d #e6342d

Monochromatic Colors of #e6902d

#e6902d

Complementary Color

#e6902d #2d83e6

#e6902d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6902d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6902d Color CSS Codes

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

#e6902d Text Font Color

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

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


#e6902d Background Color

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

This div background color is #e6902d


#e6902d Border Color

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

This div border color is #e6902d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6902d


Comments

No comments written yet.

Please login to write comment.