Color Hex Logo

#ee462e Color Hex

#EE462E
(238,70,46)
0 Favorites   0 Comments

Color spaces of #ee462e

RGB 2387046
HSL0.020.850.56
HSV81°93°
CMYK 0.000.710.81   0.07
XYZ37.943222.75474.9770
Yxy22.75470.57770.3465
Hunter Lab47.701958.504827.2053
CIE-Lab54.818862.905550.5915

#ee462e color RGB value is (238,70,46).

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

The process color (four color CMYK) of #ee462e color hex is 0.00, 0.71, 0.81, 0.07. Web safe color of #ee462e is #ff3333. Color #ee462e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000110 00101110
Octal 356 106 56
Decimal 238 70 46
Hex EE 46 2E

RGB Percentages of Color #ee462e

%67.23
%19.77
%12.99

CMYK Percentages of Color #ee462e

%0
%71
%81
%7

Triadic Colors of #ee462e

#ee462e #2eee46 #462eee

Analogous Colors of #ee462e

#ee462e #eea62e #ee2e76

Monochromatic Colors of #ee462e

#ee462e

Complementary Color

#ee462e #2ed6ee

#ee462e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee462e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee462e Color CSS Codes

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

#ee462e Text Font Color

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

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


#ee462e Background Color

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

This div background color is #ee462e


#ee462e Border Color

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

This div border color is #ee462e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee462e


Comments

No comments written yet.

Please login to write comment.