COLOR #E68B51

HEX: #E68B51
RGB: (230,139,81)

Renk bilgisi

#E68B51 contains mainly red color. #E68B51 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#E68B51 color RGB value is (230,139,81).

  • kırmız ton 230;
  • yeşil ton 139;
  • mavi ton 81.
RGB:
(230,139,81)
(90%,55%,32%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 139 of 255 = 55%
B 81 of 255 = 32%

230
139
81

R + G + B ~ 59%. #E68B51 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 139 + 81 = 450 (100%)
R 230 of 450 ~ 51.11%
G 139 of 450 ~ 30.89%
B 81 of 450 ~ 18%

%51.11
%30.89
%18

CMYK RENK MODELİ

#E68B51 rengi CMYK tonu (0,40,65,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.57%
  • sarı tonu 64.78%
  • ana renk tonu 9.80%
CMYK:
(0,40,65,10)
C0M40Y65K10 
(0%,40%,65%,10%)
(0.00/0.40/0.65/0.10)	

CMYK yüzdeleri

%0
%39.57
%64.78
%9.8

Codes

Color #E68B51 in popluar color models

E68B51
RGB23013981
HSL23°74.87%60.98%
HSB/HSV23°64.78%90.20%
CMYK0.00%39.57%64.78%
9.80%

Color #E68B51 in popluar number systems.

HEXE68B51
Decimal23013981
Binary11100110100010111010001
Octal346213121

Shades and tints

Shades of #E68B51

#E68B51
(230,139,81)
#D27F4A
(210,127,74)
#BE7343
(190,115,67)
#AA673C
(170,103,60)
#965B35
(150,91,53)
#824F2E
(130,79,46)
#6E4327
(110,67,39)
#5A3720
(90,55,32)
#462B19
(70,43,25)
#321F12
(50,31,18)
#1E130B
(30,19,11)
#000000
(0,0,0)

Tints of #E68B51

#E68B51
(230,139,81)
#E89560
(232,149,96)
#EA9F6F
(234,159,111)
#ECA97E
(236,169,126)
#EEB38D
(238,179,141)
#F0BD9C
(240,189,156)
#F2C7AB
(242,199,171)
#F4D1BA
(244,209,186)
#F6DBC9
(246,219,201)
#F8E5D8
(248,229,216)
#FAEFE7
(250,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E68B51 color. Also use rgb(230,139,81) instead hex code.

Text Font Color

.myTextColor { color: #E68B51; }

<p style="color:#E68B51">This sample text font color is #E68B51.</p>

This text font color is #E68B51.


Background Color

.myBgColor { background-color: #E68B51; }

<div style="background-color:#E68B51">Inner text</div>

This div background color is #E68B51.


Border color

.myBorderColor { border: 1px solid #E68B51; }

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

This div border color is #E68B51.


Opacity

.myOpacity80 { color: #E68B51; opacity: 0.8; }

<p style="color:#E68B51;opacity:0.8;">80%</p>

Text with #E68B51 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E68B51;}

<p style="text-shadow: 3px 3px 1px #E68B51">Text here.</p>

This text has shadow with #E68B51 color.

.textShadow {text-shadow: 3px 3px 1px #E68B51, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E68B51, 5px 5px 20px red">Text here.</p>

This text has shadow with #E68B51 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E68B51, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E68B51, Direction=45, Strength=4)">Text</p>

This text has shadow with #E68B51 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E68B51;
  -webkit-box-shadow:	1px 1px 3px 2px #E68B51;
  box-shadow:		1px 1px 3px 2px #E68B51;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E68B51;
-webkit-box-shadow: 1px 1px 3px 2px #E68B51;
box-shadow:1px 1px 3px 2px #E68B51;">
Div content here</div>
This div box has shadow with color #E68B51.

Preview

Color preview on black background

This text has color #E68B51 on black background.


Color preview on white background

This text has color #E68B51 on white background.



Black color preview on #E68B51 background

This text has black color on #E68B51 background.


White color preview on #E68B51 background

This text has white color on #E68B51 background.