color codes Logo

#e3690c color codes

#E3690C
(227,105,12)
0 Favorites   0 Comments

Color spaces of #e3690c

RGB 22710512
HSL0.070.900.47
HSV26°95°89°
CMYK 0.000.540.95   0.11
XYZ36.796526.46063.5158
Yxy26.46060.55110.3963
Hunter Lab51.439937.666731.9556
CIE-Lab58.471743.413464.7124

#e3690c color RGB value is (227,105,12).

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

The process color (four color CMYK) of #e3690c color code is 0.00, 0.54, 0.95, 0.11. Web safe color of #e3690c is #cc6600. Color #e3690c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01101001 00001100
Octal 343 151 14
Decimal 227 105 12
Hex E3 69 C

RGB Percentages of Color #e3690c

%65.99
%30.52
%3.49

CMYK Percentages of Color #e3690c

%0
%54
%95
%11

Triadic Colors of #e3690c

#e3690c #0ce369 #690ce3

Analogous Colors of #e3690c

#e3690c #e3d50c #e30c1b

Monochromatic Colors of #e3690c

#e3690c

Complementary Color

#e3690c #0c86e3

#e3690c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3690c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3690c Color CSS Codes

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

#e3690c Text Font Color

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

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


#e3690c Background Color

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

This div background color is #e3690c


#e3690c Border Color

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

This div border color is #e3690c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,105,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 #e3690c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3690c


Comments

No comments written yet.

Please login to write comment.