Color Hex Logo

#e3ba0b Color Hex

#E3BA0B
(227,186,11)
0 Favorites   0 Comments

Color spaces of #e3ba0b

RGB 22718611
HSL0.140.910.47
HSV49°95°89°
CMYK 0.000.180.95   0.11
XYZ49.297951.47297.6536
Yxy51.47290.45470.4747
Hunter Lab71.7446-2.900343.8963
CIE-Lab76.96461.019777.7436

#e3ba0b color RGB value is (227,186,11).

#e3ba0b hex color red value is 227, green value is 186 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #e3ba0b hue: 0.14 , saturation: 0.91 and the lightness value of e3ba0b is 0.47.

The process color (four color CMYK) of #e3ba0b color hex is 0.00, 0.18, 0.95, 0.11. Web safe color of #e3ba0b is #cccc00. Color #e3ba0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111010 00001011
Octal 343 272 13
Decimal 227 186 11
Hex E3 BA B

RGB Percentages of Color #e3ba0b

%53.54
%43.87
%2.59

CMYK Percentages of Color #e3ba0b

%0
%18
%95
%11

Triadic Colors of #e3ba0b

#e3ba0b #0be3ba #ba0be3

Analogous Colors of #e3ba0b

#e3ba0b #a0e30b #e34e0b

Monochromatic Colors of #e3ba0b

#e3ba0b

Complementary Color

#e3ba0b #0b34e3

#e3ba0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3ba0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3ba0b Color CSS Codes

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

#e3ba0b Text Font Color

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

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


#e3ba0b Background Color

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

This div background color is #e3ba0b


#e3ba0b Border Color

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

This div border color is #e3ba0b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,186,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3ba0b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3ba0b;
  -webkit-box-shadow: 1px 1px 3px 2px #e3ba0b;
  box-shadow:         1px 1px 3px 2px #e3ba0b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,186,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3ba0b


Comments

No comments written yet.

Please login to write comment.