COLOR #E6753C

HEX: #E6753C
RGB: (230,117,60)

Renk bilgisi

#E6753C contains mainly red color. #E6753C ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#E6753C color RGB value is (230,117,60).

  • kırmız ton 230;
  • yeşil ton 117;
  • mavi ton 60.
RGB:
(230,117,60)
(90%,46%,24%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 117 of 255 = 46%
B 60 of 255 = 24%

230
117
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 117 + 60 = 407 (100%)
R 230 of 407 ~ 56.51%
G 117 of 407 ~ 28.75%
B 60 of 407 ~ 14.74%

%56.51
%28.75
%14.74

CMYK RENK MODELİ

#E6753C rengi CMYK tonu (0,49,74,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.13%
  • sarı tonu 73.91%
  • ana renk tonu 9.80%
CMYK:
(0,49,74,10)
C0M49Y74K10 
(0%,49%,74%,10%)
(0.00/0.49/0.74/0.10)	

CMYK yüzdeleri

%0
%49.13
%73.91
%9.8

Codes

Color #E6753C in popluar color models

E6753C
RGB23011760
HSL20°77.27%56.86%
HSB/HSV20°73.91%90.20%
CMYK0.00%49.13%73.91%
9.80%

Color #E6753C in popluar number systems.

HEXE6753C
Decimal23011760
Binary111001101110101111100
Octal34616574

Shades and tints

Shades of #E6753C

#E6753C
(230,117,60)
#D26B37
(210,107,55)
#BE6132
(190,97,50)
#AA572D
(170,87,45)
#964D28
(150,77,40)
#824323
(130,67,35)
#6E391E
(110,57,30)
#5A2F19
(90,47,25)
#462514
(70,37,20)
#321B0F
(50,27,15)
#1E110A
(30,17,10)
#000000
(0,0,0)

Tints of #E6753C

#E6753C
(230,117,60)
#E8814D
(232,129,77)
#EA8D5E
(234,141,94)
#EC996F
(236,153,111)
#EEA580
(238,165,128)
#F0B191
(240,177,145)
#F2BDA2
(242,189,162)
#F4C9B3
(244,201,179)
#F6D5C4
(246,213,196)
#F8E1D5
(248,225,213)
#FAEDE6
(250,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6753C color. Also use rgb(230,117,60) instead hex code.

Text Font Color

.myTextColor { color: #E6753C; }

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

This text font color is #E6753C.


Background Color

.myBgColor { background-color: #E6753C; }

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

This div background color is #E6753C.


Border color

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

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

This div border color is #E6753C.


Opacity

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

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

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

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

This text has shadow with #E6753C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6753C on black background.


Color preview on white background

This text has color #E6753C on white background.



Black color preview on #E6753C background

This text has black color on #E6753C background.


White color preview on #E6753C background

This text has white color on #E6753C background.