Color Hex Logo

#e38300 Color Hex

#E38300
(227,131,0)
0 Favorites   0 Comments

Color spaces of #e38300

RGB 2271310
HSL0.101.000.45
HSV35°100°89°
CMYK 0.000.421.00   0.11
XYZ39.794932.56354.1880
Yxy32.56350.51990.4254
Hunter Lab57.064424.617435.5938
CIE-Lab63.805930.061970.0847

#e38300 color RGB value is (227,131,0).

#e38300 hex color red value is 227, green value is 131 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #e38300 hue: 0.10 , saturation: 1.00 and the lightness value of e38300 is 0.45.

The process color (four color CMYK) of #e38300 color hex is 0.00, 0.42, 1.00, 0.11. Web safe color of #e38300 is #cc9900. Color #e38300 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000011 00000000
Octal 343 203 0
Decimal 227 131 0
Hex E3 83 0

RGB Percentages of Color #e38300

%63.41
%36.59
%0.00

CMYK Percentages of Color #e38300

%0
%42
%100
%11

Triadic Colors of #e38300

#e38300 #00e383 #8300e3

Analogous Colors of #e38300

#e38300 #d2e300 #e31200

Monochromatic Colors of #e38300

#e38300

Complementary Color

#e38300 #0060e3

#e38300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38300 Color CSS Codes

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

#e38300 Text Font Color

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

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


#e38300 Background Color

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

This div background color is #e38300


#e38300 Border Color

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

This div border color is #e38300


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,131,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e38300; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e38300;
  -webkit-box-shadow: 1px 1px 3px 2px #e38300;
  box-shadow:         1px 1px 3px 2px #e38300; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38300


Comments

No comments written yet.

Please login to write comment.