Color Hex Logo

#ee6a2f Color Hex

#EE6A2F
(238,106,47)
0 Favorites   0 Comments

Color spaces of #ee6a2f

RGB 23810647
HSL0.050.850.56
HSV19°80°93°
CMYK 0.000.550.80   0.07
XYZ40.927028.69046.0700
Yxy28.69040.54070.3791
Hunter Lab53.563442.653230.7754
CIE-Lab60.507447.793555.5071

#ee6a2f color RGB value is (238,106,47).

#ee6a2f hex color red value is 238, green value is 106 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ee6a2f hue: 0.05 , saturation: 0.85 and the lightness value of ee6a2f is 0.56.

The process color (four color CMYK) of #ee6a2f color hex is 0.00, 0.55, 0.80, 0.07. Web safe color of #ee6a2f is #ff6633. Color #ee6a2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101010 00101111
Octal 356 152 57
Decimal 238 106 47
Hex EE 6A 2F

RGB Percentages of Color #ee6a2f

%60.87
%27.11
%12.02

CMYK Percentages of Color #ee6a2f

%0
%55
%80
%7

Triadic Colors of #ee6a2f

#ee6a2f #2fee6a #6a2fee

Analogous Colors of #ee6a2f

#ee6a2f #eeca2f #ee2f54

Monochromatic Colors of #ee6a2f

#ee6a2f

Complementary Color

#ee6a2f #2fb3ee

#ee6a2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6a2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6a2f Color CSS Codes

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

#ee6a2f Text Font Color

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

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


#ee6a2f Background Color

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

This div background color is #ee6a2f


#ee6a2f Border Color

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

This div border color is #ee6a2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6a2f


Comments

No comments written yet.

Please login to write comment.