Color Hex Logo

#ee790f Color Hex

#EE790F
(238,121,15)
0 Favorites   0 Comments

Color spaces of #ee790f

RGB 23812115
HSL0.080.880.50
HSV29°94°93°
CMYK 0.000.490.94   0.07
XYZ42.183531.88644.3833
Yxy31.88640.53770.4064
Hunter Lab56.468034.526334.9253
CIE-Lab63.248939.801868.0908

#ee790f color RGB value is (238,121,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111001 00001111
Octal 356 171 17
Decimal 238 121 15
Hex EE 79 F

RGB Percentages of Color #ee790f

%63.64
%32.35
%4.01

CMYK Percentages of Color #ee790f

%0
%49
%94
%7

Triadic Colors of #ee790f

#ee790f #0fee79 #790fee

Analogous Colors of #ee790f

#ee790f #eee90f #ee0f14

Monochromatic Colors of #ee790f

#ee790f

Complementary Color

#ee790f #0f84ee

#ee790f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee790f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee790f Color CSS Codes

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

#ee790f Text Font Color

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

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


#ee790f Background Color

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

This div background color is #ee790f


#ee790f Border Color

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

This div border color is #ee790f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee790f


Comments

No comments written yet.

Please login to write comment.