Color Hex Logo

#ebb320 Color Hex

#EBB320
(235,179,32)
0 Favorites   0 Comments

Color spaces of #ebb320

RGB 23517932
HSL0.120.840.52
HSV43°86°92°
CMYK 0.000.240.86   0.08
XYZ50.641850.00678.3496
Yxy50.00670.46460.4588
Hunter Lab70.71544.078242.5002
CIE-Lab76.07348.479073.7773

#ebb320 color RGB value is (235,179,32).

#ebb320 hex color red value is 235, green value is 179 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ebb320 hue: 0.12 , saturation: 0.84 and the lightness value of ebb320 is 0.52.

The process color (four color CMYK) of #ebb320 color hex is 0.00, 0.24, 0.86, 0.08. Web safe color of #ebb320 is #ffcc33. Color #ebb320 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110011 00100000
Octal 353 263 40
Decimal 235 179 32
Hex EB B3 20

RGB Percentages of Color #ebb320

%52.69
%40.13
%7.17

CMYK Percentages of Color #ebb320

%0
%24
%86
%8

Triadic Colors of #ebb320

#ebb320 #20ebb3 #b320eb

Analogous Colors of #ebb320

#ebb320 #beeb20 #eb4e20

Monochromatic Colors of #ebb320

#ebb320

Complementary Color

#ebb320 #2058eb

#ebb320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb320 Color CSS Codes

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

#ebb320 Text Font Color

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

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


#ebb320 Background Color

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

This div background color is #ebb320


#ebb320 Border Color

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

This div border color is #ebb320


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,179,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ebb320; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ebb320;
  -webkit-box-shadow: 1px 1px 3px 2px #ebb320;
  box-shadow:         1px 1px 3px 2px #ebb320; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,179,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb320


Comments

No comments written yet.

Please login to write comment.