Color Hex Logo

#e6905b Color Hex

#E6905B
(230,144,91)
0 Favorites   0 Comments

Color spaces of #e6905b

RGB 23014491
HSL0.060.740.63
HSV23°60°90°
CMYK 0.000.370.60   0.10
XYZ44.494737.524814.7954
Yxy37.52480.45960.3876
Hunter Lab61.257522.453828.5600
CIE-Lab67.668927.591941.4349

#e6905b color RGB value is (230,144,91).

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

The process color (four color CMYK) of #e6905b color hex is 0.00, 0.37, 0.60, 0.10. Web safe color of #e6905b is #ff9966. Color #e6905b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010000 01011011
Octal 346 220 133
Decimal 230 144 91
Hex E6 90 5B

RGB Percentages of Color #e6905b

%49.46
%30.97
%19.57

CMYK Percentages of Color #e6905b

%0
%37
%60
%10

Triadic Colors of #e6905b

#e6905b #5be690 #905be6

Analogous Colors of #e6905b

#e6905b #e6d65b #e65b6c

Monochromatic Colors of #e6905b

#e6905b

Complementary Color

#e6905b #5bb1e6

#e6905b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6905b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6905b Color CSS Codes

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

#e6905b Text Font Color

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

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


#e6905b Background Color

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

This div background color is #e6905b


#e6905b Border Color

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

This div border color is #e6905b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6905b


Comments

No comments written yet.

Please login to write comment.