Color Hex Logo

#e94e04 Color Hex

#E94E04
(233,78,4)
0 Favorites   0 Comments

Color spaces of #e94e04

RGB 233784
HSL0.050.970.46
HSV19°98°91°
CMYK 0.000.670.98   0.09
XYZ36.350622.78122.5962
Yxy22.78120.58890.3691
Hunter Lab47.729752.417630.1857
CIE-Lab54.846257.562364.5840

#e94e04 color RGB value is (233,78,4).

#e94e04 hex color red value is 233, green value is 78 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #e94e04 hue: 0.05 , saturation: 0.97 and the lightness value of e94e04 is 0.46.

The process color (four color CMYK) of #e94e04 color hex is 0.00, 0.67, 0.98, 0.09. Web safe color of #e94e04 is #ff6600. Color #e94e04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001110 00000100
Octal 351 116 4
Decimal 233 78 4
Hex E9 4E 4

RGB Percentages of Color #e94e04

%73.97
%24.76
%1.27

CMYK Percentages of Color #e94e04

%0
%67
%98
%9

Triadic Colors of #e94e04

#e94e04 #04e94e #4e04e9

Analogous Colors of #e94e04

#e94e04 #e9c104 #e9042c

Monochromatic Colors of #e94e04

#e94e04

Complementary Color

#e94e04 #049fe9

#e94e04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94e04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94e04 Color CSS Codes

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

#e94e04 Text Font Color

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

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


#e94e04 Background Color

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

This div background color is #e94e04


#e94e04 Border Color

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

This div border color is #e94e04


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,78,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e94e04; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e94e04;
  -webkit-box-shadow: 1px 1px 3px 2px #e94e04;
  box-shadow:         1px 1px 3px 2px #e94e04; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94e04


Comments

No comments written yet.

Please login to write comment.