Color Hex Logo

#e9de2a Color Hex

#E9DE2A
(233,222,42)
0 Favorites   0 Comments

Color spaces of #e9de2a

RGB 23322242
HSL0.160.810.54
HSV57°82°91°
CMYK 0.000.050.82   0.09
XYZ60.143569.733412.4805
Yxy69.73340.42250.4898
Hunter Lab83.5065-17.576249.5934
CIE-Lab86.8659-14.128080.2026

#e9de2a color RGB value is (233,222,42).

#e9de2a hex color red value is 233, green value is 222 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #e9de2a hue: 0.16 , saturation: 0.81 and the lightness value of e9de2a is 0.54.

The process color (four color CMYK) of #e9de2a color hex is 0.00, 0.05, 0.82, 0.09. Web safe color of #e9de2a is #ffcc33. Color #e9de2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011110 00101010
Octal 351 336 52
Decimal 233 222 42
Hex E9 DE 2A

RGB Percentages of Color #e9de2a

%46.88
%44.67
%8.45

CMYK Percentages of Color #e9de2a

%0
%5
%82
%9

Triadic Colors of #e9de2a

#e9de2a #2ae9de #de2ae9

Analogous Colors of #e9de2a

#e9de2a #95e92a #e97f2a

Monochromatic Colors of #e9de2a

#e9de2a

Complementary Color

#e9de2a #2a35e9

#e9de2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9de2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9de2a Color CSS Codes

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

#e9de2a Text Font Color

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

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


#e9de2a Background Color

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

This div background color is #e9de2a


#e9de2a Border Color

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

This div border color is #e9de2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9de2a


Comments

No comments written yet.

Please login to write comment.