Color Hex Logo

#eb7030 Color Hex

#EB7030
(235,112,48)
0 Favorites   0 Comments

Color spaces of #eb7030

RGB 23511248
HSL0.060.820.55
HSV21°80°92°
CMYK 0.000.520.80   0.08
XYZ40.588629.46396.3442
Yxy29.46390.53130.3857
Hunter Lab54.280738.483031.0668
CIE-Lab61.188943.812655.5485

#eb7030 color RGB value is (235,112,48).

#eb7030 hex color red value is 235, green value is 112 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #eb7030 hue: 0.06 , saturation: 0.82 and the lightness value of eb7030 is 0.55.

The process color (four color CMYK) of #eb7030 color hex is 0.00, 0.52, 0.80, 0.08. Web safe color of #eb7030 is #ff6633. Color #eb7030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110000 00110000
Octal 353 160 60
Decimal 235 112 48
Hex EB 70 30

RGB Percentages of Color #eb7030

%59.49
%28.35
%12.15

CMYK Percentages of Color #eb7030

%0
%52
%80
%8

Triadic Colors of #eb7030

#eb7030 #30eb70 #7030eb

Analogous Colors of #eb7030

#eb7030 #ebce30 #eb304e

Monochromatic Colors of #eb7030

#eb7030

Complementary Color

#eb7030 #30abeb

#eb7030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7030 Color CSS Codes

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

#eb7030 Text Font Color

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

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


#eb7030 Background Color

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

This div background color is #eb7030


#eb7030 Border Color

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

This div border color is #eb7030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7030


Comments

No comments written yet.

Please login to write comment.