color codes Logo

#e2750c color codes

#E2750C
(226,117,12)
0 Favorites   0 Comments

Color spaces of #e2750c

RGB 22611712
HSL0.080.900.47
HSV29°95°89°
CMYK 0.000.480.95   0.11
XYZ37.791728.91793.9377
Yxy28.91790.53490.4093
Hunter Lab53.775431.337533.3012
CIE-Lab60.709137.025566.1181

#e2750c color RGB value is (226,117,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110101 00001100
Octal 342 165 14
Decimal 226 117 12
Hex E2 75 C

RGB Percentages of Color #e2750c

%63.66
%32.96
%3.38

CMYK Percentages of Color #e2750c

%0
%48
%95
%11

Triadic Colors of #e2750c

#e2750c #0ce275 #750ce2

Analogous Colors of #e2750c

#e2750c #e2e00c #e20c0e

Monochromatic Colors of #e2750c

#e2750c

Complementary Color

#e2750c #0c79e2

#e2750c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2750c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2750c Color CSS Codes

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

#e2750c Text Font Color

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

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


#e2750c Background Color

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

This div background color is #e2750c


#e2750c Border Color

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

This div border color is #e2750c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2750c


Comments

No comments written yet.

Please login to write comment.