Color Hex Logo

#e0b622 Color Hex

#E0B622
(224,182,34)
0 Favorites   0 Comments

Color spaces of #e0b622

RGB 22418234
HSL0.130.750.51
HSV47°85°88°
CMYK 0.000.190.85   0.12
XYZ47.757249.41878.5351
Yxy49.41870.45180.4675
Hunter Lab70.2984-1.758442.0104
CIE-Lab75.71112.193472.5280

#e0b622 color RGB value is (224,182,34).

#e0b622 hex color red value is 224, green value is 182 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #e0b622 hue: 0.13 , saturation: 0.75 and the lightness value of e0b622 is 0.51.

The process color (four color CMYK) of #e0b622 color hex is 0.00, 0.19, 0.85, 0.12. Web safe color of #e0b622 is #cccc33. Color #e0b622 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10110110 00100010
Octal 340 266 42
Decimal 224 182 34
Hex E0 B6 22

RGB Percentages of Color #e0b622

%50.91
%41.36
%7.73

CMYK Percentages of Color #e0b622

%0
%19
%85
%12

Triadic Colors of #e0b622

#e0b622 #22e0b6 #b622e0

Analogous Colors of #e0b622

#e0b622 #abe022 #e05722

Monochromatic Colors of #e0b622

#e0b622

Complementary Color

#e0b622 #224ce0

#e0b622 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0b622 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0b622 Color CSS Codes

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

#e0b622 Text Font Color

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

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


#e0b622 Background Color

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

This div background color is #e0b622


#e0b622 Border Color

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

This div border color is #e0b622


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,182,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0b622; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0b622;
  -webkit-box-shadow: 1px 1px 3px 2px #e0b622;
  box-shadow:         1px 1px 3px 2px #e0b622; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,182,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0b622


Comments

No comments written yet.

Please login to write comment.