color codes Logo

#e6905f color codes

#E6905F
(230,144,95)
0 Favorites   0 Comments

Color spaces of #e6905f

RGB 23014495
HSL0.060.730.64
HSV22°59°90°
CMYK 0.000.370.59   0.10
XYZ44.671937.595715.7287
Yxy37.59570.45590.3836
Hunter Lab61.315322.746127.7116
CIE-Lab67.721627.879639.4076

#e6905f color RGB value is (230,144,95).

#e6905f hex color red value is 230, green value is 144 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e6905f hue: 0.06 , saturation: 0.73 and the lightness value of e6905f is 0.64.

The process color (four color CMYK) of #e6905f color code is 0.00, 0.37, 0.59, 0.10. Web safe color of #e6905f is #ff9966. Color #e6905f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010000 01011111
Octal 346 220 137
Decimal 230 144 95
Hex E6 90 5F

RGB Percentages of Color #e6905f

%49.04
%30.70
%20.26

CMYK Percentages of Color #e6905f

%0
%37
%59
%10

Triadic Colors of #e6905f

#e6905f #5fe690 #905fe6

Analogous Colors of #e6905f

#e6905f #e6d45f #e65f72

Monochromatic Colors of #e6905f

#e6905f

Complementary Color

#e6905f #5fb5e6

#e6905f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6905f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6905f Color CSS Codes

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

#e6905f Text Font Color

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

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


#e6905f Background Color

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

This div background color is #e6905f


#e6905f Border Color

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

This div border color is #e6905f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6905f


Comments

No comments written yet.

Please login to write comment.