Color Hex Logo

#ee670f Color Hex

#EE670F
(238,103,15)
0 Favorites   0 Comments

Color spaces of #ee670f

RGB 23810315
HSL0.070.880.50
HSV24°94°93°
CMYK 0.000.570.94   0.07
XYZ40.196427.91213.7209
Yxy27.91210.55960.3886
Hunter Lab52.831943.353332.8066
CIE-Lab59.809248.542765.8034

#ee670f color RGB value is (238,103,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100111 00001111
Octal 356 147 17
Decimal 238 103 15
Hex EE 67 F

RGB Percentages of Color #ee670f

%66.85
%28.93
%4.21

CMYK Percentages of Color #ee670f

%0
%57
%94
%7

Triadic Colors of #ee670f

#ee670f #0fee67 #670fee

Analogous Colors of #ee670f

#ee670f #eed70f #ee0f26

Monochromatic Colors of #ee670f

#ee670f

Complementary Color

#ee670f #0f96ee

#ee670f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee670f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee670f Color CSS Codes

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

#ee670f Text Font Color

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

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


#ee670f Background Color

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

This div background color is #ee670f


#ee670f Border Color

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

This div border color is #ee670f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee670f


Comments

No comments written yet.

Please login to write comment.