Color Hex Logo

#e27606 Color Hex

#E27606
(226,118,6)
0 Favorites   0 Comments

Color spaces of #e27606

RGB 2261186
HSL0.080.950.45
HSV31°97°89°
CMYK 0.000.480.97   0.11
XYZ37.875329.13883.8004
Yxy29.13880.53490.4115
Hunter Lab53.980430.778833.6120
CIE-Lab60.903936.456667.2318

#e27606 color RGB value is (226,118,6).

#e27606 hex color red value is 226, green value is 118 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #e27606 hue: 0.08 , saturation: 0.95 and the lightness value of e27606 is 0.45.

The process color (four color CMYK) of #e27606 color hex is 0.00, 0.48, 0.97, 0.11. Web safe color of #e27606 is #cc6600. Color #e27606 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110110 00000110
Octal 342 166 6
Decimal 226 118 6
Hex E2 76 6

RGB Percentages of Color #e27606

%64.57
%33.71
%1.71

CMYK Percentages of Color #e27606

%0
%48
%97
%11

Triadic Colors of #e27606

#e27606 #06e276 #7606e2

Analogous Colors of #e27606

#e27606 #e0e206 #e20806

Monochromatic Colors of #e27606

#e27606

Complementary Color

#e27606 #0672e2

#e27606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27606 Color CSS Codes

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

#e27606 Text Font Color

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

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


#e27606 Background Color

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

This div background color is #e27606


#e27606 Border Color

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

This div border color is #e27606


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27606

#e27606 Color Palettes


Comments

No comments written yet.

Please login to write comment.