Color Hex Logo

#eeb261 Color Hex

#EEB261
(238,178,97)
0 Favorites   0 Comments

Color spaces of #eeb261

RGB 23817897
HSL0.100.810.66
HSV34°59°93°
CMYK 0.000.250.59   0.07
XYZ53.338050.881018.3191
Yxy50.88100.43530.4152
Hunter Lab71.33098.645034.7049
CIE-Lab76.606913.249049.2563

#eeb261 color RGB value is (238,178,97).

#eeb261 hex color red value is 238, green value is 178 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #eeb261 hue: 0.10 , saturation: 0.81 and the lightness value of eeb261 is 0.66.

The process color (four color CMYK) of #eeb261 color hex is 0.00, 0.25, 0.59, 0.07. Web safe color of #eeb261 is #ff9966. Color #eeb261 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110010 01100001
Octal 356 262 141
Decimal 238 178 97
Hex EE B2 61

RGB Percentages of Color #eeb261

%46.39
%34.70
%18.91

CMYK Percentages of Color #eeb261

%0
%25
%59
%7

Triadic Colors of #eeb261

#eeb261 #61eeb2 #b261ee

Analogous Colors of #eeb261

#eeb261 #e4ee61 #ee6c61

Monochromatic Colors of #eeb261

#eeb261

Complementary Color

#eeb261 #619dee

#eeb261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb261 Color CSS Codes

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

#eeb261 Text Font Color

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

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


#eeb261 Background Color

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

This div background color is #eeb261


#eeb261 Border Color

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

This div border color is #eeb261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb261


Comments

No comments written yet.

Please login to write comment.