Color Hex Logo

#ee920a Color Hex

#EE920A
(238,146,10)
0 Favorites   0 Comments

Color spaces of #ee920a

RGB 23814610
HSL0.100.920.49
HSV36°96°93°
CMYK 0.000.390.96   0.07
XYZ45.593638.75685.3649
Yxy38.75680.50820.4320
Hunter Lab62.255021.781738.4691
CIE-Lab68.574726.857772.4971

#ee920a color RGB value is (238,146,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010010 00001010
Octal 356 222 12
Decimal 238 146 10
Hex EE 92 A

RGB Percentages of Color #ee920a

%60.41
%37.06
%2.54

CMYK Percentages of Color #ee920a

%0
%39
%96
%7

Triadic Colors of #ee920a

#ee920a #0aee92 #920aee

Analogous Colors of #ee920a

#ee920a #d8ee0a #ee200a

Monochromatic Colors of #ee920a

#ee920a

Complementary Color

#ee920a #0a66ee

#ee920a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee920a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee920a Color CSS Codes

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

#ee920a Text Font Color

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

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


#ee920a Background Color

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

This div background color is #ee920a


#ee920a Border Color

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

This div border color is #ee920a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee920a


Comments

No comments written yet.

Please login to write comment.