Color Hex Logo

#ee730c Color Hex

#EE730C
(238,115,12)
0 Favorites   0 Comments

Color spaces of #ee730c

RGB 23811512
HSL0.080.900.49
HSV27°95°93°
CMYK 0.000.520.95   0.07
XYZ41.457030.46524.0432
Yxy30.46520.54570.4010
Hunter Lab55.195337.479034.2936
CIE-Lab62.053642.751967.8506

#ee730c color RGB value is (238,115,12).

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

The process color (four color CMYK) of #ee730c color hex is 0.00, 0.52, 0.95, 0.07. Web safe color of #ee730c is #ff6600. Color #ee730c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110011 00001100
Octal 356 163 14
Decimal 238 115 12
Hex EE 73 C

RGB Percentages of Color #ee730c

%65.21
%31.51
%3.29

CMYK Percentages of Color #ee730c

%0
%52
%95
%7

Triadic Colors of #ee730c

#ee730c #0cee73 #730cee

Analogous Colors of #ee730c

#ee730c #eee40c #ee0c16

Monochromatic Colors of #ee730c

#ee730c

Complementary Color

#ee730c #0c87ee

#ee730c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee730c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee730c Color CSS Codes

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

#ee730c Text Font Color

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

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


#ee730c Background Color

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

This div background color is #ee730c


#ee730c Border Color

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

This div border color is #ee730c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee730c


Comments

No comments written yet.

Please login to write comment.