Color Hex Logo

#ebb50a Color Hex

#EBB50A
(235,181,10)
0 Favorites   0 Comments

Color spaces of #ebb50a

RGB 23518110
HSL0.130.920.48
HSV46°96°92°
CMYK 0.000.230.96   0.08
XYZ50.839650.73187.3998
Yxy50.73180.46650.4656
Hunter Lab71.22632.763143.6987
CIE-Lab76.51637.097077.8933

#ebb50a color RGB value is (235,181,10).

#ebb50a hex color red value is 235, green value is 181 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ebb50a hue: 0.13 , saturation: 0.92 and the lightness value of ebb50a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110101 00001010
Octal 353 265 12
Decimal 235 181 10
Hex EB B5 A

RGB Percentages of Color #ebb50a

%55.16
%42.49
%2.35

CMYK Percentages of Color #ebb50a

%0
%23
%96
%8

Triadic Colors of #ebb50a

#ebb50a #0aebb5 #b50aeb

Analogous Colors of #ebb50a

#ebb50a #b1eb0a #eb450a

Monochromatic Colors of #ebb50a

#ebb50a

Complementary Color

#ebb50a #0a40eb

#ebb50a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb50a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb50a Color CSS Codes

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

#ebb50a Text Font Color

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

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


#ebb50a Background Color

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

This div background color is #ebb50a


#ebb50a Border Color

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

This div border color is #ebb50a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb50a


Comments

No comments written yet.

Please login to write comment.