Color Hex Logo

#e6884b Color Hex

#E6884B
(230,136,75)
0 Favorites   0 Comments

Color spaces of #e6884b

RGB 23013675
HSL0.070.760.60
HSV24°67°90°
CMYK 0.000.410.67   0.10
XYZ42.707334.939311.1497
Yxy34.93930.48100.3935
Hunter Lab59.109525.526830.1929
CIE-Lab65.701430.802847.2957

#e6884b color RGB value is (230,136,75).

#e6884b hex color red value is 230, green value is 136 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #e6884b hue: 0.07 , saturation: 0.76 and the lightness value of e6884b is 0.60.

The process color (four color CMYK) of #e6884b color hex is 0.00, 0.41, 0.67, 0.10. Web safe color of #e6884b is #ff9933. Color #e6884b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001000 01001011
Octal 346 210 113
Decimal 230 136 75
Hex E6 88 4B

RGB Percentages of Color #e6884b

%52.15
%30.84
%17.01

CMYK Percentages of Color #e6884b

%0
%41
%67
%10

Triadic Colors of #e6884b

#e6884b #4be688 #884be6

Analogous Colors of #e6884b

#e6884b #e6d64b #e64b5c

Monochromatic Colors of #e6884b

#e6884b

Complementary Color

#e6884b #4ba9e6

#e6884b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6884b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6884b Color CSS Codes

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

#e6884b Text Font Color

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

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


#e6884b Background Color

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

This div background color is #e6884b


#e6884b Border Color

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

This div border color is #e6884b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6884b


Comments

No comments written yet.

Please login to write comment.