Color Hex Logo

#e7950d Color Hex

#E7950D
(231,149,13)
0 Favorites   0 Comments

Color spaces of #e7950d

RGB 23114913
HSL0.100.890.48
HSV37°94°91°
CMYK 0.000.350.94   0.09
XYZ43.775138.51295.5073
Yxy38.51290.49860.4387
Hunter Lab62.058817.307838.1795
CIE-Lab68.396922.349571.5476

#e7950d color RGB value is (231,149,13).

#e7950d hex color red value is 231, green value is 149 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #e7950d hue: 0.10 , saturation: 0.89 and the lightness value of e7950d is 0.48.

The process color (four color CMYK) of #e7950d color hex is 0.00, 0.35, 0.94, 0.09. Web safe color of #e7950d is #ff9900. Color #e7950d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010101 00001101
Octal 347 225 15
Decimal 231 149 13
Hex E7 95 D

RGB Percentages of Color #e7950d

%58.78
%37.91
%3.31

CMYK Percentages of Color #e7950d

%0
%35
%94
%9

Triadic Colors of #e7950d

#e7950d #0de795 #950de7

Analogous Colors of #e7950d

#e7950d #cce70d #e7280d

Monochromatic Colors of #e7950d

#e7950d

Complementary Color

#e7950d #0d5fe7

#e7950d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7950d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7950d Color CSS Codes

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

#e7950d Text Font Color

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

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


#e7950d Background Color

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

This div background color is #e7950d


#e7950d Border Color

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

This div border color is #e7950d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,149,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e7950d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e7950d;
  -webkit-box-shadow: 1px 1px 3px 2px #e7950d;
  box-shadow:         1px 1px 3px 2px #e7950d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,149,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7950d


Comments

No comments written yet.

Please login to write comment.