Color Hex Logo

#eeb75c Color Hex

#EEB75C
(238,183,92)
0 Favorites   0 Comments

Color spaces of #eeb75c

RGB 23818392
HSL0.100.810.65
HSV37°61°93°
CMYK 0.000.230.61   0.07
XYZ54.125152.816817.4672
Yxy52.81680.43510.4245
Hunter Lab72.67525.757036.6225
CIE-Lab77.766710.268552.9947

#eeb75c color RGB value is (238,183,92).

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

The process color (four color CMYK) of #eeb75c color hex is 0.00, 0.23, 0.61, 0.07. Web safe color of #eeb75c is #ffcc66. Color #eeb75c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110111 01011100
Octal 356 267 134
Decimal 238 183 92
Hex EE B7 5C

RGB Percentages of Color #eeb75c

%46.39
%35.67
%17.93

CMYK Percentages of Color #eeb75c

%0
%23
%61
%7

Triadic Colors of #eeb75c

#eeb75c #5ceeb7 #b75cee

Analogous Colors of #eeb75c

#eeb75c #dcee5c #ee6e5c

Monochromatic Colors of #eeb75c

#eeb75c

Complementary Color

#eeb75c #5c93ee

#eeb75c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb75c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb75c Color CSS Codes

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

#eeb75c Text Font Color

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

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


#eeb75c Background Color

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

This div background color is #eeb75c


#eeb75c Border Color

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

This div border color is #eeb75c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb75c


Comments

No comments written yet.

Please login to write comment.