Color Hex Logo

#eeb840 Color Hex

#EEB840
(238,184,64)
0 Favorites   0 Comments

Color spaces of #eeb840

RGB 23818464
HSL0.110.840.59
HSV41°73°93°
CMYK 0.000.230.73   0.07
XYZ53.325852.828312.2368
Yxy52.82830.45040.4462
Hunter Lab72.68313.765740.8962
CIE-Lab77.77358.188965.1625

#eeb840 color RGB value is (238,184,64).

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

The process color (four color CMYK) of #eeb840 color hex is 0.00, 0.23, 0.73, 0.07. Web safe color of #eeb840 is #ffcc33. Color #eeb840 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111000 01000000
Octal 356 270 100
Decimal 238 184 64
Hex EE B8 40

RGB Percentages of Color #eeb840

%48.97
%37.86
%13.17

CMYK Percentages of Color #eeb840

%0
%23
%73
%7

Triadic Colors of #eeb840

#eeb840 #40eeb8 #b840ee

Analogous Colors of #eeb840

#eeb840 #cdee40 #ee6140

Monochromatic Colors of #eeb840

#eeb840

Complementary Color

#eeb840 #4076ee

#eeb840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb840 Color CSS Codes

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

#eeb840 Text Font Color

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

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


#eeb840 Background Color

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

This div background color is #eeb840


#eeb840 Border Color

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

This div border color is #eeb840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb840


Comments

No comments written yet.

Please login to write comment.