Color Hex Logo

#eeb64b Color Hex

#EEB64B
(238,182,75)
0 Favorites   0 Comments

Color spaces of #eeb64b

RGB 23818275
HSL0.110.830.61
HSV39°68°93°
CMYK 0.000.240.68   0.07
XYZ53.257852.141013.9138
Yxy52.14100.44640.4370
Hunter Lab72.20875.288039.1216
CIE-Lab77.36519.774160.2366

#eeb64b color RGB value is (238,182,75).

#eeb64b hex color red value is 238, green value is 182 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #eeb64b hue: 0.11 , saturation: 0.83 and the lightness value of eeb64b is 0.61.

The process color (four color CMYK) of #eeb64b color hex is 0.00, 0.24, 0.68, 0.07. Web safe color of #eeb64b is #ffcc33. Color #eeb64b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110110 01001011
Octal 356 266 113
Decimal 238 182 75
Hex EE B6 4B

RGB Percentages of Color #eeb64b

%48.08
%36.77
%15.15

CMYK Percentages of Color #eeb64b

%0
%24
%68
%7

Triadic Colors of #eeb64b

#eeb64b #4beeb6 #b64bee

Analogous Colors of #eeb64b

#eeb64b #d5ee4b #ee654b

Monochromatic Colors of #eeb64b

#eeb64b

Complementary Color

#eeb64b #4b83ee

#eeb64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb64b Color CSS Codes

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

#eeb64b Text Font Color

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

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


#eeb64b Background Color

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

This div background color is #eeb64b


#eeb64b Border Color

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

This div border color is #eeb64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb64b


Comments

No comments written yet.

Please login to write comment.