color codes Logo

#eab71c color codes

#EAB71C
(234,183,28)
0 Favorites   0 Comments

Color spaces of #eab71c

RGB 23418328
HSL0.130.830.51
HSV45°88°92°
CMYK 0.000.220.88   0.08
XYZ51.074851.44328.3362
Yxy51.44320.46070.4641
Hunter Lab71.72391.593543.3157
CIE-Lab76.94675.866675.3285

#eab71c color RGB value is (234,183,28).

#eab71c hex color red value is 234, green value is 183 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #eab71c hue: 0.13 , saturation: 0.83 and the lightness value of eab71c is 0.51.

The process color (four color CMYK) of #eab71c color code is 0.00, 0.22, 0.88, 0.08. Web safe color of #eab71c is #ffcc33. Color #eab71c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110111 00011100
Octal 352 267 34
Decimal 234 183 28
Hex EA B7 1C

RGB Percentages of Color #eab71c

%52.58
%41.12
%6.29

CMYK Percentages of Color #eab71c

%0
%22
%88
%8

Triadic Colors of #eab71c

#eab71c #1ceab7 #b71cea

Analogous Colors of #eab71c

#eab71c #b6ea1c #ea501c

Monochromatic Colors of #eab71c

#eab71c

Complementary Color

#eab71c #1c4fea

#eab71c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab71c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab71c Color CSS Codes

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

#eab71c Text Font Color

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

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


#eab71c Background Color

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

This div background color is #eab71c


#eab71c Border Color

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

This div border color is #eab71c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab71c


Comments

No comments written yet.

Please login to write comment.