Color Hex Logo

#e4800c Color Hex

#E4800C
(228,128,12)
0 Favorites   0 Comments

Color spaces of #e4800c

RGB 22812812
HSL0.090.900.47
HSV32°95°89°
CMYK 0.000.440.95   0.11
XYZ39.780431.95894.4198
Yxy31.95890.52230.4196
Hunter Lab56.532226.675034.9371
CIE-Lab63.308932.158768.0046

#e4800c color RGB value is (228,128,12).

#e4800c hex color red value is 228, green value is 128 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #e4800c hue: 0.09 , saturation: 0.90 and the lightness value of e4800c is 0.47.

The process color (four color CMYK) of #e4800c color hex is 0.00, 0.44, 0.95, 0.11. Web safe color of #e4800c is #cc9900. Color #e4800c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000000 00001100
Octal 344 200 14
Decimal 228 128 12
Hex E4 80 C

RGB Percentages of Color #e4800c

%61.96
%34.78
%3.26

CMYK Percentages of Color #e4800c

%0
%44
%95
%11

Triadic Colors of #e4800c

#e4800c #0ce480 #800ce4

Analogous Colors of #e4800c

#e4800c #dce40c #e4140c

Monochromatic Colors of #e4800c

#e4800c

Complementary Color

#e4800c #0c70e4

#e4800c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4800c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4800c Color CSS Codes

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

#e4800c Text Font Color

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

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


#e4800c Background Color

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

This div background color is #e4800c


#e4800c Border Color

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

This div border color is #e4800c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,128,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4800c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4800c;
  -webkit-box-shadow: 1px 1px 3px 2px #e4800c;
  box-shadow:         1px 1px 3px 2px #e4800c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4800c


Comments

No comments written yet.

Please login to write comment.