color codes Logo

#eab75f color codes

#EAB75F
(234,183,95)
0 Favorites   0 Comments

Color spaces of #eab75f

RGB 23418395
HSL0.110.770.65
HSV38°59°92°
CMYK 0.000.220.59   0.08
XYZ52.930752.185618.1096
Yxy52.18560.42950.4235
Hunter Lab72.23964.369535.7044
CIE-Lab77.39178.813851.0319

#eab75f color RGB value is (234,183,95).

#eab75f hex color red value is 234, green value is 183 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #eab75f hue: 0.11 , saturation: 0.77 and the lightness value of eab75f is 0.65.

The process color (four color CMYK) of #eab75f color code is 0.00, 0.22, 0.59, 0.08. Web safe color of #eab75f is #ffcc66. Color #eab75f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110111 01011111
Octal 352 267 137
Decimal 234 183 95
Hex EA B7 5F

RGB Percentages of Color #eab75f

%45.70
%35.74
%18.55

CMYK Percentages of Color #eab75f

%0
%22
%59
%8

Triadic Colors of #eab75f

#eab75f #5feab7 #b75fea

Analogous Colors of #eab75f

#eab75f #d8ea5f #ea725f

Monochromatic Colors of #eab75f

#eab75f

Complementary Color

#eab75f #5f92ea

#eab75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab75f Color CSS Codes

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

#eab75f Text Font Color

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

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


#eab75f Background Color

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

This div background color is #eab75f


#eab75f Border Color

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

This div border color is #eab75f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab75f


Comments

No comments written yet.

Please login to write comment.