Color Hex Logo

#e9e250 Color Hex

#E9E250
(233,226,80)
0 Favorites   0 Comments

Color spaces of #e9e250

RGB 23322680
HSL0.160.780.61
HSV57°66°91°
CMYK 0.000.030.66   0.09
XYZ62.248672.295518.2630
Yxy72.29550.40740.4731
Hunter Lab85.0268-18.115946.7838
CIE-Lab88.1106-14.542169.2032

#e9e250 color RGB value is (233,226,80).

#e9e250 hex color red value is 233, green value is 226 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #e9e250 hue: 0.16 , saturation: 0.78 and the lightness value of e9e250 is 0.61.

The process color (four color CMYK) of #e9e250 color hex is 0.00, 0.03, 0.66, 0.09. Web safe color of #e9e250 is #ffcc66. Color #e9e250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11100010 01010000
Octal 351 342 120
Decimal 233 226 80
Hex E9 E2 50

RGB Percentages of Color #e9e250

%43.23
%41.93
%14.84

CMYK Percentages of Color #e9e250

%0
%3
%66
%9

Triadic Colors of #e9e250

#e9e250 #50e9e2 #e250e9

Analogous Colors of #e9e250

#e9e250 #a4e950 #e99650

Monochromatic Colors of #e9e250

#e9e250

Complementary Color

#e9e250 #5057e9

#e9e250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9e250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9e250 Color CSS Codes

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

#e9e250 Text Font Color

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

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


#e9e250 Background Color

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

This div background color is #e9e250


#e9e250 Border Color

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

This div border color is #e9e250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9e250


Comments

No comments written yet.

Please login to write comment.