Color Hex Logo

#ee301e Color Hex

#EE301E
(238,48,30)
0 Favorites   0 Comments

Color spaces of #ee301e

RGB 2384830
HSL0.010.860.53
HSV87°93°
CMYK 0.000.800.87   0.07
XYZ36.551220.38483.2365
Yxy20.38480.60740.3388
Hunter Lab45.149565.494627.3545
CIE-Lab52.269569.335355.7522

#ee301e color RGB value is (238,48,30).

#ee301e hex color red value is 238, green value is 48 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ee301e hue: 0.01 , saturation: 0.86 and the lightness value of ee301e is 0.53.

The process color (four color CMYK) of #ee301e color hex is 0.00, 0.80, 0.87, 0.07. Web safe color of #ee301e is #ff3333. Color #ee301e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110000 00011110
Octal 356 60 36
Decimal 238 48 30
Hex EE 30 1E

RGB Percentages of Color #ee301e

%75.32
%15.19
%9.49

CMYK Percentages of Color #ee301e

%0
%80
%87
%7

Triadic Colors of #ee301e

#ee301e #1eee30 #301eee

Analogous Colors of #ee301e

#ee301e #ee981e #ee1e74

Monochromatic Colors of #ee301e

#ee301e

Complementary Color

#ee301e #1edcee

#ee301e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee301e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee301e Color CSS Codes

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

#ee301e Text Font Color

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

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


#ee301e Background Color

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

This div background color is #ee301e


#ee301e Border Color

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

This div border color is #ee301e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee301e


Comments

No comments written yet.

Please login to write comment.