Color Hex Logo

#ee730f Color Hex

#EE730F
(238,115,15)
0 Favorites   0 Comments

Color spaces of #ee730f

RGB 23811515
HSL0.070.880.50
HSV27°94°93°
CMYK 0.000.520.94   0.07
XYZ41.476930.47314.1478
Yxy30.47310.54500.4004
Hunter Lab55.202437.513434.1868
CIE-Lab62.060342.783567.2918

#ee730f color RGB value is (238,115,15).

#ee730f hex color red value is 238, green value is 115 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ee730f hue: 0.07 , saturation: 0.88 and the lightness value of ee730f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110011 00001111
Octal 356 163 17
Decimal 238 115 15
Hex EE 73 F

RGB Percentages of Color #ee730f

%64.67
%31.25
%4.08

CMYK Percentages of Color #ee730f

%0
%52
%94
%7

Triadic Colors of #ee730f

#ee730f #0fee73 #730fee

Analogous Colors of #ee730f

#ee730f #eee30f #ee0f1a

Monochromatic Colors of #ee730f

#ee730f

Complementary Color

#ee730f #0f8aee

#ee730f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee730f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee730f Color CSS Codes

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

#ee730f Text Font Color

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

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


#ee730f Background Color

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

This div background color is #ee730f


#ee730f Border Color

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

This div border color is #ee730f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee730f


Comments

No comments written yet.

Please login to write comment.