Color Hex Logo

#eb930b Color Hex

#EB930B
(235,147,11)
0 Favorites   0 Comments

Color spaces of #eb930b

RGB 23514711
HSL0.100.910.48
HSV36°95°92°
CMYK 0.000.370.95   0.08
XYZ44.755138.55385.3994
Yxy38.55380.50450.4346
Hunter Lab62.091720.000638.3084
CIE-Lab68.426825.081072.0853

#eb930b color RGB value is (235,147,11).

#eb930b hex color red value is 235, green value is 147 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #eb930b hue: 0.10 , saturation: 0.91 and the lightness value of eb930b is 0.48.

The process color (four color CMYK) of #eb930b color hex is 0.00, 0.37, 0.95, 0.08. Web safe color of #eb930b is #ff9900. Color #eb930b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010011 00001011
Octal 353 223 13
Decimal 235 147 11
Hex EB 93 B

RGB Percentages of Color #eb930b

%59.80
%37.40
%2.80

CMYK Percentages of Color #eb930b

%0
%37
%95
%8

Triadic Colors of #eb930b

#eb930b #0beb93 #930beb

Analogous Colors of #eb930b

#eb930b #d3eb0b #eb230b

Monochromatic Colors of #eb930b

#eb930b

Complementary Color

#eb930b #0b63eb

#eb930b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb930b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb930b Color CSS Codes

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

#eb930b Text Font Color

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

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


#eb930b Background Color

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

This div background color is #eb930b


#eb930b Border Color

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

This div border color is #eb930b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb930b


Comments

No comments written yet.

Please login to write comment.