Color Hex Logo

#e6722b Color Hex

#E6722B
(230,114,43)
1 Favorites   0 Comments

Color spaces of #e6722b

RGB 23011443
HSL0.060.790.54
HSV23°81°90°
CMYK 0.000.500.81   0.10
XYZ39.086529.03205.8292
Yxy29.03200.52860.3926
Hunter Lab53.881435.194731.3026
CIE-Lab60.809940.743157.0525

#e6722b color RGB value is (230,114,43).

#e6722b hex color red value is 230, green value is 114 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #e6722b hue: 0.06 , saturation: 0.79 and the lightness value of e6722b is 0.54.

The process color (four color CMYK) of #e6722b color hex is 0.00, 0.50, 0.81, 0.10. Web safe color of #e6722b is #ff6633. Color #e6722b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110010 00101011
Octal 346 162 53
Decimal 230 114 43
Hex E6 72 2B

RGB Percentages of Color #e6722b

%59.43
%29.46
%11.11

CMYK Percentages of Color #e6722b

%0
%50
%81
%10

Triadic Colors of #e6722b

#e6722b #2be672 #722be6

Analogous Colors of #e6722b

#e6722b #e6d02b #e62b42

Monochromatic Colors of #e6722b

#e6722b

Complementary Color

#e6722b #2b9fe6

#e6722b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6722b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6722b Color CSS Codes

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

#e6722b Text Font Color

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

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


#e6722b Background Color

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

This div background color is #e6722b


#e6722b Border Color

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

This div border color is #e6722b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,114,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6722b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6722b;
  -webkit-box-shadow: 1px 1px 3px 2px #e6722b;
  box-shadow:         1px 1px 3px 2px #e6722b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,114,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6722b


Comments

No comments written yet.

Please login to write comment.