Color Hex Logo

#ee521a Color Hex

#EE521A
(238,82,26)
0 Favorites   0 Comments

Color spaces of #ee521a

RGB 2388226
HSL0.040.860.52
HSV16°89°93°
CMYK 0.000.660.89   0.07
XYZ38.463624.28633.6377
Yxy24.28630.57940.3658
Hunter Lab49.281153.076130.1203
CIE-Lab56.373357.880460.3668

#ee521a color RGB value is (238,82,26).

#ee521a hex color red value is 238, green value is 82 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ee521a hue: 0.04 , saturation: 0.86 and the lightness value of ee521a is 0.52.

The process color (four color CMYK) of #ee521a color hex is 0.00, 0.66, 0.89, 0.07. Web safe color of #ee521a is #ff6633. Color #ee521a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010010 00011010
Octal 356 122 32
Decimal 238 82 26
Hex EE 52 1A

RGB Percentages of Color #ee521a

%68.79
%23.70
%7.51

CMYK Percentages of Color #ee521a

%0
%66
%89
%7

Triadic Colors of #ee521a

#ee521a #1aee52 #521aee

Analogous Colors of #ee521a

#ee521a #eebc1a #ee1a4c

Monochromatic Colors of #ee521a

#ee521a

Complementary Color

#ee521a #1ab6ee

#ee521a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee521a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee521a Color CSS Codes

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

#ee521a Text Font Color

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

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


#ee521a Background Color

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

This div background color is #ee521a


#ee521a Border Color

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

This div border color is #ee521a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee521a


Comments

No comments written yet.

Please login to write comment.