Color Hex Logo

#ebb518 Color Hex

#EBB518
(235,181,24)
0 Favorites   0 Comments

Color spaces of #ebb518

RGB 23518124
HSL0.120.840.51
HSV45°90°92°
CMYK 0.000.230.90   0.08
XYZ50.949750.77597.9795
Yxy50.77590.46440.4628
Hunter Lab71.25722.929443.2407
CIE-Lab76.54317.274375.8616

#ebb518 color RGB value is (235,181,24).

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

The process color (four color CMYK) of #ebb518 color hex is 0.00, 0.23, 0.90, 0.08. Web safe color of #ebb518 is #ffcc00. Color #ebb518 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110101 00011000
Octal 353 265 30
Decimal 235 181 24
Hex EB B5 18

RGB Percentages of Color #ebb518

%53.41
%41.14
%5.45

CMYK Percentages of Color #ebb518

%0
%23
%90
%8

Triadic Colors of #ebb518

#ebb518 #18ebb5 #b518eb

Analogous Colors of #ebb518

#ebb518 #b8eb18 #eb4c18

Monochromatic Colors of #ebb518

#ebb518

Complementary Color

#ebb518 #184eeb

#ebb518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb518 Color CSS Codes

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

#ebb518 Text Font Color

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

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


#ebb518 Background Color

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

This div background color is #ebb518


#ebb518 Border Color

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

This div border color is #ebb518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb518


Comments

No comments written yet.

Please login to write comment.