Color Hex Logo

#ee730a Color Hex

#EE730A
(238,115,10)
0 Favorites   0 Comments

Color spaces of #ee730a

RGB 23811510
HSL0.080.920.49
HSV28°96°93°
CMYK 0.000.520.96   0.07
XYZ41.445430.46053.9822
Yxy30.46050.54610.4014
Hunter Lab55.191037.459334.3558
CIE-Lab62.049542.733968.1810

#ee730a color RGB value is (238,115,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110011 00001010
Octal 356 163 12
Decimal 238 115 10
Hex EE 73 A

RGB Percentages of Color #ee730a

%65.56
%31.68
%2.75

CMYK Percentages of Color #ee730a

%0
%52
%96
%7

Triadic Colors of #ee730a

#ee730a #0aee73 #730aee

Analogous Colors of #ee730a

#ee730a #eee50a #ee0a13

Monochromatic Colors of #ee730a

#ee730a

Complementary Color

#ee730a #0a85ee

#ee730a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee730a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee730a Color CSS Codes

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

#ee730a Text Font Color

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

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


#ee730a Background Color

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

This div background color is #ee730a


#ee730a Border Color

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

This div border color is #ee730a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,115,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee730a


Comments

No comments written yet.

Please login to write comment.