COLOR #E6735D

HEX: #E6735D
RGB: (230,115,93)

Renk bilgisi

#E6735D contains mainly red color. #E6735D ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#E6735D color RGB value is (230,115,93).

  • kırmız ton 230;
  • yeşil ton 115;
  • mavi ton 93.
RGB:
(230,115,93)
(90%,45%,36%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 115 of 255 = 45%
B 93 of 255 = 36%

230
115
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 115 + 93 = 438 (100%)
R 230 of 438 ~ 52.51%
G 115 of 438 ~ 26.26%
B 93 of 438 ~ 21.23%

%52.51
%26.26
%21.23

CMYK RENK MODELİ

#E6735D rengi CMYK tonu (0,50,60,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.00%
  • sarı tonu 59.57%
  • ana renk tonu 9.80%
CMYK:
(0,50,60,10)
C0M50Y60K10 
(0%,50%,60%,10%)
(0.00/0.50/0.60/0.10)	

CMYK yüzdeleri

%0
%50
%59.57
%9.8

Codes

Color #E6735D in popluar color models

E6735D
RGB23011593
HSL10°73.26%63.33%
HSB/HSV10°59.57%90.20%
CMYK0.00%50.00%59.57%
9.80%

Color #E6735D in popluar number systems.

HEXE6735D
Decimal23011593
Binary1110011011100111011101
Octal346163135

Shades and tints

Shades of #E6735D

#E6735D
(230,115,93)
#D26955
(210,105,85)
#BE5F4D
(190,95,77)
#AA5545
(170,85,69)
#964B3D
(150,75,61)
#824135
(130,65,53)
#6E372D
(110,55,45)
#5A2D25
(90,45,37)
#46231D
(70,35,29)
#321915
(50,25,21)
#1E0F0D
(30,15,13)
#000000
(0,0,0)

Tints of #E6735D

#E6735D
(230,115,93)
#E87F6B
(232,127,107)
#EA8B79
(234,139,121)
#EC9787
(236,151,135)
#EEA395
(238,163,149)
#F0AFA3
(240,175,163)
#F2BBB1
(242,187,177)
#F4C7BF
(244,199,191)
#F6D3CD
(246,211,205)
#F8DFDB
(248,223,219)
#FAEBE9
(250,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6735D color. Also use rgb(230,115,93) instead hex code.

Text Font Color

.myTextColor { color: #E6735D; }

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

This text font color is #E6735D.


Background Color

.myBgColor { background-color: #E6735D; }

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

This div background color is #E6735D.


Border color

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

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

This div border color is #E6735D.


Opacity

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

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

Text with #E6735D 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 #E6735D;}

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

This text has shadow with #E6735D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6735D on black background.


Color preview on white background

This text has color #E6735D on white background.



Black color preview on #E6735D background

This text has black color on #E6735D background.


White color preview on #E6735D background

This text has white color on #E6735D background.