color codes Logo

#eb920b color codes

#EB920B
(235,146,11)
0 Favorites   0 Comments

Color spaces of #eb920b

RGB 23514611
HSL0.100.910.48
HSV36°95°92°
CMYK 0.000.380.95   0.08
XYZ44.600238.24415.3478
Yxy38.24410.50570.4336
Hunter Lab61.841820.510738.1621
CIE-Lab68.200125.608771.9293

#eb920b color RGB value is (235,146,11).

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

The process color (four color CMYK) of #eb920b color code is 0.00, 0.38, 0.95, 0.08. Web safe color of #eb920b is #ff9900. Color #eb920b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010010 00001011
Octal 353 222 13
Decimal 235 146 11
Hex EB 92 B

RGB Percentages of Color #eb920b

%59.95
%37.24
%2.81

CMYK Percentages of Color #eb920b

%0
%38
%95
%8

Triadic Colors of #eb920b

#eb920b #0beb92 #920beb

Analogous Colors of #eb920b

#eb920b #d4eb0b #eb220b

Monochromatic Colors of #eb920b

#eb920b

Complementary Color

#eb920b #0b64eb

#eb920b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb920b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb920b Color CSS Codes

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

#eb920b Text Font Color

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

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


#eb920b Background Color

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

This div background color is #eb920b


#eb920b Border Color

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

This div border color is #eb920b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb920b


Comments

No comments written yet.

Please login to write comment.