Color Hex Logo

#eea207 Color Hex

#EEA207
(238,162,7)
0 Favorites   0 Comments

Color spaces of #eea207

RGB 2381627
HSL0.110.940.48
HSV40°97°93°
CMYK 0.000.320.97   0.07
XYZ48.218644.03316.1589
Yxy44.03310.49000.4474
Hunter Lab66.357413.581440.9473
CIE-Lab72.250618.385275.3828

#eea207 color RGB value is (238,162,7).

#eea207 hex color red value is 238, green value is 162 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #eea207 hue: 0.11 , saturation: 0.94 and the lightness value of eea207 is 0.48.

The process color (four color CMYK) of #eea207 color hex is 0.00, 0.32, 0.97, 0.07. Web safe color of #eea207 is #ff9900. Color #eea207 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100010 00000111
Octal 356 242 7
Decimal 238 162 7
Hex EE A2 7

RGB Percentages of Color #eea207

%58.48
%39.80
%1.72

CMYK Percentages of Color #eea207

%0
%32
%97
%7

Triadic Colors of #eea207

#eea207 #07eea2 #a207ee

Analogous Colors of #eea207

#eea207 #c7ee07 #ee2f07

Monochromatic Colors of #eea207

#eea207

Complementary Color

#eea207 #0753ee

#eea207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea207 Color CSS Codes

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

#eea207 Text Font Color

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

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


#eea207 Background Color

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

This div background color is #eea207


#eea207 Border Color

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

This div border color is #eea207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea207


Comments

No comments written yet.

Please login to write comment.