Color Hex Logo

#ebb218 Color Hex

#EBB218
(235,178,24)
0 Favorites   0 Comments

Color spaces of #ebb218

RGB 23517824
HSL0.120.840.51
HSV44°90°92°
CMYK 0.000.240.90   0.08
XYZ50.346249.56897.7784
Yxy49.56890.46750.4603
Hunter Lab70.40524.434942.7332
CIE-Lab75.80398.850375.2962

#ebb218 color RGB value is (235,178,24).

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

The process color (four color CMYK) of #ebb218 color hex is 0.00, 0.24, 0.90, 0.08. Web safe color of #ebb218 is #ff9900. Color #ebb218 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110010 00011000
Octal 353 262 30
Decimal 235 178 24
Hex EB B2 18

RGB Percentages of Color #ebb218

%53.78
%40.73
%5.49

CMYK Percentages of Color #ebb218

%0
%24
%90
%8

Triadic Colors of #ebb218

#ebb218 #18ebb2 #b218eb

Analogous Colors of #ebb218

#ebb218 #bbeb18 #eb4918

Monochromatic Colors of #ebb218

#ebb218

Complementary Color

#ebb218 #1851eb

#ebb218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb218 Color CSS Codes

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

#ebb218 Text Font Color

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

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


#ebb218 Background Color

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

This div background color is #ebb218


#ebb218 Border Color

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

This div border color is #ebb218


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,178,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 #ebb218">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb218


Comments

No comments written yet.

Please login to write comment.