Color Hex Logo

#e9bf31 Color Hex

#E9BF31
(233,191,49)
0 Favorites   0 Comments

Color spaces of #e9bf31

RGB 23319149
HSL0.130.810.55
HSV46°79°91°
CMYK 0.000.180.79   0.09
XYZ52.789554.807010.7022
Yxy54.80700.44620.4633
Hunter Lab74.0317-2.273343.2511
CIE-Lab78.93001.817171.3725

#e9bf31 color RGB value is (233,191,49).

#e9bf31 hex color red value is 233, green value is 191 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #e9bf31 hue: 0.13 , saturation: 0.81 and the lightness value of e9bf31 is 0.55.

The process color (four color CMYK) of #e9bf31 color hex is 0.00, 0.18, 0.79, 0.09. Web safe color of #e9bf31 is #ffcc33. Color #e9bf31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111111 00110001
Octal 351 277 61
Decimal 233 191 49
Hex E9 BF 31

RGB Percentages of Color #e9bf31

%49.26
%40.38
%10.36

CMYK Percentages of Color #e9bf31

%0
%18
%79
%9

Triadic Colors of #e9bf31

#e9bf31 #31e9bf #bf31e9

Analogous Colors of #e9bf31

#e9bf31 #b7e931 #e96331

Monochromatic Colors of #e9bf31

#e9bf31

Complementary Color

#e9bf31 #315be9

#e9bf31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9bf31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9bf31 Color CSS Codes

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

#e9bf31 Text Font Color

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

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


#e9bf31 Background Color

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

This div background color is #e9bf31


#e9bf31 Border Color

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

This div border color is #e9bf31


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,191,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9bf31; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9bf31;
  -webkit-box-shadow: 1px 1px 3px 2px #e9bf31;
  box-shadow:         1px 1px 3px 2px #e9bf31; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,191,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9bf31


Comments

No comments written yet.

Please login to write comment.