Color Hex Logo

#eb940c Color Hex

#EB940C
(235,148,12)
0 Favorites   0 Comments

Color spaces of #eb940c

RGB 23514812
HSL0.100.900.48
HSV37°95°92°
CMYK 0.000.370.95   0.08
XYZ44.917238.86855.4828
Yxy38.86850.50320.4354
Hunter Lab62.344619.500238.4271
CIE-Lab68.655924.562672.1039

#eb940c color RGB value is (235,148,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010100 00001100
Octal 353 224 14
Decimal 235 148 12
Hex EB 94 C

RGB Percentages of Color #eb940c

%59.49
%37.47
%3.04

CMYK Percentages of Color #eb940c

%0
%37
%95
%8

Triadic Colors of #eb940c

#eb940c #0ceb94 #940ceb

Analogous Colors of #eb940c

#eb940c #d3eb0c #eb250c

Monochromatic Colors of #eb940c

#eb940c

Complementary Color

#eb940c #0c63eb

#eb940c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb940c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb940c Color CSS Codes

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

#eb940c Text Font Color

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

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


#eb940c Background Color

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

This div background color is #eb940c


#eb940c Border Color

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

This div border color is #eb940c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb940c


Comments

No comments written yet.

Please login to write comment.