Color Hex Logo

#eb6601 Color Hex

#EB6601
(235,102,1)
0 Favorites   0 Comments

Color spaces of #eb6601

RGB 2351021
HSL0.070.990.46
HSV26°100°92°
CMYK 0.000.571.00   0.08
XYZ39.017827.16713.2160
Yxy27.16710.56220.3915
Hunter Lab52.122142.408832.8272
CIE-Lab59.128747.771667.7094

#eb6601 color RGB value is (235,102,1).

#eb6601 hex color red value is 235, green value is 102 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #eb6601 hue: 0.07 , saturation: 0.99 and the lightness value of eb6601 is 0.46.

The process color (four color CMYK) of #eb6601 color hex is 0.00, 0.57, 1.00, 0.08. Web safe color of #eb6601 is #ff6600. Color #eb6601 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100110 00000001
Octal 353 146 1
Decimal 235 102 1
Hex EB 66 1

RGB Percentages of Color #eb6601

%69.53
%30.18
%0.30

CMYK Percentages of Color #eb6601

%0
%57
%100
%8

Triadic Colors of #eb6601

#eb6601 #01eb66 #6601eb

Analogous Colors of #eb6601

#eb6601 #ebdb01 #eb0111

Monochromatic Colors of #eb6601

#eb6601

Complementary Color

#eb6601 #0186eb

#eb6601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6601 Color CSS Codes

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

#eb6601 Text Font Color

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

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


#eb6601 Background Color

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

This div background color is #eb6601


#eb6601 Border Color

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

This div border color is #eb6601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6601


Comments

No comments written yet.

Please login to write comment.