Color Hex Logo

#ee471c Color Hex

#EE471C
(238,71,28)
0 Favorites   0 Comments

Color spaces of #ee471c

RGB 2387128
HSL0.030.860.52
HSV12°88°93°
CMYK 0.000.700.88   0.07
XYZ37.722722.76753.5050
Yxy22.76750.58950.3558
Hunter Lab47.715357.616529.0455
CIE-Lab54.832062.133758.5024

#ee471c color RGB value is (238,71,28).

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

The process color (four color CMYK) of #ee471c color hex is 0.00, 0.70, 0.88, 0.07. Web safe color of #ee471c is #ff3333. Color #ee471c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000111 00011100
Octal 356 107 34
Decimal 238 71 28
Hex EE 47 1C

RGB Percentages of Color #ee471c

%70.62
%21.07
%8.31

CMYK Percentages of Color #ee471c

%0
%70
%88
%7

Triadic Colors of #ee471c

#ee471c #1cee47 #471cee

Analogous Colors of #ee471c

#ee471c #eeb01c #ee1c5a

Monochromatic Colors of #ee471c

#ee471c

Complementary Color

#ee471c #1cc3ee

#ee471c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee471c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee471c Color CSS Codes

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

#ee471c Text Font Color

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

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


#ee471c Background Color

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

This div background color is #ee471c


#ee471c Border Color

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

This div border color is #ee471c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee471c


Comments

No comments written yet.

Please login to write comment.