Color Hex Logo

#ee6231 Color Hex

#EE6231
(238,98,49)
0 Favorites   0 Comments

Color spaces of #ee6231

RGB 2389849
HSL0.040.850.56
HSV16°79°93°
CMYK 0.000.590.79   0.07
XYZ40.182027.13436.0253
Yxy27.13430.54790.3700
Hunter Lab52.090646.534029.6054
CIE-Lab59.098451.561753.2658

#ee6231 color RGB value is (238,98,49).

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

The process color (four color CMYK) of #ee6231 color hex is 0.00, 0.59, 0.79, 0.07. Web safe color of #ee6231 is #ff6633. Color #ee6231 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100010 00110001
Octal 356 142 61
Decimal 238 98 49
Hex EE 62 31

RGB Percentages of Color #ee6231

%61.82
%25.45
%12.73

CMYK Percentages of Color #ee6231

%0
%59
%79
%7

Triadic Colors of #ee6231

#ee6231 #31ee62 #6231ee

Analogous Colors of #ee6231

#ee6231 #eec131 #ee315f

Monochromatic Colors of #ee6231

#ee6231

Complementary Color

#ee6231 #31bdee

#ee6231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6231 Color CSS Codes

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

#ee6231 Text Font Color

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

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


#ee6231 Background Color

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

This div background color is #ee6231


#ee6231 Border Color

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

This div border color is #ee6231


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,98,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 #ee6231">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6231


Comments

No comments written yet.

Please login to write comment.