Color Hex Logo

#e28c15 Color Hex

#E28C15
(226,140,21)
0 Favorites   0 Comments

Color spaces of #e28c15

RGB 22614021
HSL0.100.830.48
HSV35°91°89°
CMYK 0.000.380.91   0.11
XYZ40.877534.97915.3066
Yxy34.97910.50360.4310
Hunter Lab59.143119.872036.0804
CIE-Lab65.732425.119867.8631

#e28c15 color RGB value is (226,140,21).

#e28c15 hex color red value is 226, green value is 140 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #e28c15 hue: 0.10 , saturation: 0.83 and the lightness value of e28c15 is 0.48.

The process color (four color CMYK) of #e28c15 color hex is 0.00, 0.38, 0.91, 0.11. Web safe color of #e28c15 is #cc9900. Color #e28c15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001100 00010101
Octal 342 214 25
Decimal 226 140 21
Hex E2 8C 15

RGB Percentages of Color #e28c15

%58.40
%36.18
%5.43

CMYK Percentages of Color #e28c15

%0
%38
%91
%11

Triadic Colors of #e28c15

#e28c15 #15e28c #8c15e2

Analogous Colors of #e28c15

#e28c15 #d2e215 #e22615

Monochromatic Colors of #e28c15

#e28c15

Complementary Color

#e28c15 #156be2

#e28c15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28c15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28c15 Color CSS Codes

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

#e28c15 Text Font Color

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

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


#e28c15 Background Color

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

This div background color is #e28c15


#e28c15 Border Color

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

This div border color is #e28c15


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,140,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e28c15; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e28c15;
  -webkit-box-shadow: 1px 1px 3px 2px #e28c15;
  box-shadow:         1px 1px 3px 2px #e28c15; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28c15


Comments

No comments written yet.

Please login to write comment.