Color Hex Logo

#ee6531 Color Hex

#EE6531
(238,101,49)
0 Favorites   0 Comments

Color spaces of #ee6531

RGB 23810149
HSL0.050.850.56
HSV17°79°93°
CMYK 0.000.580.79   0.07
XYZ40.468027.70636.1207
Yxy27.70630.54470.3729
Hunter Lab52.636845.119329.9514
CIE-Lab59.622550.191153.7692

#ee6531 color RGB value is (238,101,49).

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

The process color (four color CMYK) of #ee6531 color hex is 0.00, 0.58, 0.79, 0.07. Web safe color of #ee6531 is #ff6633. Color #ee6531 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100101 00110001
Octal 356 145 61
Decimal 238 101 49
Hex EE 65 31

RGB Percentages of Color #ee6531

%61.34
%26.03
%12.63

CMYK Percentages of Color #ee6531

%0
%58
%79
%7

Triadic Colors of #ee6531

#ee6531 #31ee65 #6531ee

Analogous Colors of #ee6531

#ee6531 #eec431 #ee315b

Monochromatic Colors of #ee6531

#ee6531

Complementary Color

#ee6531 #31baee

#ee6531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6531 Color CSS Codes

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

#ee6531 Text Font Color

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

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


#ee6531 Background Color

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

This div background color is #ee6531


#ee6531 Border Color

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

This div border color is #ee6531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6531


Comments

No comments written yet.

Please login to write comment.