Color Hex Logo

#e69750 Color Hex

#E69750
(230,151,80)
0 Favorites   0 Comments

Color spaces of #e69750

RGB 23015180
HSL0.080.750.61
HSV28°65°90°
CMYK 0.000.340.65   0.10
XYZ45.147739.535412.8410
Yxy39.53540.46290.4054
Hunter Lab62.877218.133331.9056
CIE-Lab69.137323.152548.7095

#e69750 color RGB value is (230,151,80).

#e69750 hex color red value is 230, green value is 151 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #e69750 hue: 0.08 , saturation: 0.75 and the lightness value of e69750 is 0.61.

The process color (four color CMYK) of #e69750 color hex is 0.00, 0.34, 0.65, 0.10. Web safe color of #e69750 is #ff9966. Color #e69750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010111 01010000
Octal 346 227 120
Decimal 230 151 80
Hex E6 97 50

RGB Percentages of Color #e69750

%49.89
%32.75
%17.35

CMYK Percentages of Color #e69750

%0
%34
%65
%10

Triadic Colors of #e69750

#e69750 #50e697 #9750e6

Analogous Colors of #e69750

#e69750 #e6e250 #e65054

Monochromatic Colors of #e69750

#e69750

Complementary Color

#e69750 #509fe6

#e69750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69750 Color CSS Codes

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

#e69750 Text Font Color

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

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


#e69750 Background Color

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

This div background color is #e69750


#e69750 Border Color

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

This div border color is #e69750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69750


Comments

No comments written yet.

Please login to write comment.