Color Hex Logo

#ee830a Color Hex

#EE830A
(238,131,10)
0 Favorites   0 Comments

Color spaces of #ee830a

RGB 23813110
HSL0.090.920.49
HSV32°96°93°
CMYK 0.000.450.96   0.07
XYZ43.431034.43174.6441
Yxy34.43170.52640.4173
Hunter Lab58.678529.429636.3825
CIE-Lab65.303834.667670.3004

#ee830a color RGB value is (238,131,10).

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

The process color (four color CMYK) of #ee830a color hex is 0.00, 0.45, 0.96, 0.07. Web safe color of #ee830a is #ff9900. Color #ee830a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000011 00001010
Octal 356 203 12
Decimal 238 131 10
Hex EE 83 A

RGB Percentages of Color #ee830a

%62.80
%34.56
%2.64

CMYK Percentages of Color #ee830a

%0
%45
%96
%7

Triadic Colors of #ee830a

#ee830a #0aee83 #830aee

Analogous Colors of #ee830a

#ee830a #e7ee0a #ee110a

Monochromatic Colors of #ee830a

#ee830a

Complementary Color

#ee830a #0a75ee

#ee830a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee830a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee830a Color CSS Codes

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

#ee830a Text Font Color

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

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


#ee830a Background Color

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

This div background color is #ee830a


#ee830a Border Color

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

This div border color is #ee830a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee830a


Comments

No comments written yet.

Please login to write comment.