Color Hex Logo

#eb630b Color Hex

#EB630B
(235,99,11)
0 Favorites   0 Comments

Color spaces of #eb630b

RGB 2359911
HSL0.070.910.48
HSV24°95°92°
CMYK 0.000.580.95   0.08
XYZ38.783226.61003.4088
Yxy26.61000.56370.3868
Hunter Lab51.584943.928632.1915
CIE-Lab58.611649.254165.6063

#eb630b color RGB value is (235,99,11).

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

The process color (four color CMYK) of #eb630b color hex is 0.00, 0.58, 0.95, 0.08. Web safe color of #eb630b is #ff6600. Color #eb630b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100011 00001011
Octal 353 143 13
Decimal 235 99 11
Hex EB 63 B

RGB Percentages of Color #eb630b

%68.12
%28.70
%3.19

CMYK Percentages of Color #eb630b

%0
%58
%95
%8

Triadic Colors of #eb630b

#eb630b #0beb63 #630beb

Analogous Colors of #eb630b

#eb630b #ebd30b #eb0b23

Monochromatic Colors of #eb630b

#eb630b

Complementary Color

#eb630b #0b93eb

#eb630b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb630b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb630b Color CSS Codes

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

#eb630b Text Font Color

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

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


#eb630b Background Color

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

This div background color is #eb630b


#eb630b Border Color

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

This div border color is #eb630b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb630b


Comments

No comments written yet.

Please login to write comment.