Color Hex Logo

#eeb238 Color Hex

#EEB238
(238,178,56)
0 Favorites   0 Comments

Color spaces of #eeb238

RGB 23817856
HSL0.110.840.58
HSV40°76°93°
CMYK 0.000.250.76   0.07
XYZ51.894150.303510.7158
Yxy50.30350.45960.4455
Hunter Lab70.92506.485540.6896
CIE-Lab76.255211.009466.7217

#eeb238 color RGB value is (238,178,56).

#eeb238 hex color red value is 238, green value is 178 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #eeb238 hue: 0.11 , saturation: 0.84 and the lightness value of eeb238 is 0.58.

The process color (four color CMYK) of #eeb238 color hex is 0.00, 0.25, 0.76, 0.07. Web safe color of #eeb238 is #ff9933. Color #eeb238 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110010 00111000
Octal 356 262 70
Decimal 238 178 56
Hex EE B2 38

RGB Percentages of Color #eeb238

%50.42
%37.71
%11.86

CMYK Percentages of Color #eeb238

%0
%25
%76
%7

Triadic Colors of #eeb238

#eeb238 #38eeb2 #b238ee

Analogous Colors of #eeb238

#eeb238 #cfee38 #ee5738

Monochromatic Colors of #eeb238

#eeb238

Complementary Color

#eeb238 #3874ee

#eeb238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb238 Color CSS Codes

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

#eeb238 Text Font Color

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

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


#eeb238 Background Color

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

This div background color is #eeb238


#eeb238 Border Color

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

This div border color is #eeb238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb238


Comments

No comments written yet.

Please login to write comment.