Color Hex Logo

#eb890c Color Hex

#EB890C
(235,137,12)
0 Favorites   0 Comments

Color spaces of #eb890c

RGB 23513712
HSL0.090.900.48
HSV34°95°92°
CMYK 0.000.420.95   0.08
XYZ43.273035.58004.9347
Yxy35.58000.51650.4246
Hunter Lab59.649025.109136.8493
CIE-Lab66.197830.346870.4136

#eb890c color RGB value is (235,137,12).

#eb890c hex color red value is 235, green value is 137 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #eb890c hue: 0.09 , saturation: 0.90 and the lightness value of eb890c is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001001 00001100
Octal 353 211 14
Decimal 235 137 12
Hex EB 89 C

RGB Percentages of Color #eb890c

%61.20
%35.68
%3.13

CMYK Percentages of Color #eb890c

%0
%42
%95
%8

Triadic Colors of #eb890c

#eb890c #0ceb89 #890ceb

Analogous Colors of #eb890c

#eb890c #deeb0c #eb1a0c

Monochromatic Colors of #eb890c

#eb890c

Complementary Color

#eb890c #0c6eeb

#eb890c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb890c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb890c Color CSS Codes

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

#eb890c Text Font Color

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

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


#eb890c Background Color

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

This div background color is #eb890c


#eb890c Border Color

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

This div border color is #eb890c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb890c


Comments

No comments written yet.

Please login to write comment.