Color Hex Logo

#ee290a Color Hex

#EE290A
(238,41,10)
0 Favorites   0 Comments

Color spaces of #ee290a

RGB 2384110
HSL0.020.920.49
HSV96°93°
CMYK 0.000.830.96   0.07
XYZ36.107619.78492.2030
Yxy19.78490.62150.3406
Hunter Lab44.480267.060128.1997
CIE-Lab51.593170.773862.0418

#ee290a color RGB value is (238,41,10).

#ee290a hex color red value is 238, green value is 41 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ee290a hue: 0.02 , saturation: 0.92 and the lightness value of ee290a is 0.49.

The process color (four color CMYK) of #ee290a color hex is 0.00, 0.83, 0.96, 0.07. Web safe color of #ee290a is #ff3300. Color #ee290a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101001 00001010
Octal 356 51 12
Decimal 238 41 10
Hex EE 29 A

RGB Percentages of Color #ee290a

%82.35
%14.19
%3.46

CMYK Percentages of Color #ee290a

%0
%83
%96
%7

Triadic Colors of #ee290a

#ee290a #0aee29 #290aee

Analogous Colors of #ee290a

#ee290a #ee9b0a #ee0a5d

Monochromatic Colors of #ee290a

#ee290a

Complementary Color

#ee290a #0acfee

#ee290a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee290a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee290a Color CSS Codes

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

#ee290a Text Font Color

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

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


#ee290a Background Color

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

This div background color is #ee290a


#ee290a Border Color

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

This div border color is #ee290a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee290a


Comments

No comments written yet.

Please login to write comment.