Color Hex Logo

#ee8231 Color Hex

#EE8231
(238,130,49)
0 Favorites   0 Comments

Color spaces of #ee8231

RGB 23813049
HSL0.070.850.56
HSV26°79°93°
CMYK 0.000.450.79   0.07
XYZ43.796934.36427.2303
Yxy34.36420.51290.4024
Hunter Lab58.621030.774233.7219
CIE-Lab65.250635.975359.0978

#ee8231 color RGB value is (238,130,49).

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

The process color (four color CMYK) of #ee8231 color hex is 0.00, 0.45, 0.79, 0.07. Web safe color of #ee8231 is #ff9933. Color #ee8231 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000010 00110001
Octal 356 202 61
Decimal 238 130 49
Hex EE 82 31

RGB Percentages of Color #ee8231

%57.07
%31.18
%11.75

CMYK Percentages of Color #ee8231

%0
%45
%79
%7

Triadic Colors of #ee8231

#ee8231 #31ee82 #8231ee

Analogous Colors of #ee8231

#ee8231 #eee131 #ee313e

Monochromatic Colors of #ee8231

#ee8231

Complementary Color

#ee8231 #319dee

#ee8231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8231 Color CSS Codes

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

#ee8231 Text Font Color

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

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


#ee8231 Background Color

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

This div background color is #ee8231


#ee8231 Border Color

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

This div border color is #ee8231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8231


Comments

No comments written yet.

Please login to write comment.